- E - Static variable in class ej.bon.XMath
 
- 
The double value that is closer than any other to e, the
 base of the natural logarithms.
 
- E - Static variable in class java.lang.Math
 
- 
The double value that is closer than any other to e, the base of the natural
 logarithms.
 
- ej.annotation - package ej.annotation
 
-  
 
- ej.bon - package ej.bon
 
-  
 
- ej.drawing - package ej.drawing
 
-  
 
- ej.kf - package ej.kf
 
-  
 
- ej.microui - package ej.microui
 
-  
 
- ej.microui.display - package ej.microui.display
 
-  
 
- ej.microui.event - package ej.microui.event
 
-  
 
- ej.microui.event.generator - package ej.microui.event.generator
 
-  
 
- ej.microui.led - package ej.microui.led
 
-  
 
- elapsedTime(int) - Method in class ej.microui.event.generator.Buttons
 
- 
Returns the elapsed time in milliseconds between the two previous 
Buttons.PRESSED events that occurred on the
 specified button.
 
 
- elementAt(int) - Method in class ej.bon.ResourceArray
 
- 
Reads the element at given index.
 
- elementAt(int) - Method in class java.util.Vector
 
- 
Returns the component at the specified index.
 
- elements() - Method in class ej.bon.ResourceArray
 
- 
Reads all array elements.
 
- elements() - Method in class java.util.Dictionary
 
- 
Returns an enumeration of the values in this dictionary.
 
- elements() - Method in class java.util.Hashtable
 
- 
Returns an enumeration of the values in this hashtable.
 
- elements() - Method in class java.util.Vector
 
- 
Returns an enumeration of the components of this vector.
 
- ElementType - Enum in java.lang.annotation
 
- 
A program element type.
 
- empty() - Method in class java.util.Stack
 
- 
Tests if this stack is empty.
 
- EmptyStackException - Exception in java.util
 
- 
Thrown by methods in the Stack class to indicate that the stack is empty.
 
- EmptyStackException() - Constructor for exception java.util.EmptyStackException
 
- 
Constructs a new EmptyStackException with null as its error message string.
 
- enableClick(boolean, int) - Method in class ej.microui.event.generator.Buttons
 
- 
For the given button, specify whether the generator should send a click event for each pressed event.
 
- enableDoubleClick(boolean, int, int) - Method in class ej.microui.event.generator.Buttons
 
- 
For the given button, specify whether the generator should send a double click event.
 
- enableEllipsis(int) - Method in class ej.microui.display.GraphicsContext
 
- 
Enables ellipsis when drawing characters.
 
- endsWith(String) - Method in class java.lang.String
 
- 
Tests if this string ends with the specified suffix.
 
- engineAliases() - Method in class java.security.KeyStoreSpi
 
- 
Lists all the alias names of this keystore.
 
- engineContainsAlias(String) - Method in class java.security.KeyStoreSpi
 
- 
Checks if the given alias exists in this keystore.
 
- engineDeleteEntry(String) - Method in class java.security.KeyStoreSpi
 
- 
Deletes the entry identified by the given alias from this keystore.
 
- engineGenerateCertificate(InputStream) - Method in class java.security.cert.CertificateFactorySpi
 
- 
Generates a certificate object and initializes it with the data read from the input stream inStream.
 
- engineGetCertificate(String) - Method in class java.security.KeyStoreSpi
 
- 
Returns the certificate associated with the given alias.
 
- engineGetCertificateChain(String) - Method in class java.security.KeyStoreSpi
 
- 
Returns the certificate chain associated with the given alias.
 
- engineGetKey(String, char[]) - Method in class java.security.KeyStoreSpi
 
- 
Returns the key associated with the given alias, using the given password to recover it.
 
- engineGetKeyManagers() - Method in class javax.net.ssl.KeyManagerFactorySpi
 
- 
Returns one key manager for each type of key material.
 
- engineGetSocketFactory() - Method in class javax.net.ssl.SSLContextSpi
 
- 
Returns a SocketFactory object for this context.
 
- engineGetTrustManagers() - Method in class javax.net.ssl.TrustManagerFactorySpi
 
- 
Returns one trust manager for each type of trust material.
 
- engineInit(KeyStore, char[]) - Method in class javax.net.ssl.KeyManagerFactorySpi
 
- 
Initializes this factory with a source of key material.
 
- engineInit(KeyManager[], TrustManager[], SecureRandom) - Method in class javax.net.ssl.SSLContextSpi
 
- 
Initializes this context.
 
- engineInit(KeyStore) - Method in class javax.net.ssl.TrustManagerFactorySpi
 
- 
Initializes this factory with a source of certificate authorities and related trust material.
 
- engineIsCertificateEntry(String) - Method in class java.security.KeyStoreSpi
 
- 
Returns true if the entry identified by the given alias was created by a call to setCertificateEntry, or
 created by a call to setEntry with a TrustedCertificateEntry.
 
- engineIsKeyEntry(String) - Method in class java.security.KeyStoreSpi
 
- 
Returns true if the entry identified by the given alias was created by a call to setKeyEntry, or created
 by a call to setEntry with a PrivateKeyEntry or a SecretKeyEntry.
 
- engineLoad(InputStream, char[]) - Method in class java.security.KeyStoreSpi
 
- 
Loads the keystore from the given input stream.
 
- engineSetCertificateEntry(String, Certificate) - Method in class java.security.KeyStoreSpi
 
- 
Assigns the given certificate to the given alias.
 
- engineSetKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStoreSpi
 
- 
Assigns the given key (that has already been protected) to the given alias.
 
- engineSize() - Method in class java.security.KeyStoreSpi
 
- 
Retrieves the number of entries in this keystore.
 
- enqueue() - Method in class java.lang.ref.Reference
 
- 
Adds this reference object to the queue with which it is registered, if any.
 
- EnqueuedWeakReference<T> - Class in ej.bon
 
- 
EnqueuedWeakReference are objects that are queued in an ReferenceQueue by the
 system when the object they point at (see
 
Reference.get()) is set to 
null by the
 system.
 
 
- EnqueuedWeakReference(T, ReferenceQueue<? super T>) - Constructor for class ej.bon.EnqueuedWeakReference
 
- 
Creates a new EnqueuedWeakReference.
 
- ensureCapacity(int) - Method in class java.lang.StringBuffer
 
- 
Ensures that the capacity is at least equal to the specified minimum.
 
- ensureCapacity(int) - Method in class java.lang.StringBuilder
 
- 
Ensures that the capacity is at least equal to the specified minimum.
 
- ensureCapacity(int) - Method in class java.util.ArrayList
 
- 
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can
 hold at least the number of elements specified by the minimum capacity argument.
 
- ensureCapacity(int) - Method in class java.util.Vector
 
- 
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the
 number of components specified by the minimum capacity argument.
 
- entrySet() - Method in class java.util.AbstractMap
 
-  
 
- entrySet() - Method in class java.util.HashMap
 
- 
Returns a 
Set view of the mappings contained in this map.
 
 
- entrySet() - Method in class java.util.Hashtable
 
- 
Returns a 
Set view of the mappings contained in this map.
 
 
- entrySet() - Method in interface java.util.Map
 
- 
Returns a 
Set view of the mappings contained in this map.
 
 
- entrySet() - Method in class java.util.WeakHashMap
 
- 
Returns a 
Set view of the mappings contained in this map.
 
 
- Enum<E extends Enum<E>> - Class in java.lang
 
- 
This is the common base class of all Java language enumeration types.
 
- Enum(String, int) - Constructor for class java.lang.Enum
 
- 
Sole constructor.
 
- enumerate(Thread[]) - Static method in class java.lang.Thread
 
- 
Copies into the specified array every active thread.
 
- Enumeration<E> - Interface in java.util
 
- 
An object that implements the Enumeration interface generates a series of elements, one at a
 time.
 
- EOFException - Exception in java.io
 
- 
Signals that an end of file or end of stream has been reached unexpectedly during input.
 
- EOFException() - Constructor for exception java.io.EOFException
 
- 
Constructs an EOFException with null as its error detail message.
 
- EOFException(String) - Constructor for exception java.io.EOFException
 
- 
Constructs an EOFException with the specified detail message.
 
- equals(Object) - Method in class ej.microui.display.DisplayPermission
 
-  
 
- equals(Object) - Method in class ej.microui.display.FontPermission
 
-  
 
- equals(Object) - Method in class ej.microui.display.ImagePermission
 
-  
 
- equals(Object) - Method in class ej.microui.event.EventPermission
 
-  
 
- equals(Object) - Method in class ej.microui.MicroUIPermission
 
-  
 
- equals(Object) - Method in interface java.lang.annotation.Annotation
 
- 
Returns true if the specified object represents an annotation that is logically equivalent to
 this one.
 
- equals(Object) - Method in class java.lang.Boolean
 
- 
Returns true if and only if the argument is not null and is a Boolean
 object that represents the same boolean value as this object.
 
- equals(Object) - Method in class java.lang.Byte
 
- 
Compares this object to the specified object.
 
- equals(Object) - Method in class java.lang.Character
 
- 
Compares this object against the specified object.
 
- equals(Object) - Method in class java.lang.Double
 
- 
Compares this object against the specified object.
 
- equals(Object) - Method in class java.lang.Enum
 
- 
Returns true if the specified object is equal to this enum constant.
 
- equals(Object) - Method in class java.lang.Float
 
- 
Compares this object against the specified object.
 
- equals(Object) - Method in class java.lang.Integer
 
- 
Compares this object to the specified object.
 
- equals(Object) - Method in class java.lang.Long
 
- 
Compares this object to the specified object.
 
- equals(Object) - Method in class java.lang.Object
 
- 
Indicates whether some other object is "equal to" this one.
 
- equals(Object) - Method in class java.lang.Short
 
- 
Compares this object to the specified object.
 
- equals(Object) - Method in class java.lang.StackTraceElement
 
- 
Returns true if the specified object is another StackTraceElement instance representing
 the same execution point as this instance.
 
- equals(Object) - Method in class java.lang.String
 
- 
Compares this string to the specified object.
 
- equals(Object) - Method in class java.net.Inet4Address
 
- 
Compares this object against the specified object.
 
- equals(Object) - Method in class java.net.Inet6Address
 
- 
Compares this object against the specified object.
 
- equals(Object) - Method in class java.net.InetAddress
 
- 
Compares this object against the specified object.
 
- equals(Object) - Method in class java.net.InetSocketAddress
 
- 
Compares this object against the specified object.
 
- equals(Object) - Method in class java.net.InterfaceAddress
 
- 
Compares this object against the specified object.
 
- equals(Object) - Method in class java.net.NetworkInterface
 
- 
Compares this object against the specified object.
 
- equals(Object) - Method in class java.net.SocketPermission
 
- 
Checks two SocketPermission objects for equality.
 
- equals(Object) - Method in class java.security.BasicPermission
 
- 
Checks two BasicPermission objects for equality.
 
- equals(Object) - Method in class java.security.Permission
 
- 
Checks two Permission objects for equality.
 
- equals(Object) - Method in class java.util.AbstractList
 
- 
Compares the specified object with this list for equality.
 
- equals(Object) - Method in class java.util.AbstractMap
 
- 
Compares the specified object with this map for equality.
 
- equals(Object) - Method in class java.util.AbstractMap.SimpleEntry
 
- 
Compares the specified object with this entry for equality.
 
- equals(Object) - Method in class java.util.AbstractMap.SimpleImmutableEntry
 
-  
 
- equals(Object) - Method in class java.util.AbstractSet
 
- 
Compares the specified object with this set for equality.
 
- equals(Object) - Method in class java.util.Calendar
 
- 
Compares this Calendar to the specified Object.
 
- equals(Object) - Method in interface java.util.Collection
 
- 
Compares the specified object with this collection for equality.
 
- equals(Object) - Method in interface java.util.Comparator
 
- 
Indicates whether some other object is "equal to" this comparator.
 
- equals(Object) - Method in class java.util.Date
 
- 
Compares two dates for equality.
 
- equals(Object) - Method in class java.util.Hashtable
 
- 
Compares the specified Object with this Map for equality, as per the definition in the Map
 interface.
 
- equals(Object) - Method in interface java.util.List
 
- 
Compares the specified object with this list for equality.
 
- equals(Object) - Method in interface java.util.Map.Entry
 
- 
Compares the specified object with this entry for equality.
 
- equals(Object) - Method in interface java.util.Map
 
- 
Compares the specified object with this map for equality.
 
- equals(Object) - Method in class java.util.PropertyPermission
 
- 
Checks two PropertyPermission objects for equality.
 
- equals(Object) - Method in interface java.util.Set
 
- 
Compares the specified object with this set for equality.
 
- equals(Object) - Method in class java.util.Vector
 
- 
Compares the specified Object with this Vector for equality.
 
- equalsIgnoreCase(String) - Method in class java.lang.String
 
- 
Compares this String to another String, ignoring case considerations.
 
- ERA - Static variable in class java.util.Calendar
 
- 
Field number for get and set indicating the era, e.g., AD or BC in the
 Julian calendar.
 
- err - Static variable in class java.lang.System
 
- 
The "standard" error output stream.
 
- Error - Error in java.lang
 
- 
An Error is a subclass of Throwable that indicates serious problems that a
 reasonable application should not try to catch.
 
- Error() - Constructor for error java.lang.Error
 
- 
Constructs a new error with null as its detail message.
 
- Error(String) - Constructor for error java.lang.Error
 
- 
Constructs a new error with the specified detail message.
 
- Error(String, Throwable) - Constructor for error java.lang.Error
 
- 
Constructs a new error with the specified detail message and cause.
 
- Error(Throwable) - Constructor for error java.lang.Error
 
- 
Constructs a new error with the specified cause and a detail message of
 (cause==null ? null : cause.toString()) (which typically contains the class and detail
 message of cause).
 
- ESC - Static variable in class ej.microui.event.generator.Command
 
- 
Constant for "escape" command.
 
- ETHIOPIC - Static variable in class ej.microui.display.FontIdentifiers
 
- 
Constant for ethiopic font identifier.
 
- Event - Class in ej.microui.event
 
- 
MicroUI features int-based events, allowing for a rich event mechanism compatible with scare resources.
 
- Event() - Constructor for class ej.microui.event.Event
 
-  
 
- EVENT_TYPE - Static variable in class ej.microui.event.generator.Buttons
 
- 
 
- EVENT_TYPE - Static variable in class ej.microui.event.generator.Command
 
- 
 
- EVENT_TYPE - Static variable in class ej.microui.event.generator.Pointer
 
- 
 
- EVENT_TYPE - Static variable in class ej.microui.event.generator.States
 
- 
 
- EventGenerator - Class in ej.microui.event
 
-  
 
- EventGenerator() - Constructor for class ej.microui.event.EventGenerator
 
- 
Creates a new event generator.
 
- EventHandler - Interface in ej.microui.event
 
- 
An event handler is intended to receive and handle events.
 
- EventListener - Interface in java.util
 
- 
A tagging interface that all event listener interfaces must extend.
 
- EventObject - Class in java.util
 
- 
 The root class from which all event state objects shall be derived.
 
- EventObject(Object) - Constructor for class java.util.EventObject
 
- 
Constructs a prototypical Event.
 
- EventPermission - Class in ej.microui.event
 
- 
 
- EventPermission(EventGenerator) - Constructor for class ej.microui.event.EventPermission
 
- 
Creates a permission for events generated by the given event generator with null as name.
 
- eventReceived(int) - Method in class ej.microui.event.generator.GenericEventGenerator
 
- 
Called by the default implementation of #eventReceived(int, EventHandler) when a custom event has been
 received from the native world.
 
- eventsReceived(int[]) - Method in class ej.microui.event.generator.GenericEventGenerator
 
- 
Called by the default implementation of #eventReceived(int, EventHandler) when a custom event has been
 received from the native world.
 
- Exception - Exception in java.lang
 
- 
The class Exception and its subclasses are a form of Throwable that indicates
 conditions that a reasonable application might want to catch.
 
- Exception() - Constructor for exception java.lang.Exception
 
- 
Constructs a new exception with null as its detail message.
 
- Exception(String) - Constructor for exception java.lang.Exception
 
- 
Constructs a new exception with the specified detail message.
 
- Exception(String, Throwable) - Constructor for exception java.lang.Exception
 
- 
Constructs a new exception with the specified detail message and cause.
 
- Exception(Throwable) - Constructor for exception java.lang.Exception
 
- 
Constructs a new exception with the specified cause and a detail message of
 (cause==null ? null : cause.toString()) (which typically contains the class and detail
 message of cause).
 
- ExceptionInInitializerError - Error in java.lang
 
- 
Signals that an unexpected exception has occurred in a static initializer.
 
- ExceptionInInitializerError() - Constructor for error java.lang.ExceptionInInitializerError
 
- 
Constructs an ExceptionInInitializerError with null as its detail
 message string and with no saved throwable object.
 
- ExceptionInInitializerError(String) - Constructor for error java.lang.ExceptionInInitializerError
 
- 
Constructs an ExceptionInInitializerError with the specified detail message string.
 
- ExceptionInInitializerError(Throwable) - Constructor for error java.lang.ExceptionInInitializerError
 
- 
 
- EXIT - Static variable in class ej.microui.event.generator.Command
 
- 
Constant for "exit" command.
 
- exit(int) - Method in class java.lang.Runtime
 
- 
Terminates the currently running Java virtual machine by initiating its shutdown sequence.
 
- exit(int) - Static method in class java.lang.System
 
- 
Terminates the currently running Java Virtual Machine.
 
- exp(double) - Static method in class ej.bon.XMath
 
- 
Returns Euler's number e raised to the power of a double value.
 
- exp(double) - Static method in class java.lang.Math
 
- 
Returns Euler's number e raised to the power of a double value.
 
- expm1(double) - Static method in class java.lang.Math
 
- 
Returns ex -1.