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

H

handleComponentAction(Component, ActionEvent) - Method in class com.sun.lwuit.util.UIBuilder
This method is invoked for every component to which an action event listener can be bound and delivers the event data for the given component seamlessly.
handleEDTException(Throwable) - Method in class com.sun.lwuit.impl.LWUITImplementation
Invoked when an exception occurs on the EDT, allows the implementation to take control of the device to produce testing information.
handlesInput() - Method in class com.sun.lwuit.Component
Prevents key events from being grabbed for focus traversal.
handlesInput() - Method in class com.sun.lwuit.PeerComponent
 
handlesKeycode(int) - Method in class com.sun.lwuit.MenuBar
This method returns true if the MenuBar should handle the given keycode.
hasBack() - Method in class com.sun.lwuit.BrowserComponent
Indicates whether back is currently available
hasDragOccured() - Method in class com.sun.lwuit.Display
This method should be invoked by components that broadcast events on the pointerReleased callback.
hasDragStarted(int[], int[]) - Method in class com.sun.lwuit.impl.LWUITImplementation
This method can be overriden by subclasses to indicate whether a drag event has started or whether the device is just sending out "noise".
hasDragStarted(int, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
This method can be overriden by subclasses to indicate whether a drag event has started or whether the device is just sending out "noise".
hasFocus() - Method in class com.sun.lwuit.Component
Returns true if the component has focus
hasFocus() - Method in class com.sun.lwuit.TabbedPane
Deprecated.  
hasForward() - Method in class com.sun.lwuit.BrowserComponent
Indicates whether forward is currently available
hashCode() - Method in class com.sun.lwuit.Command
Allows storing commands in a vector/hashtable
hashCode() - Method in class com.sun.lwuit.geom.Dimension
 
hashCode() - Method in class com.sun.lwuit.layouts.Layout
 
hasHorizontalSpanning() - Method in class com.sun.lwuit.table.TableLayout
Indicates whether there is spanning within this layout
hasListeners() - Method in class com.sun.lwuit.util.EventDispatcher
Returns true if the event dispatcher has registered listeners
hasMedia() - Method in class com.sun.lwuit.Form
Used by the implementation to prevent flickering when flushing the double buffer
hasNativeFullscreenPlayer() - Method in class com.sun.lwuit.VideoComponent
Some platforms might allow invoking the native video player for this file type
hasNativeTheme() - Method in class com.sun.lwuit.Display
Indicates if the implemenetation has a native underlying theme
hasNativeTheme() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates if the implemenetation has a native underlying theme
hasPendingPaints() - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns true if the implementation still has elements to paint.
hasVerticalSpanning() - Method in class com.sun.lwuit.table.TableLayout
Indicates whether there is spanning within this layout
hideNotify() - Method in class com.sun.lwuit.Display
Broadcasts hide notify into LWUIT, this method is invoked by the LWUIT implementation to notify LWUIT of hideNotify events
hideNotify() - Method in class com.sun.lwuit.Form
This method is only invoked when the underlying canvas for the form is hidden this method isn't called for form based events and is generally usable for suspend/resume based behavior
hideNotify() - Method in class com.sun.lwuit.impl.LWUITImplementation
Subclasses should invoke this method, it delegates the event to the display and into LWUIT.
hideTabs() - Method in class com.sun.lwuit.Tabs
Hide the tabs bar
HORIZONTAL - Static variable in class com.sun.lwuit.layouts.GroupLayout
Possible argument when linking sizes of components.
HORIZONTAL - Static variable in class com.sun.lwuit.List
Indicates the list orientation is HORIZONTAL
HTMLCallback - Interface in com.sun.lwuit.html
HTMLCallback is used to dispatch document lifecycle events.
HTMLComponent - Class in com.sun.lwuit.html
HTMLComponent is a LWUIT Component that renders HTML documents that conform to the XHTML Mobile Profile 1.0
HTMLComponent() - Constructor for class com.sun.lwuit.html.HTMLComponent
Constructs HTMLComponent
HTMLComponent(DocumentRequestHandler) - Constructor for class com.sun.lwuit.html.HTMLComponent
Constructs HTMLComponent
HTMLElement - Class in com.sun.lwuit.html
The HTMLElement class defines a single HTML element with its attributes and children.
HTMLElement() - Constructor for class com.sun.lwuit.html.HTMLElement
Constructs and HTMLElement without specifying a name.
HTMLElement(String) - Constructor for class com.sun.lwuit.html.HTMLElement
Constructor for HTMLElement.
HTMLElement(String, boolean) - Constructor for class com.sun.lwuit.html.HTMLElement
Constructor for HTMLElement.
HTMLParser - Class in com.sun.lwuit.html
The HTMLParser class is used to parse an XHTML-MP 1.0 document into a DOM object (Element).
HTMLParser() - Constructor for class com.sun.lwuit.html.HTMLParser
Constructs a new instance of HTMLParser
HTMLUtils - Class in com.sun.lwuit.html
This class contains several useful static methods for HTML

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