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

L

Label - Class in com.sun.lwuit
Allows displaying labels and images with different alignment options, this class is a base class for several components allowing them to declare alignement/icon look in a similar way.
Label(String) - Constructor for class com.sun.lwuit.Label
Constructs a new label with the specified string of text, left justified.
Label() - Constructor for class com.sun.lwuit.Label
Construct an empty label
Label(Image) - Constructor for class com.sun.lwuit.Label
Constructs a new label with the specified icon
laidOut() - Method in class com.sun.lwuit.ComboBox
 
laidOut() - Method in class com.sun.lwuit.Component
This is a callback method to inform the Component when it's been laidout on the parent Container
laidOut() - Method in class com.sun.lwuit.List
 
LayeredLayout - Class in com.sun.lwuit.layouts
Allows placing components one on top of the other like a stack, this layout effectively allows us to build a UI of overlapping components.
LayeredLayout() - Constructor for class com.sun.lwuit.layouts.LayeredLayout
 
Layout - Class in com.sun.lwuit.layouts
Abstract class that can be used to arrange components in a container using a predefined algorithm.
Layout() - Constructor for class com.sun.lwuit.layouts.Layout
 
layoutContainer() - Method in class com.sun.lwuit.Container
Performs the layout of the container if a layout is necessary
layoutContainer() - Method in class com.sun.lwuit.html.HTMLComponent
Performs the layout of the container if a layout is necessary
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.BorderLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.BoxLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.CoordinateLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.FlowLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.GridLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.GroupLayout
Lays out the specified container.
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.LayeredLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.Layout
Layout the given parent container children
layoutContainer(Container) - Method in class com.sun.lwuit.table.TableLayout
 
LayoutStyle - Class in com.sun.lwuit.layouts
LayoutStyle is used to determine how much space to place between components during layout.
LayoutStyle() - Constructor for class com.sun.lwuit.layouts.LayoutStyle
 
LEADING - Static variable in class com.sun.lwuit.layouts.GroupLayout
Possible alignment type.
LEFT - Static variable in class com.sun.lwuit.Component
Box-orientation constant used to specify the left side of a box.
lighterColor(int) - Method in class com.sun.lwuit.Graphics
Makes the current color slightly lighter, this is useful for many visual effects
LINK_FORBIDDEN - Static variable in interface com.sun.lwuit.html.HTMLCallback
A forbidden link (not to be rendered as a link but as a regular label)
LINK_REGULAR - Static variable in interface com.sun.lwuit.html.HTMLCallback
A regular link
LINK_VISTED - Static variable in interface com.sun.lwuit.html.HTMLCallback
A link that was visited before
linkClicked(HTMLComponent, String) - Method in class com.sun.lwuit.html.DefaultHTMLCallback
Called when a link is clicked.
linkClicked(HTMLComponent, String) - Method in interface com.sun.lwuit.html.HTMLCallback
Called when a link is clicked.
linkSize(Component[]) - Method in class com.sun.lwuit.layouts.GroupLayout
Forces the set of components to have the same size.
linkSize(Component[], int) - Method in class com.sun.lwuit.layouts.GroupLayout
Forces the set of components to have the same size.
List - Class in com.sun.lwuit
A set of elements that is rendered using a ListCellRenderer and are extracted via the ListModel.
List(Vector) - Constructor for class com.sun.lwuit.List
Creates a new instance of List
List(Object[]) - Constructor for class com.sun.lwuit.List
Creates a new instance of List
List() - Constructor for class com.sun.lwuit.List
Creates a new instance of List with an empty default model
List(ListModel) - Constructor for class com.sun.lwuit.List
Creates a new instance of List with the given model
ListCellRenderer - Interface in com.sun.lwuit.list
A "rubber stamp" tool that allows us to extract a component (often the same component instance for all invocations) that is initialized to the value of the current item extracted from the model, this component is drawn on the list and discarded.
listL10NLocales(String) - Method in class com.sun.lwuit.util.Resources
Returns an enumration of the locales supported by this resource id
ListModel - Interface in com.sun.lwuit.list
Represents the data structure of the list, thus allowing a list to represent any potential data source by referencing different implementations of this interface.
listSelectionChanged(int, int) - Method in class com.sun.lwuit.List
Callback to allow subclasses to react to a selection change in the model
load(byte[]) - Static method in class com.sun.lwuit.IndexedImage
Deprecated. Loads a packaged image that was stored in a stream using the toByteArray method
loadNativeFont(String) - Method in class com.sun.lwuit.impl.LWUITImplementation
Loads a native font based on a lookup for a font name and attributes.
loadTrueTypeFont(InputStream) - Method in class com.sun.lwuit.impl.LWUITImplementation
Loads the truetype font from the input stream without closing the stream, this method should return the native font.
localize(String, String) - Method in class com.sun.lwuit.plaf.UIManager
Localizes the given string from the resource bundle if such a String exists in the resource bundle.
lock() - Method in class com.sun.lwuit.animations.Timeline
 
lock() - Method in class com.sun.lwuit.EncodedImage
 
lock() - Method in class com.sun.lwuit.Image
This callback indicates that a component pointing at this image is initialized, this allows an image to make performance sensitive considerations e.g. an encoded image might choose to cache itself in RAM.
lock() - Method in class com.sun.lwuit.plaf.Border
This callback indicates that a component pointing at this border is initialized, this method is useful for image borders whose lock methods are implicitly invoked.
lockOrientation(boolean) - Method in class com.sun.lwuit.Display
On devices that return true for canForceOrientation() this method can lock the device orientation either to portrait or landscape mode
lockOrientation(boolean) - Method in class com.sun.lwuit.impl.LWUITImplementation
On devices that return true for canForceOrientation() this method can lock the device orientation either to portrait or landscape mode
longKeyPress(int) - Method in class com.sun.lwuit.Component
If this Component is focused this method is invoked when the user presses and holds the key
longKeyPress(int) - Method in class com.sun.lwuit.Form
 
longKeyPress(int) - Method in class com.sun.lwuit.TextField
 
longPointerPress(int, int) - Method in class com.sun.lwuit.Component
If this Component is focused this method is invoked when the user presses and holds the pointer on the Component
longPointerPress(int, int) - Method in class com.sun.lwuit.Form
 
longPointerPress(int, int) - Method in class com.sun.lwuit.List
 
LookAndFeel - Class in com.sun.lwuit.plaf
Allows a UI developer to completely customize the look of the application by overriding drawing/sizing methods appropriately.
LookAndFeel() - Constructor for class com.sun.lwuit.plaf.LookAndFeel
 
LWUITImplementation - Class in com.sun.lwuit.impl
Represents a vendor extension mechanizm for LWUIT, WARNING: this class is for internal use only and is subject to change in future API revisions.
LWUITImplementation() - Constructor for class com.sun.lwuit.impl.LWUITImplementation
 

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