Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

E

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.
EditableStyle - Class in ej.mwt.style
An editable style is a simple implementation of a style.
EditableStyle() - Constructor for class ej.mwt.style.EditableStyle
Creates an editable style from the default style.
EditableStyle(EditableStyle) - Constructor for class ej.mwt.style.EditableStyle
Creates an editable style from an other one.
ej.annotation - package ej.annotation
 
ej.basictool - package ej.basictool
 
ej.bon - package ej.bon
 
ej.kf - package ej.kf
 
ej.mwt - package ej.mwt
 
ej.mwt.animation - package ej.mwt.animation
 
ej.mwt.event - package ej.mwt.event
 
ej.mwt.render - package ej.mwt.render
 
ej.mwt.style - package ej.mwt.style
 
ej.mwt.style.background - package ej.mwt.style.background
 
ej.mwt.style.dimension - package ej.mwt.style.dimension
 
ej.mwt.style.outline - package ej.mwt.style.outline
 
ej.mwt.style.outline.border - package ej.mwt.style.outline.border
 
ej.mwt.stylesheet - package ej.mwt.stylesheet
 
ej.mwt.stylesheet.cascading - package ej.mwt.stylesheet.cascading
 
ej.mwt.stylesheet.selector - package ej.mwt.stylesheet.selector
 
ej.mwt.stylesheet.selector.combinator - package ej.mwt.stylesheet.selector.combinator
 
ej.mwt.util - package ej.mwt.util
 
ej.property - package ej.property
 
ej.property.loader - package ej.property.loader
 
ej.property.registry - package ej.property.registry
 
ej.service - package ej.service
 
ej.service.loader - package ej.service.loader
 
ej.service.registry - package ej.service.registry
 
ej.storage - package ej.storage
 
ej.trace - package ej.trace
 
ej.util.logging.handler - package ej.util.logging.handler
 
ej.wadapps - package ej.wadapps
 
ej.wadapps.application - package ej.wadapps.application
 
ej.wadapps.property - package ej.wadapps.property
 
ej.wadapps.service - package ej.wadapps.service
 
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.
ENABLED_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.EnabledSelector
Enabled selector singleton to avoid creating several ones.
EnabledSelector - Class in ej.mwt.stylesheet.selector
An enabled selector selects by checking if the widget is enabled.
EnabledSelector() - Constructor for class ej.mwt.stylesheet.selector.EnabledSelector
 
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 android.net.NetworkCapabilities
 
equals(Object) - Method in class android.net.NetworkRequest
 
equals(Object) - Method in interface ej.mwt.style.background.Background
 
equals(Object) - Method in class ej.mwt.style.background.ImageBackground
 
equals(Object) - Method in class ej.mwt.style.background.NoBackground
 
equals(Object) - Method in class ej.mwt.style.background.RectangularBackground
 
equals(Object) - Method in class ej.mwt.style.background.RoundedBackground
 
equals(Object) - Method in class ej.mwt.style.background.TiledImageBackground
 
equals(Object) - Method in interface ej.mwt.style.dimension.Dimension
 
equals(Object) - Method in class ej.mwt.style.dimension.FixedDimension
 
equals(Object) - Method in class ej.mwt.style.dimension.NoDimension
 
equals(Object) - Method in class ej.mwt.style.dimension.OptimalDimension
 
equals(Object) - Method in class ej.mwt.style.dimension.RelativeDimension
 
equals(Object) - Method in class ej.mwt.style.EditableStyle
 
equals(Object) - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
 
equals(Object) - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
 
equals(Object) - Method in class ej.mwt.style.outline.border.RectangularBorder
 
equals(Object) - Method in class ej.mwt.style.outline.border.RoundedBorder
 
equals(Object) - Method in class ej.mwt.style.outline.FlexibleOutline
 
equals(Object) - Method in class ej.mwt.style.outline.NoOutline
 
equals(Object) - Method in interface ej.mwt.style.outline.Outline
 
equals(Object) - Method in class ej.mwt.style.outline.UniformOutline
 
equals(Object) - Method in interface ej.mwt.style.Style
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.ClassSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.DisabledSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.EnabledSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.EvenChildSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.FirstChildSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.LastChildSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.NotSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.NthChildSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.OddChildSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.RootSelector
 
equals(Object) - Method in interface ej.mwt.stylesheet.selector.Selector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.StateSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.StrictTypeSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.TypeSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.UniversalSelector
 
equals(Object) - Method in class ej.property.PropertyPermission
 
equals(Object) - Method in class ej.service.ServicePermission
 
equals(Object) - Method in class ej.wadapps.application.ApplicationPermission
 
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).
EVEN_CHILD_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.EvenChildSelector
Even child selector singleton to avoid creating several ones.
EvenChildSelector - Class in ej.mwt.stylesheet.selector
An even child selector selects by checking if a widget is at an even position in its parent (1, 3, 5,…).
EvenChildSelector() - Constructor for class ej.mwt.stylesheet.selector.EvenChildSelector
 
EVENT_TYPE - Static variable in class ej.mwt.event.DesktopEventGenerator
The DESKTOP event type.
EventDispatcher - Class in ej.mwt.event
Dispatches the events received on a desktop to its children.
EventDispatcher(Desktop) - Constructor for class ej.mwt.event.EventDispatcher
Creates an event dispatcher.
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.
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
Constructs a new ExceptionInInitializerError class by saving a reference to the Throwable object thrown for later retrieval by the ExceptionInInitializerError.getException() method.
exists(String) - Method in interface ej.storage.Storage
Tests whether an entry exists for this ID.
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.
EXITED - Static variable in class ej.mwt.event.PointerEventDispatcher
The "exited" action.
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.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links