A B C D E F G H I K L M N O P Q R S T U V W X Y

E

EAST - Static variable in class com.sun.lwuit.layouts.BorderLayout
The east layout constraint (right of container).
EAST - Static variable in class com.sun.lwuit.layouts.GroupLayout
Compass-direction east (right).
editString(Component, int, int, String) - Method in class com.sun.lwuit.Display
Encapsulates the editing code which is specific to the platform, some platforms would allow "in place editing" MIDP does not.
editString(Component, int, int, String, int) - Method in class com.sun.lwuit.Display
Encapsulates the editing code which is specific to the platform, some platforms would allow "in place editing" MIDP does not.
editString(Component, int, int, String, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Encapsulates the editing code which is specific to the platform, some platforms would allow "in place editing" MIDP does not.
edtIdle(boolean) - Method in class com.sun.lwuit.impl.LWUITImplementation
This method is a callback from the edt before the edt enters to an idle state
Effects - Class in com.sun.lwuit.util
Static utility class useful for simple visual effects that don't quite fit anywhere else in the core API.
Element - Class in com.sun.lwuit.xml
The Element class defines a single XML element with its attributes and children.
Element() - Constructor for class com.sun.lwuit.xml.Element
Constructs and Element without specifying a name This can be used by subclasses that do not require name assigments.
Element(String) - Constructor for class com.sun.lwuit.xml.Element
Constructs an Element with the specified name
Element(String, boolean) - Constructor for class com.sun.lwuit.xml.Element
Constructs an Element (or a text element) with the specified name or text.
EMAILADDR - Static variable in class com.sun.lwuit.TextArea
The user is allowed to enter an e-mail address.
EmbeddedContainer - Class in com.sun.lwuit.util
This class is mostly used internally by the GUI builder and isn't very useful for general purpose.
EmbeddedContainer() - Constructor for class com.sun.lwuit.util.EmbeddedContainer
Default constructor
ENABLED - Static variable in class com.sun.lwuit.list.GenericListCellRenderer
If this flag exists in a hashtable of data the renderer will enable/disable the entries, the flag assumes either Boolean.TRUE or Boolean.FALSE.
EncodedImage - Class in com.sun.lwuit
An image that only keeps the binary data of the source file used to load it in permanent memory.
EncodedImage(int, int) - Constructor for class com.sun.lwuit.EncodedImage
Allows subclasses to create more advanced variations of this class that lazily store the data in an arbitrary location.
encodeString(String) - Static method in class com.sun.lwuit.html.HTMLUtils
Encodes the specified string to "percent-encoding" or URL encoding.
ENCODING_ISO - Static variable in class com.sun.lwuit.html.DocumentInfo
ISO-8859-1 encoding, the default one
ENCODING_UTF8 - Static variable in class com.sun.lwuit.html.DocumentInfo
UTF8 encoding, very common
endNativeGraphicsAccess() - Method in class com.sun.lwuit.Graphics
Invoke this to restore LWUIT's graphics settings into the native graphics
endTag(String) - Method in class com.sun.lwuit.xml.XMLParser
Invoked when a tag ends This callback method is invoked only on the eventParser.
equals(Object) - Method in class com.sun.lwuit.Command
compare two commands
equals(Object) - Method in class com.sun.lwuit.Font
 
equals(Object) - Method in class com.sun.lwuit.geom.Dimension
 
equals(Object) - Method in class com.sun.lwuit.layouts.BorderLayout
 
equals(Object) - Method in class com.sun.lwuit.layouts.BoxLayout
 
equals(Object) - Method in class com.sun.lwuit.layouts.FlowLayout
 
equals(Object) - Method in class com.sun.lwuit.layouts.GridLayout
 
equals(Object) - Method in class com.sun.lwuit.layouts.Layout
 
equals(Object) - Method in class com.sun.lwuit.plaf.Border
equals(Object) - Method in class com.sun.lwuit.table.TableLayout
 
ERROR_ATTIBUTE_VALUE_INVALID - Static variable in interface com.sun.lwuit.xml.ParserCallback
Error code denoting that an invalid attribute value was found in the XML
ERROR_ATTRIBUTE_NOT_SUPPORTED - Static variable in interface com.sun.lwuit.xml.ParserCallback
Error code denoting that an unsupported attribute was found in the XML
ERROR_CONNECTING - Static variable in interface com.sun.lwuit.html.HTMLCallback
Error code denoting that a connection to the resource provider/server could not be made
ERROR_ENCODING - Static variable in interface com.sun.lwuit.xml.ParserCallback
Error code denoting that the encoding the page needed according to its charset (usually specified in the content-type response header) is unsupported in the device
ERROR_IMAGE_BAD_FORMAT - Static variable in interface com.sun.lwuit.html.HTMLCallback
Error code denoting that an image referenced from the HTML could not be loaded
ERROR_IMAGE_NOT_FOUND - Static variable in interface com.sun.lwuit.html.HTMLCallback
Error code denoting that an image referenced from the HTML was not found
ERROR_INVALID_TAG_HIERARCHY - Static variable in interface com.sun.lwuit.html.HTMLCallback
Error code denoting that a tag contains tags it shouldn't, or that a tag doesn't have the parent tag it should have
ERROR_MULTIPLE_ROOTS - Static variable in interface com.sun.lwuit.xml.ParserCallback
Error code denoting that the document had more than one root element
ERROR_NO_BASE_URL - Static variable in interface com.sun.lwuit.html.HTMLCallback
Error code denoting that a relative URL was referenced from a document with no base URL (A document that was loaded via setBody/setHTML/setDOM and not via setPage) In this case the return value of parsingError is not considered - parsing continues and the resource at the URL (CSS file/image) is ignored
ERROR_NO_CLOSE_TAG - Static variable in interface com.sun.lwuit.xml.ParserCallback
Error code denoting that a tag was not closed properly in the XML
ERROR_NO_ROOTS - Static variable in interface com.sun.lwuit.xml.ParserCallback
Error code denoting that the document had no root element at all (empty document or seriously malformed XML)
ERROR_TAG_NOT_SUPPORTED - Static variable in interface com.sun.lwuit.xml.ParserCallback
Error code denoting that an unsupported tag was found in the XML
ERROR_UNEXPECTED_CHARACTER - Static variable in interface com.sun.lwuit.xml.ParserCallback
Error code denoting that the parser bumped into an unexpected character
ERROR_UNEXPECTED_TAG_CLOSING - Static variable in interface com.sun.lwuit.xml.ParserCallback
Error code denoting that a tag was not closed prematurely
ERROR_UNRECOGNIZED_CHAR_ENTITY - Static variable in interface com.sun.lwuit.xml.ParserCallback
Error code denoting that an invalid character entity was found A character entity is XML codes that start with an ampersand and end with semicolon and denote special/reserved chars
EventDispatcher - Class in com.sun.lwuit.util
Handles event dispatching while guaranteeing that all events would be fired properly on the EDT regardless of their source.
EventDispatcher() - Constructor for class com.sun.lwuit.util.EventDispatcher
 
eventParser(Reader) - Method in class com.sun.lwuit.xml.XMLParser
The event parser requires deriving this class and overriding callback methods to work effectively.
execute(String) - Method in class com.sun.lwuit.BrowserComponent
Executes the given JavaScript string within the current context
execute(String) - Method in class com.sun.lwuit.Display
Executes the given URL on the native platform
execute(String) - Method in class com.sun.lwuit.impl.LWUITImplementation
Executes the given URL on the native platform
exitApplication() - Method in class com.sun.lwuit.Display
Exits the application...
exitApplication() - Method in class com.sun.lwuit.impl.LWUITImplementation
Exits the application...
exitForm(Form) - Method in class com.sun.lwuit.util.UIBuilder
This method allows binding an action that should occur before leaving the given form, e.g. memory cleanup
exposeInJavaScript(Object, String) - Method in class com.sun.lwuit.BrowserComponent
Allows exposing the given object to JavaScript code so the JavaScript code can invoke methods and access fields on the given object.
extractHardRef(Object) - Method in class com.sun.lwuit.Display
Extracts the hard reference from the soft/weak reference given
extractHardRef(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Extracts the hard reference from the soft/weak reference given
extractLastClickedComponent() - Method in class com.sun.lwuit.list.GenericListCellRenderer
Allows partitioning the renderer into "areas" that can be clicked.

A B C D E F G H I K L M N O P Q R S T U V W X Y