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

C

cacheLinearGradients() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether the implementation is interested in caching linear gradients for drawing.
cacheRadialGradients() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether the implementation is interested in caching radial gradients for drawing.
calcPreferredSize() - Method in class com.sun.lwuit.Button
 
calcPreferredSize() - Method in class com.sun.lwuit.CheckBox
 
calcPreferredSize() - Method in class com.sun.lwuit.ComboBox
 
calcPreferredSize() - Method in class com.sun.lwuit.Component
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.sun.lwuit.Container
 
calcPreferredSize() - Method in class com.sun.lwuit.Label
 
calcPreferredSize() - Method in class com.sun.lwuit.List
 
calcPreferredSize() - Method in class com.sun.lwuit.MediaComponent
Deprecated.  
calcPreferredSize() - Method in class com.sun.lwuit.MenuBar
Prevents scaling down of the menu when there is no text on the menu bar
calcPreferredSize() - Method in class com.sun.lwuit.PeerComponent
 
calcPreferredSize() - Method in class com.sun.lwuit.RadioButton
 
calcPreferredSize() - Method in class com.sun.lwuit.Slider
Return the size we would generally like for the component
calcPreferredSize() - Method in class com.sun.lwuit.spinner.Spinner
 
calcPreferredSize() - Method in class com.sun.lwuit.TabbedPane
Deprecated.  
calcPreferredSize() - Method in class com.sun.lwuit.TextArea
 
calcPreferredSize() - Method in class com.sun.lwuit.TextField
 
calcPreferredSize() - Method in class com.sun.lwuit.tree.Tree
 
calcScrollSize() - Method in class com.sun.lwuit.Component
Method that can be overriden to represent the actual size of the component when it differs from the desireable size for the viewport
calcScrollSize() - Method in class com.sun.lwuit.PeerComponent
 
calcScrollSize() - Method in class com.sun.lwuit.spinner.Spinner
 
calcScrollSize() - Method in class com.sun.lwuit.TextArea
 
calculateTouchCommandGridColumns(Container) - Method in class com.sun.lwuit.MenuBar
Calculates the amount of columns to give to the touch commands within the grid
Calendar - Class in com.sun.lwuit
Date widget for selecting a date/time value.
Calendar(long) - Constructor for class com.sun.lwuit.Calendar
Creates a new instance of Calendar set to the given date based on time since epoch (the java.util.Date convention)
Calendar() - Constructor for class com.sun.lwuit.Calendar
Constructs a calendar with the current date and time
Calendar(long, TimeZone) - Constructor for class com.sun.lwuit.Calendar
Creates a new instance of Calendar set to the given date based on time since epoch (the java.util.Date convention)
callSerially(Runnable) - Method in class com.sun.lwuit.Display
Causes the runnable to be invoked on the event dispatch thread.
callSeriallyAndWait(Runnable) - Method in class com.sun.lwuit.Display
Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
callSeriallyAndWait(Runnable, int) - Method in class com.sun.lwuit.Display
Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
cancel() - Method in class com.sun.lwuit.html.HTMLComponent
Cancels the loading of the current page
cancelRepaint(Animation) - Method in class com.sun.lwuit.impl.LWUITImplementation
Removes an entry from the paint queue if it exists, this is important for cases in which a component was repainted and immediately removed from its parent container afterwards.
canForceOrientation() - Method in class com.sun.lwuit.Display
Returns true if the device allows forcing the orientation via code, feature phones do not allow this although some include a jad property allowing for this feature
canForceOrientation() - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns true if the device allows forcing the orientation via code, feature phones do not allow this although some include a jad property allowing for this feature
CellRenderer - Interface in com.sun.lwuit.list
This class is geared to replace the ListCellRenderer in the long run to provide a more generic rendering API.
CENTER - Static variable in class com.sun.lwuit.Component
Indicates a Component center alignment
CENTER - Static variable in class com.sun.lwuit.layouts.BorderLayout
The center layout constraint (middle of container)
CENTER - Static variable in class com.sun.lwuit.layouts.GroupLayout
Possible alignment type.
CENTER_BEHAVIOR_CENTER - Static variable in class com.sun.lwuit.layouts.BorderLayout
Defines the behavior of the component placed in the center position of the layout, places the component in the center of the space availble to the center component.
CENTER_BEHAVIOR_CENTER_ABSOLUTE - Static variable in class com.sun.lwuit.layouts.BorderLayout
Defines the behavior of the component placed in the center position of the layout, places the component in the center of the surrounding container
CENTER_BEHAVIOR_SCALE - Static variable in class com.sun.lwuit.layouts.BorderLayout
Defines the behavior of the component placed in the center position of the layout, by default it is scaled to the available space
CHANGE_MODE - Static variable in class com.sun.lwuit.VirtualKeyboard
 
CHANGED - Static variable in interface com.sun.lwuit.events.DataChangedListener
Type value for changed data in ListModel
charsWidth(char[], int, int) - Method in class com.sun.lwuit.Font
Return the width of the given characters in this font instance
charsWidth(Object, char[], int, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Return the width of the given characters in the given native font instance
charWidth(char) - Method in class com.sun.lwuit.Font
Return the width of the specific character when rendered alone
charWidth(Object, char) - Method in class com.sun.lwuit.impl.LWUITImplementation
Return the width of the specific character when rendered alone
CheckBox - Class in com.sun.lwuit
Checkbox is a button that can be selected or deselected, and which displays its state to the user.
CheckBox(String) - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with the given text
CheckBox() - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with no text
CheckBox(Image) - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with the given icon
CheckBox(String, Image) - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with the given text and icon
childToDisplayLabel(Object) - Method in class com.sun.lwuit.tree.Tree
Converts a tree child to a label, this method can be overriden for simple rendering effects
cleanSource() - Method in class com.sun.lwuit.animations.Transition
Allows setting the source form to null to save memory if the transition doesn't need it in memory.
cleanup() - Method in class com.sun.lwuit.animations.CommonTransitions
 
cleanup() - Method in class com.sun.lwuit.animations.Transition
Optional operation to cleanup the garbage left over by a running transition
cleanup() - Method in class com.sun.lwuit.animations.Transition3D
 
cleanupAudio(Object) - Method in class com.sun.lwuit.Display
Stops the audio playback and cleans up the resources related to it immediately.
cleanupAudio(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Stops the audio playback and cleans up the resources related to it immediately.
clear() - Method in class com.sun.lwuit.TextField
Cleares the text from the TextField
clearBitmapCache() - Static method in class com.sun.lwuit.Font
Bitmap fonts are cached this method allows us to flush the cache thus allows us to reload a font
clearHistory() - Method in class com.sun.lwuit.BrowserComponent
Clears navigation history
clearImageBorderSpecialTile() - Method in class com.sun.lwuit.plaf.Border
Cleans the tile tracking state allowing the garbage collector to pick up the component and the image data
clearSelection() - Method in class com.sun.lwuit.ButtonGroup
Clears the selection such that none of the buttons in the ButtonGroup are selected.
clipRect(int, int, int, int) - Method in class com.sun.lwuit.Graphics
Clips the given rectangle by intersecting with the current clipping region, this method can thus only shrink the clipping region and never increase it.
clipRect(Object, Rectangle) - Method in class com.sun.lwuit.impl.LWUITImplementation
Changes the current clipping rectangle to subset the current clipping with the given clipping.
clipRect(Object, int, int, int, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Changes the current clipping rectangle to subset the current clipping with the given clipping.
closestHigherPowerOf2(int) - Static method in class com.sun.lwuit.M3G
Deprecated. Helper method returns the closest power of two larger than X
closestLowerPowerOf2(int) - Static method in class com.sun.lwuit.M3G
Deprecated. Helper method returns the closest power of two smaller than X
COLOR_AQUA - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_BLACK - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_BLUE - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_FUCHSIA - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_GRAY - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_GREEN - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_LIME - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_MAROON - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_NAVY - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_OLIVE - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_ORANGE - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_PURPLE - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_RED - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_SILVER - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_TEAL - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_WHITE - Static variable in class com.sun.lwuit.html.HTMLElement
 
COLOR_YELLOW - Static variable in class com.sun.lwuit.html.HTMLElement
 
com.sun.lwuit - package com.sun.lwuit
Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT.
com.sun.lwuit.animations - package com.sun.lwuit.animations
All components are animatable by potential and additional animations (unrelated to a specific component) can be installed on the fly, transitions between forms are also handled as part of this package.
com.sun.lwuit.events - package com.sun.lwuit.events
Observable pattern event listeners in the spirit of AWT 1.1's event dispatching architecture, all events are dispatched on the EDT (Event Dispatch Thread).
com.sun.lwuit.geom - package com.sun.lwuit.geom
Contains classes related to geometry locations and calculations such as rectangle and size
com.sun.lwuit.html - package com.sun.lwuit.html
The HTML package allows rendering XHTML-MP 1.0 documents including WCSS support.
com.sun.lwuit.impl - package com.sun.lwuit.impl
The implementation package should not be used by developers, it is an internal implementation detail which will break compatibility between major LWUIT releases.
com.sun.lwuit.layouts - package com.sun.lwuit.layouts
Layout managers allow a Container to arrange its components by a set of rules that would be adapted for specific screen/font sizes.
com.sun.lwuit.list - package com.sun.lwuit.list
Lists are highly customizable and serve as the basis for ComboBox and other components (such as carousels etc) they employ a similar MVC approach to Swing including the renderer pattern.
com.sun.lwuit.painter - package com.sun.lwuit.painter
Painter allows us to draw arbitrary elements of graphics from plain/scaled/tiled images to gradients and pretty much any form of graphic drawing we can imagine.
com.sun.lwuit.plaf - package com.sun.lwuit.plaf
Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look.
com.sun.lwuit.spinner - package com.sun.lwuit.spinner
Spinners allows picking of simple sequential values similarly to combo boxes but of a much wider value set.
com.sun.lwuit.table - package com.sun.lwuit.table
Table component for editing and viewing tabular data and arranging LWUIT components in a tabular form
com.sun.lwuit.tree - package com.sun.lwuit.tree
Tree component for displaying hierarchy based information and its related classes
com.sun.lwuit.util - package com.sun.lwuit.util
Utility features that are either too domain specific or don't "fit" into any other packages.
com.sun.lwuit.xml - package com.sun.lwuit.xml
The XML package allows parsing XML documents into DOM objects.
ComboBox - Class in com.sun.lwuit
A combo box is a list that allows only one selection at a time, when a user clicks the combo box a popup button with the full list of elements allows the selection of a single element.
ComboBox(Vector) - Constructor for class com.sun.lwuit.ComboBox
Creates a new instance of ComboBox
ComboBox(Object[]) - Constructor for class com.sun.lwuit.ComboBox
Creates a new instance of ComboBox
ComboBox() - Constructor for class com.sun.lwuit.ComboBox
Constructs an empty combo box
ComboBox(ListModel) - Constructor for class com.sun.lwuit.ComboBox
Creates a new instance of ComboBox
Command - Class in com.sun.lwuit
The action placed on the soft buttons and in the Menu on devices, similar to the MIDP command abstraction and Swing's Actions.
Command(String) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command
Command(String, Image) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command
Command(String, int) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command
Command(String, Image, int) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command
COMMAND_BEHAVIOR_BUTTON_BAR - Static variable in class com.sun.lwuit.Display
Indicates that commands should be added to an always visible bar at the bottom of the form.
COMMAND_BEHAVIOR_BUTTON_BAR_TITLE_BACK - Static variable in class com.sun.lwuit.Display
Identical to the bar behavior, places the back command within the title bar of the form/dialg
COMMAND_BEHAVIOR_BUTTON_BAR_TITLE_RIGHT - Static variable in class com.sun.lwuit.Display
Places all commands on the right side of the title bar with a uniform size grid layout
COMMAND_BEHAVIOR_DEFAULT - Static variable in class com.sun.lwuit.Display
Indicates that the LWUIT implementation should decide internally the command behavior most appropriate for this platform.
COMMAND_BEHAVIOR_NATIVE - Static variable in class com.sun.lwuit.Display
Indicates that commands should try to add themselves to the native menus
COMMAND_BEHAVIOR_SOFTKEY - Static variable in class com.sun.lwuit.Display
Indicates the classic LWUIT command behavior where the commands are placed in a list within a dialog.
COMMAND_BEHAVIOR_TOUCH_MENU - Static variable in class com.sun.lwuit.Display
Indicates the touch menu dialog rendered by LWUIT where commands are placed into a scrollable dialog
commitChange() - Method in class com.sun.lwuit.TextField
Commit the changes made to the text field as a complete edit operation.
CommonTransitions - Class in com.sun.lwuit.animations
Contains common transition animations including the following: Slide - the exiting form slides out of the screen while the new form slides in.
Component - Class in com.sun.lwuit
Base class for all the widgets in the toolkit using the composite pattern in a similar way to the AWT Container/Component relationship.
Component() - Constructor for class com.sun.lwuit.Component
Creates a new instance of Component
ComponentGroup - Class in com.sun.lwuit
A component group is a container that applies the given UIID to a set of components within it and gives the same UIID with "First"/"Last" prepended to the first and last components.
ComponentGroup() - Constructor for class com.sun.lwuit.ComponentGroup
Default constructor
confirmControlView() - Method in class com.sun.lwuit.impl.LWUITImplementation
Callback method allowing the implementation to confirm that it controls the view just before a new form is installed.
consume() - Method in class com.sun.lwuit.events.ActionEvent
Consume the event indicating that it was handled thus preventing other action listeners from handling/receiving the event
Container - Class in com.sun.lwuit
A composite pattern with Component, allows nesting and arranging multiple components using a pluggable layout manager architecture.
Container(Layout) - Constructor for class com.sun.lwuit.Container
Constructs a new Container with a new layout manager.
Container() - Constructor for class com.sun.lwuit.Container
Constructs a new Container, with a FlowLayout.
ContainerList - Class in com.sun.lwuit.list
This is a "list component" implemented as a container with a layout manager which provides some of the ui advantages of a Container and some of a list while pulling out some of the drawbacks of both.
ContainerList() - Constructor for class com.sun.lwuit.list.ContainerList
Default constructor
ContainerList(ListModel) - Constructor for class com.sun.lwuit.list.ContainerList
Constructs a container list with the given model
ContainerList(Layout, ListModel) - Constructor for class com.sun.lwuit.list.ContainerList
Constructs a container list with the given model and layout
contains(int, int) - Method in class com.sun.lwuit.Component
Returns true if the given absolute coordinate is contained in the Component
contains(Component) - Method in class com.sun.lwuit.Container
Returns true if the given component is within the hierarchy of this container
contains(Rectangle) - Method in class com.sun.lwuit.geom.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class com.sun.lwuit.geom.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (rX, rY) with the specified dimensions (rWidth, rHeight).
contains(int, int, int, int, int, int, int, int) - Static method in class com.sun.lwuit.geom.Rectangle
Checks wheather the 2nd rectangle is contained in the first rectangle
contains(int, int) - Method in class com.sun.lwuit.geom.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (rX, rY).
contains(Element) - Method in class com.sun.lwuit.xml.Element
Returns true if the specified element is contained in this element's hierarchy (meaning it is one of its descendants)
convertBidiLogicalToVisual(String) - Method in class com.sun.lwuit.Display
Converts the given string from logical bidi layout to visual bidi layout so it can be rendered properly on the screen.
convertBidiLogicalToVisual(String) - Method in class com.sun.lwuit.impl.LWUITImplementation
Converts the given string from logical bidi layout to visual bidi layout so it can be rendered properly on the screen.
convertBuiltinSound(InputStream) - Method in class com.sun.lwuit.impl.LWUITImplementation
Converts a sound object to a form which will be easy for the implementation to play later on.
convertCharEntity(String) - Method in class com.sun.lwuit.html.HTMLParser
Overrides XMLParser.convertCharEntity to add in HTML char entities
convertCharEntity(String, boolean, Hashtable) - Static method in class com.sun.lwuit.html.HTMLUtils
Converts a char entity to the matching character or string.
convertCharEntity(String) - Method in class com.sun.lwuit.xml.XMLParser
Converts a char entity to the matching character.
convertHTMLCharEntity(String) - Static method in class com.sun.lwuit.html.HTMLUtils
Converts an HTML char entity to the matching character or string.
convertToPixels(int, boolean) - Method in class com.sun.lwuit.Display
Converts the dips count to pixels, dips are roughly 1mm in length.
convertToPixels(int, boolean) - Method in class com.sun.lwuit.impl.LWUITImplementation
Converts the dips count to pixels, dips are roughly 1mm in length.
convertXMLCharEntity(String) - Static method in class com.sun.lwuit.html.HTMLUtils
Converts an XML char entity to the matching character or string.
CoordinateLayout - Class in com.sun.lwuit.layouts
Allows laying out components based on absolute positions/sizes that are adapted based on available space for the layout.
CoordinateLayout() - Constructor for class com.sun.lwuit.layouts.CoordinateLayout
Allows creating a coordinate layouts that disables the scaling feature
CoordinateLayout(int, int) - Constructor for class com.sun.lwuit.layouts.CoordinateLayout
This constructor accepts the relative width and height used to define the aspect ratio of the Container
CoordinateLayout(Dimension) - Constructor for class com.sun.lwuit.layouts.CoordinateLayout
This constructor accepts the relative width and height used to define the aspect ratio of the Container
copy() - Method in class com.sun.lwuit.animations.AnimationObject
Creates a copy of the given animation object
copy(boolean) - Method in class com.sun.lwuit.animations.CommonTransitions
 
copy(boolean) - Method in class com.sun.lwuit.animations.Transition
Create a copy of the transition, usually the transition used is a copy.
copy() - Method in class com.sun.lwuit.animations.Transition3D
 
copyToClipboard(Object) - Method in class com.sun.lwuit.Display
Performs a clipboard copy operation, if the native clipboard is supported by the implementation it would be used
copyToClipboard(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Performs a clipboard copy operation, if the native clipboard is supported by the implementation it would be used
create(byte[]) - Static method in class com.sun.lwuit.EncodedImage
Creates an image from the given byte array
create(InputStream) - Static method in class com.sun.lwuit.EncodedImage
Creates an image from the input stream
create(String) - Static method in class com.sun.lwuit.EncodedImage
Creates an image from the input stream
create(String) - Static method in class com.sun.lwuit.Font
Creates a new font instance based on the platform specific string name of the font.
create(Object) - Static method in class com.sun.lwuit.PeerComponent
Use this method to encapsulate a native UI object
create(int, int, int, int) - Static method in class com.sun.lwuit.spinner.Spinner
Creates a new numeric spinner instance
create(double, double, double, double) - Static method in class com.sun.lwuit.spinner.Spinner
Creates a new numeric spinner instance
create(String, int) - Static method in class com.sun.lwuit.TextField
Construct text field/area depending on whether native in place editing is supported
create() - Static method in class com.sun.lwuit.TextField
Default factory method
create(int) - Static method in class com.sun.lwuit.TextField
Construct text field/area depending on whether native in place editing is supported
create(String) - Static method in class com.sun.lwuit.TextField
Construct text field/area depending on whether native in place editing is supported
createAnimation(DataInputStream) - Static method in class com.sun.lwuit.StaticAnimation
Deprecated. Creates an animation from the given stream, this method is used internally by Resources normally you should not create static animations manually.
createAnimationImage(Image, int, int) - Static method in class com.sun.lwuit.animations.AnimationObject
Creates an animation object instance that can define the animation properties for an image
createAnimationImage(String, Resources, int, int) - Static method in class com.sun.lwuit.animations.AnimationObject
Creates an animation object instance that can define the animation properties for an image.
createAudio(String) - Method in class com.sun.lwuit.Display
Creates a sound in the given URI which is partially platform specific.
createAudio(InputStream, String) - Method in class com.sun.lwuit.Display
Create the sound in the given stream Notice that an audio is "auto destroyed" on completion and cannot be played twice!
createAudio(String, Runnable) - Method in class com.sun.lwuit.Display
Creates a sound in the given URI which is partially platform specific.
createAudio(InputStream, String, Runnable) - Method in class com.sun.lwuit.Display
Create the sound in the given stream Notice that an audio is "auto destroyed" on completion and cannot be played twice!
createAudio(String, Runnable) - Method in class com.sun.lwuit.impl.LWUITImplementation
Plays the sound in the given URI which is partially platform specific.
createAudio(InputStream, String, Runnable) - Method in class com.sun.lwuit.impl.LWUITImplementation
Plays the sound in the given stream
createBaselineGroup(boolean, boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns a ParallelGroup that aligns it's elements along the baseline.
createBevelLowered() - Static method in class com.sun.lwuit.plaf.Border
Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color
createBevelLowered(int, int, int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised bevel border with the given colors
createBevelRaised() - Static method in class com.sun.lwuit.plaf.Border
Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color
createBevelRaised(int, int, int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised bevel border with the given colors
createBitmapFont(String, Image, int[], int[], String) - Static method in class com.sun.lwuit.Font
Creates a bitmap font with the given arguments and places said font in the cache
createBitmapFont(Image, int[], int[], String) - Static method in class com.sun.lwuit.Font
Creates a bitmap font with the given arguments
createBrowserComponent(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
If the implementation supports the creation of a browser component it should be returned in this method
createCell(Object, int, int, boolean) - Method in class com.sun.lwuit.table.Table
Creates a cell based on the given value
createCellConstraint(Object, int, int) - Method in class com.sun.lwuit.table.Table
Creates the table cell constraint for the given cell, this method can be overriden for the purposes of modifying the table constraints.
createCommand(String, Image, int, String) - Method in class com.sun.lwuit.util.UIBuilder
Creates a command instance.
createCommandComponent(Vector) - Method in class com.sun.lwuit.MenuBar
Creates the component containing the commands within the given vector used for showing the menu dialog, this method calls the createCommandList method by default however it allows more elaborate menu creation.
createCommandList(Vector) - Method in class com.sun.lwuit.MenuBar
Creates the list component containing the commands within the given vector used for showing the menu dialog
createComponentInstance(String, Class) - Method in class com.sun.lwuit.util.UIBuilder
This method can be overriden to create custom components in a custom way, the component type is a shorthand for the component name and not the full name of the class.
createCompoundBorder(Border, Border, Border, Border) - Static method in class com.sun.lwuit.plaf.Border
 
createConstraint() - Method in class com.sun.lwuit.table.TableLayout
Creates a new Constraint instance to add to the layout
createConstraint(int, int) - Method in class com.sun.lwuit.table.TableLayout
Creates a new Constraint instance to add to the layout
createContainer(String, String) - Method in class com.sun.lwuit.util.UIBuilder
Creates the container defined under the given name in the res file
createContainer(Resources, String) - Method in class com.sun.lwuit.util.UIBuilder
Creates the container defined under the given name in the res file
createCube(int, boolean) - Static method in class com.sun.lwuit.animations.Transition3D
Creates a cube rotation transition from the current form to the next form
createDashedBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a dashed border with the specified thickness and color
createDashedBorder(int) - Static method in class com.sun.lwuit.plaf.Border
Creates a dashed border with the specified thickness and the theme colors
createDate(long, long, long, char, int) - Static method in class com.sun.lwuit.spinner.Spinner
Creates a new date spinner instance
createDay() - Method in class com.sun.lwuit.Calendar
This method creates the Day Button Component for the Month View
createDayTitle(int) - Method in class com.sun.lwuit.Calendar
This method creates the Day title Component for the Month View
createDialogPulsate() - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a dialog pulsate transition
createDottedBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a dotted border with the specified thickness and color
createDottedBorder(int) - Static method in class com.sun.lwuit.plaf.Border
Creates a dotted border with the specified thickness and the theme colors
createDoubleBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a double border with the specified thickness and color
createDoubleBorder(int) - Static method in class com.sun.lwuit.plaf.Border
Creates a double border with the specified thickness and color
createEmpty() - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates an empty transition that does nothing.
createEmpty() - Static method in class com.sun.lwuit.plaf.Border
Creates an empty border, this is useful where we don't want a border for a component but want a focus border etc...
createEtchedLowered() - Static method in class com.sun.lwuit.plaf.Border
Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color
createEtchedLowered(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised etched border with the given colors
createEtchedRaised() - Static method in class com.sun.lwuit.plaf.Border
Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color
createEtchedRaised(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised etched border with the given colors
createFade(int) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a transition for fading a form in while fading out the original form
createFastSlide(int, boolean, int) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction, this differs from the standard slide animation by focusing on speed rather than on minimizing heap usage.
createFastSlide(int, boolean, int, boolean) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction, this differs from the standard slide animation by focusing on speed rather than on minimizing heap usage This method works by creating two images and sliding them which works much faster for all devices however takes up more ram.
createFlyIn(int) - Static method in class com.sun.lwuit.animations.Transition3D
Creates a fly in transition object.
createFont(int, int, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Creates a new instance of a native font
createFrictionMotion(int, int, float, float) - Static method in class com.sun.lwuit.animations.Motion
Creates a friction motion starting from source with initial speed and the friction
createGrooveBorder(int) - Static method in class com.sun.lwuit.plaf.Border
Creates a groove border with the specified thickness and theme colors
createGrooveBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a groove border with the specified thickness and color
createHorizonalImageBorder(Image, Image, Image) - Static method in class com.sun.lwuit.plaf.Border
This is an image border that can only grow horizontally
createImage(String) - Static method in class com.sun.lwuit.Image
creates an image from the given path based on MIDP's createImage(path)
createImage(Object) - Static method in class com.sun.lwuit.Image
creates an image from the given native image (e.g.
createImage(InputStream) - Static method in class com.sun.lwuit.Image
creates an image from an InputStream
createImage(int[], int, int) - Static method in class com.sun.lwuit.Image
creates an image from an RGB image
createImage(int, int) - Static method in class com.sun.lwuit.Image
Creates a mutable image that may be manipulated using getGraphics
createImage(int, int, int) - Static method in class com.sun.lwuit.Image
Creates a mutable image that may be manipulated using getGraphics
createImage(byte[], int, int) - Static method in class com.sun.lwuit.Image
creates an image from a given byte array data
createImage(int[], int, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Create a platform native image object from the given RGB data
createImage(String) - Method in class com.sun.lwuit.impl.LWUITImplementation
Creates a native image from a file in the system jar
createImage(InputStream) - Method in class com.sun.lwuit.impl.LWUITImplementation
Creates a native image from a given input stream
createImage(byte[], int, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Create a nativate image from its compressed byte data
createImageBorder(Image, Image, Image, Image, Image, Image, Image, Image, Image) - Static method in class com.sun.lwuit.plaf.Border
The given top/bottom/left/right images are tiled appropriately across the matching sides of the border and the corners are placed as expected in the four corners.
createImageBorder(Image, Image, Image) - Static method in class com.sun.lwuit.plaf.Border
The given images are tiled appropriately across the matching side of the border, rotated and placed as expected in the four corners.
createImageScaledBorder(Image, Image, Image, Image, Image, Image, Image, Image, Image) - Static method in class com.sun.lwuit.plaf.Border
The given top/bottom/left/right images are scaled appropriately across the matching sides of the border and the corners are placed as expected in the four corners.
createImplementation() - Method in class com.sun.lwuit.impl.ImplementationFactory
Factory method to create the implementation instance
createIndexed(int, int, int[], byte[]) - Static method in class com.sun.lwuit.Image
Creates an indexed image with byte data this method may return a native indexed image rather than an instance of the IndexedImage class
createInfinite() - Static method in class com.sun.lwuit.Slider
Creates an infinite progress slider
createInsetBorder(int) - Static method in class com.sun.lwuit.plaf.Border
Creates an inset border with the specified thickness and theme colors
createInsetBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates an inset border with the specified thickness and color
createLinearMotion(int, int, int) - Static method in class com.sun.lwuit.animations.Motion
Creates a linear motion starting from source value all the way to destination value
createLineBorder(int) - Static method in class com.sun.lwuit.plaf.Border
Creates a line border that uses the color of the component foreground for drawing
createLineBorder(int, String) - Static method in class com.sun.lwuit.plaf.Border
Creates a line border with the specified title
createLineBorder(int, int, String) - Static method in class com.sun.lwuit.plaf.Border
Creates a line border that uses the given color for the component
createLineBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a line border that uses the given color for the component
createMask() - Method in class com.sun.lwuit.Image
Creates a mask from the given image, a mask can be used to apply an arbitrary alpha channel to any image.
createMenuCancelCommand() - Method in class com.sun.lwuit.MenuBar
Factory method that returns the Form Menu cancel Command.
createMenuSelectCommand() - Method in class com.sun.lwuit.MenuBar
Factory method that returns the Form Menu select Command.
createMotion(int, int, int) - Method in class com.sun.lwuit.animations.CommonTransitions
This method can be overriden by subclasses to create their own motion object on the fly
createMutableImage(int, int, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Creates a modifable native image that can return a graphics object
createNativeIndexed(IndexedImage) - Method in class com.sun.lwuit.impl.LWUITImplementation
Creates a native image representing the indexed image
createNativePeer(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Creates a peer component for the given lightweight component
createNewElement(String) - Method in class com.sun.lwuit.html.HTMLParser
Overrides XMLParser.createNewElement to return an HTMLElement instance
createNewElement(String) - Method in class com.sun.lwuit.xml.XMLParser
Creates a new element.
createNewTextElement(String) - Method in class com.sun.lwuit.html.HTMLParser
Overrides XMLParser.createNewTextElement to return an HTMLElement instance
createNewTextElement(String) - Method in class com.sun.lwuit.xml.XMLParser
Creates a new text element.
createNodeComponent(Object, int) - Method in class com.sun.lwuit.tree.Tree
Creates a node within the tree, this method is protected allowing tree to be subclassed to replace the rendering logic of individual tree buttons.
createOutsetBorder(int) - Static method in class com.sun.lwuit.plaf.Border
Creates an outset border with the specified thickness and theme colors
createOutsetBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates an outset border with the specified thickness and color
createParallelGroup() - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns a ParallelGroup with a LEADING alignment.
createParallelGroup(int) - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns an ParallelGroup.
createParallelGroup(int, boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns an ParallelGroup.
createPopupDialog(List) - Method in class com.sun.lwuit.ComboBox
Subclasses can override this method to change the creation of the dialog
createPopupList() - Method in class com.sun.lwuit.ComboBox
Creates the list object used within the popup dialog.
createPressedVersion() - Method in class com.sun.lwuit.plaf.Border
When applied to buttons borders produce a version that reverses the effects of the border providing a pressed feel
createRidgeBorder(int) - Static method in class com.sun.lwuit.plaf.Border
Creates a ridge border with the specified thickness and theme colors
createRidgeBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a ridge border with the specified thickness and color
createRotation(int, boolean) - Static method in class com.sun.lwuit.animations.Transition3D
Creates a rotation transition from the current form to the next form
createRoundBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a rounded corner border that uses the color of the component foreground for drawing.
createRoundBorder(int, int, boolean) - Static method in class com.sun.lwuit.plaf.Border
Creates a rounded corner border that uses the color of the component foreground for drawing.
createRoundBorder(int, int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a rounded border that uses the given color for the component.
createRoundBorder(int, int, int, boolean) - Static method in class com.sun.lwuit.plaf.Border
Creates a rounded border that uses the given color for the component.
createSelectCommand() - Method in class com.sun.lwuit.MenuBar
Factory method that returns the Form select Command.
createSequentialGroup() - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns a SequentialGroup.
createSlide(int, boolean, int) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction
createSlide(int, boolean, int, boolean) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction
createSlideFadeTitle(boolean, int) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition for the body of the form that fades the title in while sliding
createSoftButton(String) - Method in class com.sun.lwuit.MenuBar
Creates a soft button Component
createSoftWeakRef(Object) - Method in class com.sun.lwuit.Display
Creates a soft/weak reference to an object that allows it to be collected yet caches it.
createSoftWeakRef(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Creates a soft/weak reference to an object that allows it to be collected yet caches it.
createSplineMotion(int, int, int) - Static method in class com.sun.lwuit.animations.Motion
Creates a spline motion starting from source value all the way to destination value
createStaticRotation(int, boolean) - Static method in class com.sun.lwuit.animations.Transition3D
Creates a rotation transition from the current form to the next dialog, in this rotation only the dialog will rotate and the form will remain static
createSVG(String, boolean, byte[]) - Static method in class com.sun.lwuit.Image
Creates an SVG Image from the given byte array data and the base URL, this method will throw an exception if SVG is unsupported.
createSVGImage(String, byte[]) - Method in class com.sun.lwuit.impl.LWUITImplementation
Creates an SVG Image from the given byte array data and the base URL
createSwingIn(int) - Static method in class com.sun.lwuit.animations.Transition3D
Creates a rotation transition from the top to the bottom giving a feeling of Swinging into place
createSwingIn(int, boolean) - Static method in class com.sun.lwuit.animations.Transition3D
Creates a rotation transition from the top to the bottom giving a feeling of Swinging into place
createSymbolTable() - Method in class com.sun.lwuit.TextField
Creates a symbol table container used by the showSymbolDialog method.
createSystemFont(int, int, int) - Static method in class com.sun.lwuit.Font
Creates a system native font in a similar way to common MIDP fonts
createTime(int, int, int, int, boolean, boolean) - Static method in class com.sun.lwuit.spinner.Spinner
Creates a new time spinner instance, time is an integer represented in seconds since mindnight
createTimeline(Image) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a transition using an animated image object (e.g. timeline object) as an alpha mask between the source/target
createTimeline(int, AnimationObject[], Dimension) - Static method in class com.sun.lwuit.animations.Timeline
Create a new timeline animation
createTouchCommandButton(Command) - Method in class com.sun.lwuit.MenuBar
Creates a touch command for use as a touch menu item
createTrueTypeFont(InputStream) - Static method in class com.sun.lwuit.Font
Creates a true type font from the given stream if the underlying platform supports truetype font loading.
createVerticalCube(int, boolean) - Static method in class com.sun.lwuit.animations.Transition3D
Creates a cube rotation transition from the current form to the next form
createVerticalImageBorder(Image, Image, Image) - Static method in class com.sun.lwuit.plaf.Border
This is an image border that can only grow vertically
createVideoComponent(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Deprecated. replaced by the new video component
createVideoPeer(String) - Method in class com.sun.lwuit.impl.LWUITImplementation
Create a video component
createVideoPeer(InputStream, String) - Method in class com.sun.lwuit.impl.LWUITImplementation
Create a video component
createVideoPeer(String) - Static method in class com.sun.lwuit.VideoComponent
Create a video component
createVideoPeer(InputStream, String) - Static method in class com.sun.lwuit.VideoComponent
Create a video component

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