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

S

saveTextEditingState() - Method in class com.sun.lwuit.impl.LWUITImplementation
Invoked if LWUIT needs to dispose the native text editing but would like the editor to store its state.
scale(int, int) - Method in class com.sun.lwuit.EncodedImage
 
scale(float, float) - Method in class com.sun.lwuit.Graphics
Scales the coordinate system using the affine transform
scale(int, int) - Method in class com.sun.lwuit.Image
Deprecated. scale should return an image rather than modify the image in place use scaled(int, int) instead
scale(Object, int, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Scales a native image and returns the scaled version
scale(Object, float, float) - Method in class com.sun.lwuit.impl.LWUITImplementation
Scales the coordinate system using the affine transform
scale(int, int) - Method in class com.sun.lwuit.IndexedImage
Deprecated.  
scale(int, int) - Method in class com.sun.lwuit.RGBImage
 
scale(int, int) - Method in class com.sun.lwuit.StaticAnimation
Deprecated.  
scaled(int, int) - Method in class com.sun.lwuit.animations.Timeline
 
scaled(int, int) - Method in class com.sun.lwuit.EncodedImage
 
scaled(int, int) - Method in class com.sun.lwuit.Image
Returns a scaled version of this image image using the given width and height, this is a fast algorithm that preserves translucent information.
scaled(int, int) - Method in class com.sun.lwuit.IndexedImage
Deprecated.  
scaled(int, int) - Method in class com.sun.lwuit.RGBImage
 
scaled(int, int) - Method in class com.sun.lwuit.StaticAnimation
Deprecated.  
scaledHeight(int) - Method in class com.sun.lwuit.EncodedImage
 
scaledHeight(int) - Method in class com.sun.lwuit.Image
Scales the image to the given height while updating the width based on the aspect ratio of the height
scaledSmallerRatio(int, int) - Method in class com.sun.lwuit.EncodedImage
 
scaledSmallerRatio(int, int) - Method in class com.sun.lwuit.Image
Scales the image while maintaining the aspect ratio to the smaller size image
scaledWidth(int) - Method in class com.sun.lwuit.EncodedImage
 
scaledWidth(int) - Method in class com.sun.lwuit.Image
Scales the image to the given width while updating the height based on the aspect ratio of the width
scrollComponentToVisible(Component) - Method in class com.sun.lwuit.Container
Makes sure the component is visible in the scroll if this container is scrollable
scrollComponentToVisible(Component) - Method in class com.sun.lwuit.Form
Makes sure the component is visible in the scroll if this container is scrollable
scrollPages(int, boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Scrolls the HTMLComponent several pages forward/backward.
scrollPixels(int, boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Scrolls the HTMLComponent several pixels forward/backward.
scrollRectToVisible(Rectangle, Component) - Method in class com.sun.lwuit.Component
Makes sure the component is visible in the scroll if this container is scrollable
scrollRectToVisible(int, int, int, int, Component) - Method in class com.sun.lwuit.Component
Makes sure the component is visible in the scroll if this container is scrollable
scrollRectToVisible(Rectangle) - Method in class com.sun.lwuit.List
Makes sure the selected index is visible if it is not in the current view rect the list will scroll so it fits within
scrollToElement(HTMLElement, boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Scrolls the HTMLComponent to the specified element
SELECT_ALL_FLAG - Static variable in class com.sun.lwuit.list.GenericListCellRenderer
Put this flag as a hashtable key to indicate that a checkbox entry rendered by this renderer should act as a "select all" entry and toggle all other entries.
selectionChanged(int, int) - Method in interface com.sun.lwuit.events.SelectionListener
Indicates the selection changed in the underlying list model
selectionChanged(int, int, HTMLComponent, List, HTMLElement) - Method in class com.sun.lwuit.html.DefaultHTMLCallback
Called when the user selects an item in a List inside the HTMLComponent Note: Selection is traversing through the items - once the user has actually decided, an ActionEvent will be sent as well This method will be called only if HTMLComponent.isEventsEnabled() is true
selectionChanged(int, int, HTMLComponent, List, HTMLElement) - Method in interface com.sun.lwuit.html.HTMLCallback
Called when the user selects an item in a List inside the HTMLComponent Note: Selection is traversing through the items - once the user has actually decided, an ActionEvent will be sent as well This method will be called only if HTMLComponent.isEventsEnabled() is true
SelectionListener - Interface in com.sun.lwuit.events
Invoked to indicate a selection change in the list model
SENSITIVE - Static variable in class com.sun.lwuit.TextArea
Indicates that the text entered is sensitive data that the implementation must never store into a dictionary or table for use in predictive, auto-completing, or other accelerated input schemes.
set3DText(boolean, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the 3D text decoration for this style
setAbsoluteCenter(boolean) - Method in class com.sun.lwuit.layouts.BorderLayout
Deprecated. use center behavior instead
setActAsSpinnerDialog(boolean) - Method in class com.sun.lwuit.ComboBox
When this flag is active the combo box acts as a button that opens a dialog that looks like a spinner this allows creating user interfaces for touch devices where a spinner UI approach is more common than a combo box paradigm.
setAlign(int) - Method in class com.sun.lwuit.layouts.FlowLayout
Alignment of the flow layout, defaults to LEFT
setAlignment(int) - Method in class com.sun.lwuit.Button
Deprecated. use the Style alignment instead
setAlignment(int) - Method in class com.sun.lwuit.Label
Deprecated. use Style.setAlignment instead
setAlignment(int) - Method in class com.sun.lwuit.plaf.Style
Sets the Alignment of the Label to one of: CENTER, LEFT, RIGHT
setAlignment(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the Alignment of the Label to one of: CENTER, LEFT, RIGHT
setAlignment(int) - Method in class com.sun.lwuit.TextArea
Deprecated. use Style.setAlignment instead
setAlignment(int) - Method in class com.sun.lwuit.TextField
 
setAllowMinimizing(boolean) - Method in class com.sun.lwuit.Display
Allows a LWUIT application to minimize without forcing it to the front whenever a new dialog is poped up
setAlpha(int) - Method in class com.sun.lwuit.Graphics
Sets alpha as a value between 0-255 (0 - 0xff) where 255 is completely opaque and 0 is completely transparent
setAlpha(Object, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Alpha value from 0-255 can be ignored for some operations
setAlwaysTensile(boolean) - Method in class com.sun.lwuit.Component
Enable the tensile drag to work even when a component doesn't have a scroll showable (scrollable flag still needs to be set to true)
setAlwaysTensile(boolean) - Method in class com.sun.lwuit.Form
 
setAnimationDelay(int) - Method in class com.sun.lwuit.animations.Timeline
Inidicates the minimal delay between animation frames allowing the CPU to rest.
setAntiAliased(boolean) - Method in class com.sun.lwuit.Graphics
Set whether anti-aliasing for standard rendering operations is turned on.
setAntiAliased(Object, boolean) - Method in class com.sun.lwuit.impl.LWUITImplementation
Toggles anti-aliasing mode for regular rendering operations
setAntiAliasedText(boolean) - Method in class com.sun.lwuit.Graphics
Set whether anti-aliasing for text is active, notice that text anti-aliasing is a separate attribute from standard anti-alisaing.
setAntiAliasedText(Object, boolean) - Method in class com.sun.lwuit.impl.LWUITImplementation
Toggles anti-aliasing mode for font rendering operations
setAttribute(String, String) - Method in class com.sun.lwuit.html.HTMLElement
Adds the specified attribute and value to this Element if it is supported for the Element and has a valid value.
setAttribute(Object, String) - Method in class com.sun.lwuit.xml.Element
Adds the specified attribute and value to this Element if it is supported for the Element and has a valid value.
setAttribute(String, String) - Method in class com.sun.lwuit.xml.Element
Adds the specified attribute and value to this Element if it is supported for the Element and has a valid value.
setAttributeById(int, String) - Method in class com.sun.lwuit.html.HTMLElement
Allows setting an attribute with an attribute id
setAudioTime(Object, int) - Method in class com.sun.lwuit.Display
Sets the position in the audio file
setAudioTime(Object, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Sets the position in the audio file
setAutoAdjustDialogSize(boolean) - Static method in class com.sun.lwuit.Dialog
Indicates whether LWUIT should try to automatically adjust a showing dialog size when a screen size change event occurs
setAutocreateContainerGaps(boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets whether or not gaps between the container and the first/last components should automatically be created.
setAutocreateGaps(boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets whether or not a gap between components should automatically be created.
setAutoDegradeMaxSize(boolean) - Static method in class com.sun.lwuit.TextArea
Indicates whether a high value for default maxSize will be reduced to a lower value if the underlying platform throws an exception.
setAutoDispose(boolean) - Method in class com.sun.lwuit.Dialog
Determines whether the execution of a command on this dialog implicitly disposes the dialog.
setAutoFit(boolean) - Method in class com.sun.lwuit.layouts.GridLayout
Auto fits columns/rows to available screen space
setAutoFocusOnFirstLink(boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Determines whether to auto-focus on the first link after page load Note that focusing will happen only if the link is within a visible range (no scrolling is performed since this is rarely a wanted behaviour in this case)
setAutoFoldVKBOnFormSwitch(boolean) - Method in class com.sun.lwuit.Display
Normally LWUIT folds the VKB when switching forms this field allows us to block that behavior.
setBackCommand(Command) - Method in class com.sun.lwuit.Form
Indicates the command that is defined as the back command out of this form.
setBackCommand(Command) - Method in class com.sun.lwuit.MenuBar
Indicates the command that is defined as the back command out of this form.
setBackCommandEnabled(boolean) - Method in class com.sun.lwuit.util.UIBuilder
Seamlessly inserts a back command to all the forms
setBackgroundAlignment(byte) - Method in class com.sun.lwuit.plaf.Style
Deprecated. the functionality of this method is now covered by background type
setBackgroundAlignment(byte, boolean) - Method in class com.sun.lwuit.plaf.Style
Deprecated. the functionality of this method is now covered by background type
setBackgroundGradientEndColor(int) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBackgroundGradientEndColor(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBackgroundGradientRelativeSize(float) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative size
setBackgroundGradientRelativeSize(float, boolean) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative size
setBackgroundGradientRelativeX(float) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative center position X
setBackgroundGradientRelativeX(float, boolean) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative center position X
setBackgroundGradientRelativeY(float) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative center position Y
setBackgroundGradientRelativeY(float, boolean) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative center position Y
setBackgroundGradientStartColor(int) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBackgroundGradientStartColor(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBackgroundType(byte) - Method in class com.sun.lwuit.plaf.Style
Sets the background type for the component
setBackgroundType(byte, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background type for the component
setBaseURL(String) - Method in class com.sun.lwuit.html.DocumentInfo
Sets the base URL for this document.
setBgColor(int) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBgColor(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBgImage(Image) - Method in class com.sun.lwuit.Form
Deprecated. Use the style directly
setBgImage(Image) - Method in class com.sun.lwuit.plaf.Style
Sets the background image for the component
setBgImage(Image, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background image for the component
setBgPainter(Painter) - Method in class com.sun.lwuit.plaf.Style
Defines the background painter for this style, normally this would be the internal image/color painter but can be user defined
setBgTransparency(byte) - Method in class com.sun.lwuit.plaf.Style
Sets the Component transparency (opacity) level of the Component, zero indicates fully transparent and FF indicates fully opaque.
setBgTransparency(int) - Method in class com.sun.lwuit.plaf.Style
Sets the Component transparency level.
setBgTransparency(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the Component transparency level.
setBidiAlgorithm(boolean) - Method in class com.sun.lwuit.Display
Indicates whether LWUIT should consider the bidi RTL algorithm when drawing text or navigating with the text field cursor.
setBidiAlgorithm(boolean) - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether LWUIT should consider the bidi RTL algorithm when drawing text or navigating with the text field cursor.
setBitmapFontEnabled(boolean) - Static method in class com.sun.lwuit.Font
Indicates whether bitmap fonts should be enabled by default when loading or the fallback system font should be used instead.
setBlocking(boolean) - Method in class com.sun.lwuit.util.EventDispatcher
Indicates whether this dispatcher blocks when firing events or not, normally a dispatcher uses callSeriallyAndWait() to be 100% synchronos with event delivery however this method is very slow.
setBodyText(String) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the given string containing HTML code as this HTMLComponent's body
setBodyText(String, String) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the given string containing HTML code as this HTMLComponent's body.
setBorder(Border) - Method in class com.sun.lwuit.plaf.Style
Sets the border for the style
setBorder(Border, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the border for the style
setBorderSpacing(int, int) - Method in class com.sun.lwuit.table.Table
Sets the spacing of cells border (relevant only for separate borders and not for collapsed)
setBrowserPage(PeerComponent, String, String) - Method in class com.sun.lwuit.impl.LWUITImplementation
Shows the given HTML in the native viewer
setBrowserProperty(PeerComponent, String, Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
This method allows customizing the properties of a web view in various ways including platform specific settings.
setBrowserURL(PeerComponent, String) - Method in class com.sun.lwuit.impl.LWUITImplementation
Sets the page URL, jar: URL's must be supported by the implementation
setBuiltinSoundsEnabled(boolean) - Method in class com.sun.lwuit.Display
Allows muting/unmuting the builtin sounds easily
setBuiltinSoundsEnabled(boolean) - Method in class com.sun.lwuit.impl.LWUITImplementation
Allows muting/unmuting the builtin sounds easily
setCellAlignment(int) - Method in class com.sun.lwuit.table.Table
Indicates the alignment of the cells see label alignment for details
setCellRenderer(boolean) - Method in class com.sun.lwuit.Component
Used as an optimization to mark that this component is currently being used as a cell renderer
setCellRenderer(boolean) - Method in class com.sun.lwuit.Container
 
setCenterBehavior(int) - Method in class com.sun.lwuit.layouts.BorderLayout
Defines the behavior of the center component to one of the constants defined in this class
setChangesSelectedDateEnabled(boolean) - Method in class com.sun.lwuit.Calendar
This flag determines if selected date can be changed by selecting an alternative date
setChangeTabContainerStyleOnFocus(boolean) - Method in class com.sun.lwuit.Tabs
Indicates that the tabs container should have its style changed to the selected style when one of the tabs has focus this allows incorporating it into the theme of the application
setChangeTabOnFocus(boolean) - Method in class com.sun.lwuit.Tabs
Indicates that a tab should change when the focus changes without the user physically pressing a button
setCheckBoxFocusImages(Image, Image, Image, Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets images for checkbox when in focused mode
setCheckBoxImages(Image, Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets images for checkbox checked/unchecked modes
setCheckBoxImages(Image, Image, Image, Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets images for checkbox checked/unchecked modes
setChildren(Vector) - Method in class com.sun.lwuit.xml.Element
Sets the children vector of this Element
setClearCommand(Command) - Method in class com.sun.lwuit.Form
Indicates the command that is defined as the clear command in this form.
setClearCommand(Command) - Method in class com.sun.lwuit.MenuBar
Indicates the command that is defined as the clear command in this form.
setClearText(String) - Static method in class com.sun.lwuit.TextField
Set the text that should appear on the clear softkey
setClip(int[]) - Method in class com.sun.lwuit.Graphics
Sets the clip from an array containing x, y, width, height value
setClip(int, int, int, int) - Method in class com.sun.lwuit.Graphics
Updates the clipping region to match the given region exactly
setClip(Object, int, int, int, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Installs a new clipping rectangle
setClipRect(Object, Rectangle) - Method in class com.sun.lwuit.impl.LWUITImplementation
Installs a new clipping rectangle
setCollapseBorder(boolean) - Method in class com.sun.lwuit.table.Table
Indicates whether the borders of the cells should collapse to form a one line border
setColor(int) - Method in class com.sun.lwuit.Graphics
Sets the current rgb color while ignoring any potential alpha component within said color value.
setColor(Object, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Sets the current rgb color while ignoring any potential alpha component within said color value.
setColumns(int) - Method in class com.sun.lwuit.TextArea
Sets the number of columns in the text area
setComboBoxImage(Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets image for the combo box dropdown drawing
setCommand(Command) - Method in class com.sun.lwuit.Button
Applies the given command to this button
setCommandBehavior(int) - Method in class com.sun.lwuit.Display
Indicates the way commands should be added to a form as one of the ocmmand constants defined in this class
setCommandList(boolean) - Method in class com.sun.lwuit.List
Indicates that the list should be treated as a list of commands, if the user "clicks" a command from the list its action performed method is invoked.
setCommandName(String) - Method in class com.sun.lwuit.Command
sets the Command name
setCommandsAsButtons(boolean) - Static method in class com.sun.lwuit.Dialog
Places commands as buttons at the bottom of the standard static dialogs rather than as softbuttons.
setCommitOnDispose(TextField, boolean) - Static method in class com.sun.lwuit.VirtualKeyboard
Indicates whether the VKB should commit changes to the text field when the VKB is closed not via the OK button.
setCommitTimeout(int) - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds it will take for a change to get committed into the field.
setComponentSelectedStyle(String, Style) - Method in class com.sun.lwuit.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager
setComponentStyle(String, Style) - Method in class com.sun.lwuit.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager
setComponentValue(Component, Object) - Method in class com.sun.lwuit.list.GenericListCellRenderer
Initializes the given component with the given value
setConstraint(int) - Method in class com.sun.lwuit.TextArea
Sets the constraint
setContainerState(Container, Hashtable) - Method in class com.sun.lwuit.util.UIBuilder
This method is the container navigation equivalent of setFormState() see that method for details.
setContentPaneSelectedStyle(Style) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Sets the content pane selected style
setContentPaneUnselectedStyle(Style) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Sets the content pane un selected style
setCSSSupportedMediaTypes(String[]) - Static method in class com.sun.lwuit.html.HTMLComponent
Sets the supported CSS media types to the given strings.
setCurrentDate(Date) - Method in class com.sun.lwuit.Calendar
Sets the Calendar view on the given date, only the the month and year are being considered.
setCurrentForm(Form) - Method in class com.sun.lwuit.impl.LWUITImplementation
This method is used internally to determine the actual current form it doesn't perform the logic of transitions etc. and shouldn't be invoked by developers
setCurrentMode(String) - Method in class com.sun.lwuit.VirtualKeyboard
Sets the current virtual keyboard mode.
setCurrentMotionTime(long) - Method in class com.sun.lwuit.animations.Motion
Allows overriding the getCurrentMotionTime method value with a manual value to provide full developer control over animation speed/position.
setCursorBlinkTimeOff(int) - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds in which the cursor is invisible
setCursorBlinkTimeOn(int) - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds in which the cursor is visible
setCursorPosition(int) - Method in class com.sun.lwuit.TextField
Sets the position of the cursor char position
setCyclicFocus(boolean) - Method in class com.sun.lwuit.Form
Indicates whether focus should cycle within the form
setDate(Date) - Method in class com.sun.lwuit.Calendar
Sets the current date in the view and the selected date to be the same.
setDefaultActAsSpinnerDialog(boolean) - Static method in class com.sun.lwuit.ComboBox
When this flag is active the combo box acts as a button that opens a dialog that looks like a spinner this allows creating user interfaces for touch devices where a spinner UI approach is more common than a combo box paradigm.
setDefaultAlwaysTensile(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Enable the tensile drag to work even when a component doesn't have a scroll showable (scrollable flag still needs to be set to true)
setDefaultBorder(Border) - Static method in class com.sun.lwuit.plaf.Border
Sets the default border to the given value
setDefaultChangeInputModeKey(int) - Static method in class com.sun.lwuit.TextField
Key to change the input mode on the device
setDefaultColumnWidth(int) - Static method in class com.sun.lwuit.table.TableLayout
Indicates the default (in percentage) for the column width, -1 indicates automatic sizing
setDefaultCommand(Command) - Method in class com.sun.lwuit.Form
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
setDefaultCommand(Command) - Method in class com.sun.lwuit.MenuBar
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
setDefaultDialogPosition(String) - Static method in class com.sun.lwuit.Dialog
Default screen orientation position for the upcoming dialog.
setDefaultDialogTransitionIn(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a dialog
setDefaultDialogTransitionOut(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a dialog
setDefaultDialogType(int) - Static method in class com.sun.lwuit.Dialog
The default type for dialogs
setDefaultEndsWith3Points(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether labels should end with 3 points by default
setDefaultFireOnClick(boolean) - Static method in class com.sun.lwuit.List
Default value for the fire on click behavior
setDefaultFont(Font) - Static method in class com.sun.lwuit.Font
Sets the global default font instance
setDefaultFont(String, Font) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the default font for this HTMLComponent
setDefaultFormTintColor(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
Tint color is set when a form is partially covered be it by a menu or by a dialog.
setDefaultFormTransitionIn(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a form
setDefaultFormTransitionOut(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a form
setDefaultIgnoreFocusComponentWhenUnfocused(boolean) - Static method in class com.sun.lwuit.List
Indicates whether the list should not paint the focus component if the list itself has no focus.
setDefaultIncludeSelectCancel(boolean) - Static method in class com.sun.lwuit.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box by default
setDefaultInputModeOrder(String[]) - Static method in class com.sun.lwuit.TextField
Sets the order in which input modes are toggled by default and allows disabling/hiding an input mode
setDefaultInputModeOrder(String[]) - Static method in class com.sun.lwuit.VirtualKeyboard
Sets the order in which input modes are toggled by default and allows disabling/hiding an input mode
setDefaultLinearMotion(boolean) - Static method in class com.sun.lwuit.animations.CommonTransitions
Indicates whether the motion associated with these transitions by default is linear or spline motion
setDefaultMaxSize(int) - Static method in class com.sun.lwuit.TextArea
Sets the default limit for the native text box size
setDefaultMenuTransitionIn(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a Menu
setDefaultMenuTransitionOut(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a Menu
setDefaultRowHeight(int) - Static method in class com.sun.lwuit.table.TableLayout
Indicates the default (in percentage) for the row height, -1 indicates automatic sizing
setDefaultSmoothScrolling(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether lists and containers should have smooth scrolling by default
setDefaultSmoothScrollingSpeed(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates the default speed for smooth scrolling
setDefaultSnapToGrid(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether scrolling this component should jump to a specific location in a grid
setDefaultSymbolDialogKey(int) - Static method in class com.sun.lwuit.TextField
The default key for poping open the symbol dialog
setDefaultTensileDrag(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether tensile drag should be active by default
setDefaultTickerEnabled(boolean) - Static method in class com.sun.lwuit.Label
Allows disabling/enabling tickers globally
setDefaultValign(int) - Static method in class com.sun.lwuit.TextArea
Indicates the defaut vertical alignment for a text field, only applies to single line text fields
setDefaultVirtualKeyboard(VirtualKeyboardInterface) - Method in class com.sun.lwuit.Display
Sets the default virtual keyboard to be used by the platform
setDefaultVirtualKeyboardClass(Class) - Static method in class com.sun.lwuit.VirtualKeyboard
Sets the default virtual keyboard class for the com.sun.lwuit.VirtualKeyboard type This class is used as the default virtual keyboard class if the current platform VirtualKeyboard is com.sun.lwuit.VirtualKeyboard.
setDialogPosition(String) - Method in class com.sun.lwuit.Dialog
Screen orientation position for the upcoming dialog.
setDialogStyle(Style) - Method in class com.sun.lwuit.Dialog
Simple setter to set the Dialog Style
setDialogTitleCompatibilityMode(boolean) - Static method in class com.sun.lwuit.Dialog
Deprecated. this method will be removed and the functionality will be removed in the next version of LWUIT
setDialogType(int) - Method in class com.sun.lwuit.Dialog
The type of the dialog can be one of TYPE_WARNING, TYPE_INFO, TYPE_ERROR, TYPE_CONFIRMATION or TYPE_ALARM
setDialogUIID(String) - Method in class com.sun.lwuit.Dialog
Simple setter to set the Dialog uiid
setDirtyRegion(Rectangle) - Method in class com.sun.lwuit.Component
sets the Component dirty region, this method is for internal use only and SHOULD NOT be invoked by user code.
setDisableColor(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
Simple setter to disable color
setDisabledIcon(Image) - Method in class com.sun.lwuit.Button
Indicates the icon that is displayed on the button when the button is in the disabled state
setDisabledIcon(Image) - Method in class com.sun.lwuit.Command
Indicates the icon that is displayed on the button when the button is in the disabled state
setDisabledStyle(Style) - Method in class com.sun.lwuit.Component
Changes the Component disalbed Style by replacing the Component Style with the given Style
setDisableStaticDialogScrolling(boolean) - Static method in class com.sun.lwuit.Dialog
Allows a developer to indicate his interest that the dialog should no longer scroll on its own but rather rely on the scrolling properties of internal scrollable containers.
setDisplayLock(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Installs the display lock allowing implementors to synchronize against the Display mutex, this method is invoked internally and should not be used.
setDisposeWhenPointerOutOfBounds(boolean) - Method in class com.sun.lwuit.Dialog
This flag indicates if the dialog should be disposed if a pointer released event occurred out of the dialog content.
setDOM(HTMLElement) - Method in class com.sun.lwuit.html.HTMLComponent
Sets this HTMLComponent to render the document in the specified DOM.
setDOM(HTMLElement, String) - Method in class com.sun.lwuit.html.HTMLComponent
Sets this HTMLComponent to render the document in the specified DOM
setDraggable(boolean) - Method in class com.sun.lwuit.Component
Indicates whether this component can be dragged in a drag and drop operation rather than scroll the parent
setDragStartPercentage(int) - Method in class com.sun.lwuit.Display
This method allows us to manipulate the drag started detection logic.
setDragStartPercentage(int) - Method in class com.sun.lwuit.impl.LWUITImplementation
This method allows us to manipulate the drag started detection logic.
setDrawBorder(boolean) - Method in class com.sun.lwuit.table.Table
Indicates whether the table border should be drawn
setDrawEmptyCellsBorder(boolean) - Method in class com.sun.lwuit.table.Table
Indicates whether empty cells should have borders (relevant only for separate borders and not for collapsed)
setDropTarget(boolean) - Method in class com.sun.lwuit.Component
Indicates whether this component can receive dropped components into it, notice that when dropping on a component or container the parents will be checked recursively to find a valid drop target
setEditable(boolean) - Method in class com.sun.lwuit.Slider
Indicates the slider is modifyable
setEditable(boolean) - Method in class com.sun.lwuit.TextArea
Sets this text area to be editable or readonly
setEditable(boolean) - Method in class com.sun.lwuit.TextField
 
setElementUIID(String) - Method in class com.sun.lwuit.ComponentGroup
The UIID to apply to the elements within this container
setEmbed(String) - Method in class com.sun.lwuit.util.EmbeddedContainer
Indicates the name of the container to embed into this container
setEnabled(boolean) - Method in class com.sun.lwuit.Command
Allows disabling/enabling the command
setEnabled(boolean) - Method in class com.sun.lwuit.Component
Indicates whether component is enabled or disabled thus allowing us to prevent a component from receiving input events and indicate so visually
setEnabled(boolean) - Method in class com.sun.lwuit.Container
This method will recursively set all the Container chidrens to be enabled/disabled.
setEnableInputScroll(boolean) - Method in class com.sun.lwuit.TextField
Indicates whether text field input should scroll to the right side when no more room for the input is present.
setEncoding(String) - Method in class com.sun.lwuit.html.DocumentInfo
Sets the document encoding (This can be determined via the charset attribute in the response)
setEndsWith3Points(boolean) - Method in class com.sun.lwuit.Label
If the Label text is too long fit the text to the widget and add "..."
setEndTime(int) - Method in class com.sun.lwuit.animations.AnimationObject
The end time of the animation determines when we finish actually drawing the animation object. -1 means the duration of the entire animation.
setEventsEnabled(boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Sets whether the active controls in the HTML will trigger events, and whether the DOM will change dynamically due to user input.
setExpectedContentType(int) - Method in class com.sun.lwuit.html.DocumentInfo
Sets this expected content type to be either TYPE_HTML, TYPE_IMAGE or TYPE_CSS When the document itself is requested the type will be TYPE_HTML and when images in the document are requested the type will be TYPE_IMAGE The differentiation is important to handle cases in which the HTMLComponent expects one type but the URL is has a resource of another type
setFadeScrollBar(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether the scrollbar should fade when unused
setFadeScrollEdge(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether the edge of a scrollable area should fade out
setFadeScrollEdgeLength(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates the width/height of the fading edge to indicate scrolling
setFG(Graphics, Component) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets the foreground color and font for a generic component, reuse-able by most component drawing code
setFgColor(int) - Method in class com.sun.lwuit.plaf.Style
Sets the foreground color for the component
setFgColor(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the foreground color for the component
setFillLastRow(boolean) - Method in class com.sun.lwuit.layouts.GridLayout
When set to true makes the grid layout fill the last row of the layout entirely if the number of elements in that row is bigger.
setFillRows(boolean) - Method in class com.sun.lwuit.layouts.FlowLayout
Indicates whether the layout manager should try to fill up the available space in the row
setFireOnClick(boolean) - Method in class com.sun.lwuit.List
This method determines if the List fires the action event when the pointer was clicked on one of the items, or only if the item was the selected item By default the value is true, this setting is only relevant for none fixed Lists
setFireStyleEventsOnNonEDT(boolean) - Static method in class com.sun.lwuit.util.EventDispatcher
When set to true, style events will be dispatched even from non-EDT threads.
setFisheye(boolean) - Method in class com.sun.lwuit.list.GenericListCellRenderer
In fisheye rendering mode the renderer maintains selected component drawing
setFixedSelection(int) - Method in class com.sun.lwuit.List
Indicates whether selection is fixable to place in which case all the elements in the list move and selection stays in place.
setFlatten(boolean) - Method in class com.sun.lwuit.Component
Makes the component effectively opaque by blending the backgrounds into an image in memory so the layer of underlying components is only drawn once when this component is repainted.
setFocus(boolean) - Method in class com.sun.lwuit.Component
This flag doesn't really give focus, its a state that determines what colors from the Style should be used when painting the component.
setFocus(boolean) - Method in class com.sun.lwuit.TabbedPane
Deprecated.  
setFocusable(boolean) - Method in class com.sun.lwuit.Component
A simple setter to determine if this Component can get focused
setFocusable(boolean) - Method in class com.sun.lwuit.TabbedPane
Deprecated.  
setFocused(Component) - Method in class com.sun.lwuit.Form
Sets the focused component and fires the appropriate events to make it so
setFocusedInstance(Border) - Method in class com.sun.lwuit.plaf.Border
Deprecated. use the getSelectedStyle() method in the component class
setFocusScrolling(boolean) - Method in class com.sun.lwuit.Form
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of LWUIT.
setFocusScrolling(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of LWUIT.
setFolderIcon(Image) - Static method in class com.sun.lwuit.tree.Tree
Sets the icon for a tree folder
setFolderOpenIcon(Image) - Static method in class com.sun.lwuit.tree.Tree
Sets the icon for a tree folder in its expanded state
setFont(Font) - Method in class com.sun.lwuit.Graphics
Sets the font to use with the drawString method calls
setFont(Font) - Method in class com.sun.lwuit.plaf.Style
Sets the font for the component
setFont(Font, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the font for the component
setFormState(Form, Hashtable) - Method in class com.sun.lwuit.util.UIBuilder
Sets the state of the current form to which we are returing as part of the navigation logic.
setFramerate(int) - Method in class com.sun.lwuit.Display
Indicates the maximum frames the API will try to draw every second by default this is set to 10.
setFullScreen(boolean) - Method in class com.sun.lwuit.MediaComponent
Deprecated. Toggles the fullscreen mode
setFullScreen(boolean) - Method in class com.sun.lwuit.VideoComponent
Toggles the fullscreen mode
setGap(int) - Method in class com.sun.lwuit.Label
Set the gap in pixels between the icon/text to the Label boundaries
setGlassPane(Painter) - Method in class com.sun.lwuit.Form
Allows a developer that doesn't derive from the form to draw on top of the form regardless of underlying changes or animations.
setGrabsPointerEvents(boolean) - Method in class com.sun.lwuit.Component
This property is useful for blocking in z-order touch events, sometimes we might want to grab touch events in a specific component without making it focusable.
setGroup(String) - Method in class com.sun.lwuit.RadioButton
This is a helper method to ease the usage of button groups
setGroupFlag(String) - Method in class com.sun.lwuit.ComponentGroup
The group flag allows changing the flag that activates this group, from ComponentGroupBool to any arbitrary flag.
setGrowByContent(boolean) - Method in class com.sun.lwuit.TextArea
Indicates that the text area should "grow" in height based on the content beyond the limits indicate by the rows variable
setHandlesInput(boolean) - Method in class com.sun.lwuit.Component
Prevents key events from being grabbed for focus traversal.
setHandlesInput(boolean) - Method in class com.sun.lwuit.List
 
setHeight(int) - Method in class com.sun.lwuit.Component
Sets the Component height, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setHeight(int) - Method in class com.sun.lwuit.geom.Dimension
Set the height of the dimension
setHeightPercentage(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the row height based on percentage of the parent
setHideInPortrait(boolean) - Method in class com.sun.lwuit.Component
Indicates that this component and all its children should be hidden when the device is switched to portrait mode
setHighQualityMode(boolean) - Method in class com.sun.lwuit.animations.Transition3D
High quality mode renders the transition using smoother graphics but can take a whole lot more memory per texture and bitmap resulting in a likely out of memory error on high resolution/low memory devices with complex UI elements.
setHint(String) - Method in class com.sun.lwuit.List
Sets the TextArea hint text, the hint text is displayed on the TextArea When there is no text in the TextArea
setHint(String, Image) - Method in class com.sun.lwuit.List
Sets the TextArea hint text and Icon, the hint text and icon are displayed on the TextArea when there is no text in the TextArea
setHint(String) - Method in class com.sun.lwuit.TextArea
Sets the TextArea hint text, the hint text is displayed on the TextArea When there is no text in the TextArea
setHint(String, Image) - Method in class com.sun.lwuit.TextArea
Sets the TextArea hint text and Icon, the hint text and icon are displayed on the TextArea when there is no text in the TextArea
setHintIcon(Image) - Method in class com.sun.lwuit.List
Sets the TextArea hint icon, the hint is displayed on the TextArea When there is no text in the TextArea
setHintIcon(Image) - Method in class com.sun.lwuit.TextArea
Sets the TextArea hint icon, the hint is displayed on the TextArea When there is no text in the TextArea
setHomeForm(String) - Method in class com.sun.lwuit.util.UIBuilder
When reaching the home form the navigation stack is cleared
setHonorsVisibility(boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets whether component visibility is considered when sizing and positioning components.
setHonorsVisibility(Component, Boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets whether the component's visibility is considered for sizing and positioning.
setHorizontal(boolean) - Method in class com.sun.lwuit.ComponentGroup
Indicates that the component group should be horizontal by using the BoxLayout Y
setHorizontalAlign(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the horizontal alignment of the table cell
setHorizontalGroup(GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets the Group that is responsible for layout along the horizontal axis.
setHorizontalSpan(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the cells to span horizontally, this number must never be smaller than 1
setHTML(String, String, String, boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the given string containing HTML code either as this HTMLComponent's body or as the full HTML.
setHTMLCallback(HTMLCallback) - Method in class com.sun.lwuit.html.HTMLComponent
Sets an HTMLCallback to listen to this HTMLCOmponent
setIcon(Image) - Method in class com.sun.lwuit.Label
Sets the Label icon, if the icon is unmodified a repaint would not be triggered
setIgnoreCSS(boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Sets whether this HTMLComponent will ignore all CSS.directives.
setIgnoreFocusComponentWhenUnfocused(boolean) - Method in class com.sun.lwuit.List
Indicates whether the list should not paint the focus component if the list itself has no focus.
setImageBorderSpecialTile(Image, Image, Image, Image, Component) - Method in class com.sun.lwuit.plaf.Border
This method is designed mainly for the purpose of creating an arrow that will track a specific component using the image border the tile given would be an arrow like image just like the ones used for the top/bottom/left/right images.
setIncludeHeader(boolean) - Method in class com.sun.lwuit.table.Table
Indicates whether the table should render a table header as the first row
setIncludeSelectCancel(boolean) - Method in class com.sun.lwuit.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box
setIncludeWhitespacesBetweenTags(boolean) - Method in class com.sun.lwuit.xml.XMLParser
 
setIncrements(int) - Method in class com.sun.lwuit.Slider
The increments when the user presses a key to the left/right/up/down etc.
setInfinite(boolean) - Method in class com.sun.lwuit.Slider
Activates/disables the infinite slider functionality used to animate progress for which there is no defined value.
setInitialized(boolean) - Method in class com.sun.lwuit.Component
Indicates if the component is in the initialized state, a component is initialized when its initComponent() method was invoked.
setInnerBorderMode(int) - Method in class com.sun.lwuit.table.Table
Sets how to draw the inner border (All of it, only rows/columns, none, groups) Note that setting to any mode other than NONE/ALL will result in the border drawing as collapsed whether this is a collpased border or not
setInputMode(String) - Method in class com.sun.lwuit.TextField
Sets the current selected input mode matching one of the existing input modes
setInputModeOrder(String[]) - Method in class com.sun.lwuit.TextField
Sets the order in which input modes are toggled and allows disabling/hiding an input mode
setInputModeOrder(String[]) - Method in class com.sun.lwuit.VirtualKeyboard
Sets the order in which input modes are toggled and allows disabling/hiding an input mode
setInputOnFocus(boolean) - Method in class com.sun.lwuit.List
A list can start handling input implicitly upon gaining focus, this can make for a more intuitive UI when no other focus elements exist or when their use case is infrequent.
setInputSkipDelay(int) - Static method in class com.sun.lwuit.spinner.Spinner
Indicates the time after which the skip input area for entering spinner values manually will disappear
setInputType(int) - Method in interface com.sun.lwuit.impl.VirtualKeyboardInterface
This can be used to indicate to the VirtualKeyboard what type of input to display.
setInputType(int) - Method in class com.sun.lwuit.VirtualKeyboard
 
setInstance(ImplementationFactory) - Static method in class com.sun.lwuit.impl.ImplementationFactory
Install a new implementation factory this method is invoked by implementors to replace a factory.
setIsScrollVisible(boolean) - Method in class com.sun.lwuit.Component
Deprecated. replaced by setScrollVisible to match the JavaBeans spec
setItem(int, Object) - Method in class com.sun.lwuit.list.DefaultListModel
Change the item at the given index
setItemGap(int) - Method in class com.sun.lwuit.List
Set the gap between items
setKeepResourcesInRam(boolean) - Method in class com.sun.lwuit.util.UIBuilder
Indicates that the UIBuilder should cache resources in memory and never release them.
setLabelForComponent(Label) - Method in class com.sun.lwuit.Component
Allows us to indicate the label associated with this component thus providing visual feedback related for this component e.g. starting the ticker when the component receives focus.
setLayout(Layout) - Method in class com.sun.lwuit.Container
Sets the layout manager responsible for arranging this container
setLayout(Layout) - Method in class com.sun.lwuit.Dialog
 
setLayout(Layout) - Method in class com.sun.lwuit.Form
 
setLayoutStyle(LayoutStyle) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets the LayoutStyle this GroupLayout is to use.
setLeadComponent(Component) - Method in class com.sun.lwuit.Container
Sets the lead component for this container, a lead component takes over the entire component hierarchy and receives all the events for the container hierarchy.
setLeftAndRightEditingTrigger(boolean) - Method in class com.sun.lwuit.TextField
Indicates whether the left/right keys will trigger editing, this is true by default.
setLinearMotion(boolean) - Method in class com.sun.lwuit.animations.CommonTransitions
Indicates whether the motion associated with this transition is linear or spline motion
setLinesToScroll(int) - Method in class com.sun.lwuit.TextArea
Indicates the number of lines to scroll with every scroll operation
setListCellRenderer(ListCellRenderer) - Method in class com.sun.lwuit.List
Deprecated. use setRenderer instead, this method was deprecated to confirm better to JavaBean convention of having the getter/setter with the same name
setListModel(List) - Method in class com.sun.lwuit.util.UIBuilder
Allows a subclass to set the list model for the given component
setListSizeCalculationSampleCount(int) - Method in class com.sun.lwuit.List
Indicates the number of elements the list should check to determine the element sizes.
setLookAndFeel(LookAndFeel) - Method in class com.sun.lwuit.plaf.UIManager
Sets the currently installed look and feel
setLoop(boolean) - Method in class com.sun.lwuit.animations.Timeline
Indicates if the image should loop
setLoop(boolean) - Method in class com.sun.lwuit.StaticAnimation
Deprecated. Indicates whether the animation will run in a loop or run only once
setLoopCount(int) - Method in class com.sun.lwuit.MediaComponent
Deprecated. Set the number of times the media should loop
setLoopCount(int) - Method in class com.sun.lwuit.VideoComponent
Set the number of times the media should loop
setLWUITGraphics(Graphics) - Method in class com.sun.lwuit.impl.LWUITImplementation
Installs the LWUIT graphics object into the implementation
setMargin(int, int, int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Margin
setMargin(int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Margin
setMargin(int, int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Margin
setMarginUnit(byte[]) - Method in class com.sun.lwuit.plaf.Style
Indicates the units used for margin elements, if null pixels are used if not this is a 4 element array containing values of UNIT_TYPE_PIXELS, UNIT_TYPE_DIPS or UNIT_TYPE_SCREEN_PERCENTAGE
setMaxSize(int) - Method in class com.sun.lwuit.TextArea
Sets the maximum size of the text area
setMaxTextureDimension(int) - Static method in class com.sun.lwuit.animations.Transition3D
Allows performance/memory sensitive devices to define a maximum size for the texture thus increasing performance on the expense of quality.
setMaxThreads(int) - Static method in class com.sun.lwuit.html.HTMLComponent
Sets the maximum number of threads to use for image download
setMaxValue(int) - Method in class com.sun.lwuit.Slider
 
setMediaTime(Object, long) - Method in class com.sun.lwuit.impl.LWUITImplementation
Deprecated. replaced by the new video component
setMediaTime(long) - Method in class com.sun.lwuit.MediaComponent
Deprecated. "Jump" to a point in time within the media
setMediaTimeMS(int) - Method in class com.sun.lwuit.VideoComponent
"Jump" to a point in time within the media in milliseconds
setMediaTimeSeconds(int) - Method in class com.sun.lwuit.VideoComponent
"Jump" to a point in time within the media
setMenuBar(MenuBar) - Method in class com.sun.lwuit.Form
Sets the associated MenuBar Object.
setMenuBarClass(Class) - Method in class com.sun.lwuit.plaf.LookAndFeel
Simple setter for the MenuBar Class
setMenuCellRenderer(ListCellRenderer) - Method in class com.sun.lwuit.Form
Determine the cell renderer used to render menu elements for themeing the look of the menu options
setMenuCellRenderer(ListCellRenderer) - Method in class com.sun.lwuit.MenuBar
The MenuBar default implementation shows the menu commands in a List contained in a Dialog.
setMenuIcons(Image, Image, Image) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets globally the Menu icons
setMenuRenderer(ListCellRenderer) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets the Menu default renderer
setMenuTransitions(Transition, Transition) - Method in class com.sun.lwuit.Form
Sets the menu transitions for showing/hiding the menu, can be null...
setMinElementHeight(int) - Method in class com.sun.lwuit.List
Minimum number of elements shown in a list, this member is used to calculate the list preferred size.
setMinimumSizePerColumn(int) - Static method in class com.sun.lwuit.table.TableLayout
Sets the minimum size for a column in the table, this is applicable for tables that are not scrollable on the X axis.
setMinValue(int) - Method in class com.sun.lwuit.Slider
 
setModel(ListModel) - Method in class com.sun.lwuit.list.ContainerList
Set the model for the container list
setModel(ListModel) - Method in class com.sun.lwuit.List
Replaces/sets the model underlying the list
setModel(TableModel) - Method in class com.sun.lwuit.table.Table
Replaces the underlying model
setModel(TreeModel) - Method in class com.sun.lwuit.tree.Tree
Sets the tree model to a new value
setMonthViewSelectedStyle(Style) - Method in class com.sun.lwuit.Calendar
Sets the selected style of the month view component within the calendar
setMonthViewUnSelectedStyle(Style) - Method in class com.sun.lwuit.Calendar
Sets the un selected style of the month view component within the calendar
setMotion(Motion) - Method in class com.sun.lwuit.animations.CommonTransitions
Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel
setMutableRendererBackgrounds(boolean) - Method in class com.sun.lwuit.List
Indicates that the background of a cell renderer might mutate between one entry and the next, it is recommended that this flag remains false for performance reasons.
setName(String) - Method in class com.sun.lwuit.Component
A component name allows us to easily identify the component within a dynamic UI.
setNativeCommands(boolean) - Method in class com.sun.lwuit.Display
Deprecated. use setCommandBehavior(Display.COMMAND_BEHAVIOR_NATIVE)
setNativeCommands(Vector) - Method in class com.sun.lwuit.impl.LWUITImplementation
Places the following commands on the native menu system
setNativeFont(Object, Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Installs a native font object
setNativePeer(Object) - Method in class com.sun.lwuit.VideoComponent
Some devices might not allow extracting the native peer before the first initialization
setNextFocusDown(Component) - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the down key
setNextFocusLeft(Component) - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the left key, this method doesn't affect the general focus behavior.
setNextFocusRight(Component) - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the right key
setNextFocusUp(Component) - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the up key, this method doesn't affect the general focus behavior.
setNodeIcon(Image) - Static method in class com.sun.lwuit.tree.Tree
Sets the icon for a tree node
setNoSleep(boolean) - Method in class com.sun.lwuit.Display
Calling this method with noSleep=true will cause the edt to run without sleeping.
setNumericKeyActions(boolean) - Method in class com.sun.lwuit.List
Indicate whether pressing the number keys should trigger an action
setOpaque(boolean) - Method in class com.sun.lwuit.RGBImage
 
setOppositeSide(boolean) - Method in class com.sun.lwuit.CheckBox
Places the check box on the opposite side at the far end
setOppositeSide(boolean) - Method in class com.sun.lwuit.RadioButton
Places the radio box on the opposite side at the far end
setOrientation(int) - Method in class com.sun.lwuit.List
Sets the list orientation HORIZONTAL or VERTICAL
setOverline(boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the overline text decoration for this style
setOverwriteMode(boolean) - Method in class com.sun.lwuit.TextField
Indicates that this is the overwrite mode
setPadding(int, int, int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Padding
setPadding(int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Padding
setPadding(int, int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Padding
setPadding(int, int, int, int) - Method in class com.sun.lwuit.TabbedPane
Deprecated.  
setPadding(int, int) - Method in class com.sun.lwuit.TabbedPane
Deprecated.  
setPaddingUnit(byte[]) - Method in class com.sun.lwuit.plaf.Style
Indicates the units used for padding elements, if null pixels are used if not this is a 4 element array containing values of UNIT_TYPE_PIXELS, UNIT_TYPE_DIPS or UNIT_TYPE_SCREEN_PERCENTAGE
setPage(String, String) - Method in class com.sun.lwuit.BrowserComponent
Shows the given HTML in the native viewer
setPage(String) - Method in class com.sun.lwuit.html.HTMLComponent
Sets this HTMLComponent to render the document in the specified URL
setPageStyle(Style) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the style of the page, allowing for example to set transparency to the main page.
setPageUIID(String) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the UIID of the page (the internal container) This applies not only to the current page, but rather to all pages created with this HTMLComponent instance.
setPaintFocusBehindList(boolean) - Method in class com.sun.lwuit.List
This method determines if the animated focus is drawn on top of the List or behind the List when moving.
setPaintOuterBorderFirst(boolean) - Method in class com.sun.lwuit.plaf.Border
Allows toggling the order in which the outer and inner borders are painted for the Outer border type
setParams(String) - Method in class com.sun.lwuit.html.DocumentInfo
Sets the request paramters of this request
setParent(Element) - Method in class com.sun.lwuit.xml.Element
Sets this element parent, done interanlly in addChild
setParser(HTMLParser) - Method in class com.sun.lwuit.html.HTMLComponent
Sets a custom HTMLParser for this HTMLComponent By default, a new HTMLParser instance is created for each HTMLComponent, use this method if you have a custom parser.
setParserCallback(ParserCallback) - Method in class com.sun.lwuit.xml.XMLParser
Sets the specified callback to serve as the callback for parsing errors
setPassword(String) - Static method in class com.sun.lwuit.util.Resources
Sets the password to use for password protected resource files
setPause(boolean) - Method in class com.sun.lwuit.animations.Timeline
Indicate that the application is paused
setPostRequest(boolean) - Method in class com.sun.lwuit.html.DocumentInfo
Sets this DocumentInfo as using a POST request or not
setPreferredH(int) - Method in class com.sun.lwuit.Component
Helper method to set the preferred height of the component.
setPreferredSize(Dimension) - Method in class com.sun.lwuit.Component
Sets the Component Preferred Size, there is no guarantee the Component will be sized at its Preferred Size.
setPreferredW(int) - Method in class com.sun.lwuit.Component
Helper method to set the preferred width of the component.
setPressedIcon(Image) - Method in class com.sun.lwuit.Button
Indicates the icon that is displayed on the button when the button is in pressed state
setPressedIcon(Image) - Method in class com.sun.lwuit.Command
Indicates the icon that is displayed on the button when the button is in pressed state
setPressedInstance(Border) - Method in class com.sun.lwuit.plaf.Border
Allows us to define a border that will act as the pressed version of this border
setPressedStyle(Style) - Method in class com.sun.lwuit.Component
Sets the Component Style for the pressed state allowing us to manipulate the look of the component when it is pressed
setProgress(int) - Method in class com.sun.lwuit.Slider
Indicates the value of progress made, this method is thread safe and can be invoked from any thread although discression should still be kept so one thread doesn't regress progress made by another thread...
setProperty(String, Object) - Method in class com.sun.lwuit.BrowserComponent
This method allows customizing the properties of a web view in various ways including platform specific settings.
setProperty(String, String) - Method in class com.sun.lwuit.Display
Sets a local property to the application, this method has no effect on the implementation code and only allows the user to override the logic of getProperty for internal application purposes.
setPropertyValue(String, Object) - Method in class com.sun.lwuit.Component
Sets a new value to the given property, returns an error message if failed and null if successful.
setPropertyValue(String, Object) - Method in class com.sun.lwuit.ComponentGroup
 
setPropertyValue(String, Object) - Method in class com.sun.lwuit.html.HTMLComponent
 
setPropertyValue(String, Object) - Method in class com.sun.lwuit.list.ContainerList
 
setPropertyValue(String, Object) - Method in class com.sun.lwuit.table.Table
 
setPropertyValue(String, Object) - Method in class com.sun.lwuit.Tabs
 
setPropertyValue(String, Object) - Method in class com.sun.lwuit.tree.Tree
 
setPureTouch(boolean) - Method in class com.sun.lwuit.Display
A pure touch device has no focus showing when the user is using the touch interface.
setQwertyAutoDetect(boolean) - Static method in class com.sun.lwuit.TextField
Indicates whether the text field should try to auto detect qwerty and switch the qwerty device flag implicitly
setQwertyDevice(boolean) - Static method in class com.sun.lwuit.TextField
The default value for the qwerty flag so it doesn't need setting for every text field individually.
setQwertyInput(boolean) - Method in class com.sun.lwuit.TextField
True is this is a qwerty device or a device that is currently in qwerty mode.
setRadioButtonFocusImages(Image, Image, Image, Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected and disabled modes, when the radio button has focus, these are entirely optional
setRadioButtonImages(Image, Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected modes
setRadioButtonImages(Image, Image, Image, Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected modes
setRenderer(CellRenderer) - Method in class com.sun.lwuit.list.ContainerList
The renderer used to draw the container list elements
setRenderer(ListCellRenderer) - Method in class com.sun.lwuit.List
Sets the renderer which is used to draw list elements
setRenderingPrototype(Object) - Method in class com.sun.lwuit.List
The rendering prototype is optionally used in calculating the size of the List and is recommended for performance reasons.
setRenderPercentageOnTop(boolean) - Method in class com.sun.lwuit.Slider
Indicates that the value of the slider should be rendered with a percentage sign on top of the slider.
setRenderValueOnTop(boolean) - Method in class com.sun.lwuit.Slider
 
setReplaceMenu(boolean) - Method in class com.sun.lwuit.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field
setReplaceMenuDefault(boolean) - Static method in class com.sun.lwuit.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field
setResFile(Resources) - Static method in class com.sun.lwuit.html.DefaultDocumentRequestHandler
Allows URL's referring to a local:// local resource to default to this file
setResourceBundle(Hashtable) - Method in class com.sun.lwuit.plaf.UIManager
The resource bundle allows us to implicitly localize the UI on the fly, once its installed all internal application strings query the resource bundle and extract their values from this table if applicable.
setResourceFile(Resources) - Method in class com.sun.lwuit.util.UIBuilder
Sets the resource file if keep in rum or no path is defined
setResourceFilePath(String) - Method in class com.sun.lwuit.util.UIBuilder
Allows the navigation code to avoid storing the resource file and lets the GC remove it from memory when its not in use
setReverseSoftButtons(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether softbuttons should be reversed from their default orientation
setRolloverIcon(Image) - Method in class com.sun.lwuit.Button
Indicates the icon that is displayed on the button when the button is in rolled over state
setRolloverIcon(Image) - Method in class com.sun.lwuit.Command
Indicates the icon that is displayed on the button when the button is in rolled over state
setRolloverPressedIcon(Image) - Method in class com.sun.lwuit.Button
Indicates the icon that is displayed on the button when the button is in pressed state and is selected.
setRows(int) - Method in class com.sun.lwuit.TextArea
Sets the number of rows in the text area
setRowsGap(int) - Method in class com.sun.lwuit.TextArea
The gap in pixels between rows
setRTL(boolean) - Method in class com.sun.lwuit.Component
Is the component a bidi RTL component
setRTL(boolean) - Method in class com.sun.lwuit.Form
 
setRTL(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets this LookAndFeel to operate in right-to-left mode.
setRTL(boolean) - Method in class com.sun.lwuit.spinner.Spinner
 
setScrollable(boolean) - Method in class com.sun.lwuit.Container
The equivalent of calling both setScrollableY and setScrollableX
setScrollable(boolean) - Method in class com.sun.lwuit.Dialog
 
setScrollable(boolean) - Method in class com.sun.lwuit.Form
 
setScrollableX(boolean) - Method in class com.sun.lwuit.Container
Sets whether the component should/could scroll on the X axis
setScrollableX(boolean) - Method in class com.sun.lwuit.Form
 
setScrollableY(boolean) - Method in class com.sun.lwuit.Container
Sets whether the component should/could scroll on the Y axis
setScrollableY(boolean) - Method in class com.sun.lwuit.Form
 
setScrollAnimationSpeed(int) - Method in class com.sun.lwuit.Component
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode
setScrollAnimationSpeed(int) - Method in class com.sun.lwuit.Form
 
setScrollIncrement(int) - Method in class com.sun.lwuit.Container
Determines the scroll increment size of this Container.
setScrollOpacityChangeSpeed(int) - Method in class com.sun.lwuit.Component
Indicates the decrement units for the scroll opacity
setScrollSize(Dimension) - Method in class com.sun.lwuit.Component
Set the size for the scroll area
setScrollToSelected(boolean) - Method in class com.sun.lwuit.List
This flag indicates to the List if the List should scroll to the selected element when it's been initialized.
setScrollVisible(boolean) - Method in class com.sun.lwuit.Component
Set whether this component scroll is visible
setScrollX(int) - Method in class com.sun.lwuit.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
setScrollY(int) - Method in class com.sun.lwuit.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
setSelectCommand(Command) - Method in class com.sun.lwuit.MenuBar
Sets the select command
setSelectCommandText(String) - Method in class com.sun.lwuit.Component
Allows determining the text for the select command used in the 3rd softbutton mode.
setSelected(RadioButton) - Method in class com.sun.lwuit.ButtonGroup
Selects the given radio button
setSelected(int) - Method in class com.sun.lwuit.ButtonGroup
Sets the selected Radio button by index
setSelected(boolean) - Method in class com.sun.lwuit.CheckBox
Selects the current checkbox
setSelected(boolean) - Method in class com.sun.lwuit.RadioButton
Selects the current radio button
setSelectedDate(Date) - Method in class com.sun.lwuit.Calendar
This method sets the Calendar selected day
setSelectedIndex(int) - Method in class com.sun.lwuit.ComboBox
 
setSelectedIndex(int, boolean) - Method in class com.sun.lwuit.ComboBox
 
setSelectedIndex(int) - Method in class com.sun.lwuit.list.DefaultListModel
 
setSelectedIndex(int) - Method in interface com.sun.lwuit.list.ListModel
Sets the selected list offset can be set to -1 to clear selection
setSelectedIndex(int) - Method in class com.sun.lwuit.List
Sets the current selected offset in the list, by default this implementation will scroll the list to the selection if the selection is outside of the screen
setSelectedIndex(int, boolean) - Method in class com.sun.lwuit.List
Sets the current selected offset in the list
setSelectedIndex(int) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Sets the selected index for this tabbedpane.
setSelectedIndex(int) - Method in class com.sun.lwuit.Tabs
Sets the selected index for this tabbedpane.
setSelectedItem(Object) - Method in class com.sun.lwuit.List
Sets the current selected item in the list
setSelectedStyle(Style) - Method in class com.sun.lwuit.Component
Changes the Component selected Style by replacing the Component Style with the given Style
setSelectionListener(boolean) - Method in class com.sun.lwuit.list.GenericListCellRenderer
 
setSelectionTransparency(int) - Method in class com.sun.lwuit.list.DefaultListCellRenderer
The background transparency factor to apply to the selection focus
setSharedInstance(LayoutStyle) - Static method in class com.sun.lwuit.layouts.LayoutStyle
Sets the LayoutStyle instance to use for this look and feel.
setShiftText(int) - Method in class com.sun.lwuit.Label
This method shifts the text from it's position in pixels.
setShouldCalcPreferredSize(boolean) - Method in class com.sun.lwuit.Component
Indicates the values within the component have changed and preferred size should be recalculated
setShouldCalcPreferredSize(boolean) - Method in class com.sun.lwuit.Container
 
setShouldCalcPreferredSize(boolean) - Method in class com.sun.lwuit.List
 
setShouldLayout(boolean) - Method in class com.sun.lwuit.Container
Flags this container to preform layout
setShowDuringEditBehavior(int) - Method in class com.sun.lwuit.Display
Invoking the show() method of a form/dialog while the user is editing text in the native text box can have several behaviors: SHOW_DURING_EDIT_IGNORE, SHOW_DURING_EDIT_EXCEPTION, SHOW_DURING_EDIT_ALLOW_DISCARD, SHOW_DURING_EDIT_ALLOW_SAVE, SHOW_DURING_EDIT_SET_AS_NEXT
setShowImages(boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Sets whether this HTMLComponent will download and show linked images or not
setShowNumbers(boolean) - Method in class com.sun.lwuit.list.DefaultListCellRenderer
Indicate whether numbering should exist for the default cell renderer
setShowNumbersDefault(boolean) - Static method in class com.sun.lwuit.list.DefaultListCellRenderer
Inidicates whether the default list cell renderer will show numbers by default when constructed
setShowTooltips(boolean) - Static method in class com.sun.lwuit.VirtualKeyboard
Indicates whether tooltips should be shown when the keys in the VKB are pressed
setShowVirtualKeyboard(boolean) - Method in class com.sun.lwuit.Display
Displays the virtual keyboard on devices that support manually poping up the vitual keyboard
setSingleLineTextArea(boolean) - Method in class com.sun.lwuit.TextArea
Indicates whether this is a single line text area, in which case "growing" won't work as expected.
setSize(Dimension) - Method in class com.sun.lwuit.Component
Sets the Component size, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setSmoothScrolling(boolean) - Method in class com.sun.lwuit.Component
Indicates that scrolling through the component should work as an animation
setSmoothScrolling(boolean) - Method in class com.sun.lwuit.Form
 
setSnapToGrid(boolean) - Method in class com.sun.lwuit.Component
Indicates whether scrolling this component should jump to a specific location in a grid
setSourceValue(int) - Method in class com.sun.lwuit.animations.Motion
The number from which we are starting (usually indicating animation start position)
setSpinnerHandle(Image) - Static method in class com.sun.lwuit.spinner.Spinner
The image appearing on the side of the spinner widget to indicate its "spinnability"
setStartTime(int) - Method in class com.sun.lwuit.animations.AnimationObject
The start time of the animation determines when we start actually drawing the animation object. -1 means the duration of the entire animation.
setStartTime(long) - Method in class com.sun.lwuit.animations.Motion
Sets the start time of the motion
setStrikeThru(boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the strike through text decoration for this style
setSwipeActivated(boolean) - Method in class com.sun.lwuit.Tabs
Setter method for swipe mode
setSymbolTable(char[]) - Static method in class com.sun.lwuit.TextField
Sets the symbol table to show when the user clicks the symbol table key
setT9Text(String) - Static method in class com.sun.lwuit.TextField
Set the text that should appear on the T9 softkey
setTabbedPaneBorderWidth(int) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Setting the TabbedPane surrounded border width
setTabPlacement(int) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Sets the tab placement for this tabbedpane.
setTabPlacement(int) - Method in class com.sun.lwuit.Tabs
Sets the tab placement for this tabbedpane.
setTabSelectedIcon(int, Image) - Method in class com.sun.lwuit.Tabs
Sets the selected icon of the tab at the given index
setTabsSelectedStyle(Style) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Sets the tabs selected style
setTabsUnselectedStyle(Style) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Sets the tabs un selected style
setTabTextPosition(int) - Method in class com.sun.lwuit.Tabs
Sets the position of the text relative to the icon if exists
setTabTitle(String, Image, int) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Updates the information about the tab details
setTabTitle(String, Image, int) - Method in class com.sun.lwuit.Tabs
Updates the information about the tab details
setTabTitlePrototype(String) - Method in class com.sun.lwuit.TabbedPane
Deprecated. The prototype is optionally used in calculating the size of an individual tab and is recommended for performance reasons.
setTactileTouch(boolean) - Method in class com.sun.lwuit.Component
Indicates whether the component should "trigger" tactile touch when pressed by the user in a touch screen UI.
setTactileTouchDuration(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows defining a tactile touch device that vibrates when the user presses a component that should respond with tactile feedback on a touch device (e.g. vibrate).
setTagId(int) - Method in class com.sun.lwuit.html.HTMLElement
Sets this HTMLElement's ID
setTagName(String) - Method in class com.sun.lwuit.xml.Element
Sets the name or text (for text elements) of this tag
setTensileDragEnabled(boolean) - Method in class com.sun.lwuit.Component
Indicates whether tensile drag (dragging beyond the boundry of the component and snapping back) is enabled for this component.
setTensileLength(int) - Method in class com.sun.lwuit.Component
Recommended length for the tensile, -1 for default
setText(String) - Method in class com.sun.lwuit.Label
Sets the Label text
setText(String) - Method in class com.sun.lwuit.TextArea
Sets the text within this text area
setText(String) - Method in class com.sun.lwuit.TextField
 
setText(String) - Method in class com.sun.lwuit.xml.Element
Sets the text of this element to the specified string (For text elements only)
setTextDecoration(int) - Method in class com.sun.lwuit.plaf.Style
Sets the text decoration of this style
setTextDecoration(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the text decoration of this style
setTextElement(boolean) - Method in class com.sun.lwuit.xml.Element
Sets this element as a text element
setTextField(TextArea) - Method in class com.sun.lwuit.VirtualKeyboard
Invoked internally by the implementation to indicate the text field that will be edited by the virtual keyboard
setTextFieldCursorColor(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
The color of the text field cursor
setTextPosition(int) - Method in class com.sun.lwuit.Label
Sets the position of the text relative to the icon if exists
setThemeProps(Hashtable) - Method in class com.sun.lwuit.plaf.UIManager
Allows manual theme loading from a hashtable of key/value pairs
setThickness(int) - Method in class com.sun.lwuit.plaf.Border
This method returns sets the border thickness in pixels, notice this doesn't apply to most border types
setThirdSoftButton(boolean) - Method in class com.sun.lwuit.Display
Indicates whether the 3rd softbutton should be supported on this device
setThumbImage(Image) - Method in class com.sun.lwuit.Slider
The thumb image is drawn on top of the current progress
setTickerEnabled(boolean) - Method in class com.sun.lwuit.Label
Sets the Label to allow ticking of the text.
setTickerSpeed(long) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets the ticker speed
setTickWhenFocused(boolean) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
This method allows to set all Labels, Buttons, CheckBoxes, RadioButtons to start ticking when the text is too long.
setTime(int) - Method in class com.sun.lwuit.animations.Timeline
Set the time of the timeline
setTimeout(long) - Method in class com.sun.lwuit.Dialog
Indicates the time (in milliseconds) afterwhich the dialog will be disposed implicitly
setTimeZone(TimeZone) - Method in class com.sun.lwuit.Calendar
Sets the Calendar timezone, if not specified Calendar will use the default timezone
setTintColor(int) - Method in class com.sun.lwuit.Form
Default color for the screen tint when a dialog or a menu is shown
setTitle(String) - Method in class com.sun.lwuit.Dialog
 
setTitle(String) - Method in class com.sun.lwuit.Form
Sets the Form title to the given text
setTitleAlignment(int) - Method in class com.sun.lwuit.table.Table
Indicates the alignment of the title see label alignment for details
setTitleComponent(Label) - Method in class com.sun.lwuit.Dialog
 
setTitleComponent(Label, Transition) - Method in class com.sun.lwuit.Dialog
 
setTitleComponent(Label) - Method in class com.sun.lwuit.Form
Allows replacing the title with a different title component, thus allowing developers to create more elaborate title objects.
setTitleComponent(Label, Transition) - Method in class com.sun.lwuit.Form
Allows replacing the title with a different title component, thus allowing developers to create more elaborate title objects.
setTitleStyle(Style) - Method in class com.sun.lwuit.Form
Deprecated. this method doesn't take into consideration multiple styles
setToggle(boolean) - Method in class com.sun.lwuit.Button
Toggle button mode is only relevant for checkboxes/radio buttons.
setTouchMenus(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Deprecated. use Display.setCommandBehavior(Display.COMMAND_BEHAVIOR_TOUCH_MENU)
setTouchScreenDevice(boolean) - Method in class com.sun.lwuit.Display
Indicates if this is a touch screen device that will return pen events, defaults to true if the device has pen events but can be overriden by the developer.
setTrackVisitedURLs(boolean) - Method in class com.sun.lwuit.html.DefaultDocumentRequestHandler
Allows tracking whether a URL was visited or not
setTransitionIn(Transition) - Static method in class com.sun.lwuit.VirtualKeyboard
The transition in for the VKB
setTransitionInAnimator(Transition) - Method in class com.sun.lwuit.Form
This property allows us to define a an animation that will draw the transition for entering this form.
setTransitionLeft(Transition) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Indicates the transition to use when switching between tabs from right to left.
setTransitionOut(Transition) - Static method in class com.sun.lwuit.VirtualKeyboard
The transition out for the VKB
setTransitionOutAnimator(Transition) - Method in class com.sun.lwuit.Form
This property allows us to define a an animation that will draw the transition for exiting this form.
setTransitionRight(Transition) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Indicates the transition to use when switching between tabs from left to right.
setTransitions(Transition, Transition) - Method in class com.sun.lwuit.MenuBar
Sets the menu transitions for showing/hiding the menu, can be null...
setTransitionYield(int) - Method in class com.sun.lwuit.Display
Indicates whether a delay should exist between calls to flush graphics during transition.
setUIID(String) - Method in class com.sun.lwuit.ComboBox
 
setUIID(String) - Method in class com.sun.lwuit.Component
This method sets the Component the Unique identifier.
setUIID(String) - Method in class com.sun.lwuit.Slider
 
setUIID(String) - Method in class com.sun.lwuit.spinner.Spinner
 
setUnderline(boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the underline text decoration for this style
setUnselectedStyle(Style) - Method in class com.sun.lwuit.Component
Changes the Component Style by replacing the Component Style with the given Style
setUnselectedStyle(Style) - Method in class com.sun.lwuit.MenuBar
 
setUnsupportedChars(String) - Method in class com.sun.lwuit.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
setURL(String) - Method in class com.sun.lwuit.BrowserComponent
Sets the page URL, jar: URL's must be supported by the implementation
setUrl(String) - Method in class com.sun.lwuit.html.DocumentInfo
Sets the URL to the specified URL
setUseNativeTextInput(boolean) - Static method in class com.sun.lwuit.TextField
Indicates that native text input should be used in text field when in place editing is supported by the platform
setUseSoftkeys(boolean) - Method in class com.sun.lwuit.TextField
When set to true softkeys are used to enable delete functionality
setUseStringWidth(boolean) - Static method in class com.sun.lwuit.TextArea
By default text area uses charWidth since its much faster on some devices than string width.
setValign(int) - Method in class com.sun.lwuit.layouts.FlowLayout
Indicates vertical alignment within the flow layout
setValignByRow(boolean) - Method in class com.sun.lwuit.layouts.FlowLayout
When set to true vertical alignment will be performed by row (components within the container will be aligned vertically to each other in the same row) When set to false (which is default) vertical alignment relates to the alignment of this container in regards to external components
setValue(Object) - Method in class com.sun.lwuit.spinner.Spinner
Set the value of the spinner to a number or a date based on the spinner type
setValueAt(int, int, Object) - Method in class com.sun.lwuit.table.DefaultTableModel
 
setValueAt(int, int, Object) - Method in interface com.sun.lwuit.table.TableModel
Sets the value of the cell at the given location
setVertical(boolean) - Method in class com.sun.lwuit.Slider
Indicates the slider is vertical
setVerticalAlign(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the vertical alignment of the table cell
setVerticalAlignment(int) - Method in class com.sun.lwuit.Label
Sets the vertical alignment of the Label to one of: CENTER, TOP, BOTTOM
setVerticalAlignment(int) - Method in class com.sun.lwuit.TextArea
Sets the vertical alignment of the text field to one of: CENTER, TOP, BOTTOM
only applies to single line text field
setVerticalGroup(GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets the Group that is responsible for layout along the vertical axis.
setVerticalSpan(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the cells to span vertically, this number must never be smaller than 1
setVideoFullScreen(Object, boolean) - Method in class com.sun.lwuit.impl.LWUITImplementation
Deprecated. replaced by the new video component
setVideoFullScreen(VideoComponent, boolean) - Method in class com.sun.lwuit.impl.LWUITImplementation
Toggles the fullscreen mode
setVideoLoopCount(Object, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Deprecated. replaced by the new video component
setVideoVisible(Object, boolean) - Method in class com.sun.lwuit.impl.LWUITImplementation
Deprecated. replaced by the new video component
setVisible(boolean) - Method in class com.sun.lwuit.Component
Toggles visibility of the component
setVisible(boolean) - Method in class com.sun.lwuit.Form
 
setVisible(boolean) - Method in class com.sun.lwuit.MediaComponent
Deprecated. Display the embedded media component
setVKBTint(TextField, int) - Static method in class com.sun.lwuit.VirtualKeyboard
Sets the tint color for the virtual keyboard when shown on top of this text field see the form tint methods for more information
setVolume(int) - Method in class com.sun.lwuit.Display
Sets the media playback volume in percentage
setVolume(int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Sets the media playback volume in percentage
setWidestChar(char) - Static method in class com.sun.lwuit.TextArea
Indicates the widest character in the alphabet, this is useful for detecting linebreaks internally.
setWidth(int) - Method in class com.sun.lwuit.Component
Sets the Component width, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setWidth(int) - Method in class com.sun.lwuit.geom.Dimension
Set the width of the dimension
setWidth(int) - Method in class com.sun.lwuit.TextArea
 
setWidthPercentage(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the column width based on percentage of the parent
setX(int) - Method in class com.sun.lwuit.Component
Sets the Component x location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setX(int) - Method in class com.sun.lwuit.geom.Rectangle
Sets the x position of the rectangle
setY(int) - Method in class com.sun.lwuit.Component
Sets the Component y location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setY(int) - Method in class com.sun.lwuit.geom.Rectangle
Sets the y position of the rectangle
shear(float, float) - Method in class com.sun.lwuit.Graphics
Shear the graphics coordinate system using the affine transform
shear(Object, float, float) - Method in class com.sun.lwuit.impl.LWUITImplementation
Shear the graphics coordinate system using the affine transform
SHIFT - Static variable in class com.sun.lwuit.VirtualKeyboard
 
shouldDrawInnerBorderAfterRow(int) - Method in class com.sun.lwuit.table.Table
Returns whether an inner border should be drawn after the specified row.
shouldEvaluate(Element) - Method in class com.sun.lwuit.html.HTMLParser
Overrides the Element.shouldEvaluate method to return false on the script tag.
shouldEvaluate(Element) - Method in class com.sun.lwuit.xml.XMLParser
Checks if this element should be evaluated by the parser This can be overriden by subclasses to skip certain elements
shouldRenderSelection() - Method in class com.sun.lwuit.Display
This is an internal state flag relevant only for pureTouch mode (otherwise it will always be true).
shouldRenderSelection(Component) - Method in class com.sun.lwuit.Display
This is an internal state flag relevant only for pureTouch mode (otherwise it will always be true).
shouldTickerStart() - Method in class com.sun.lwuit.Label
Returns true if a ticker should be started since there is no room to show the text in the label.
show(int, int, int, int, boolean) - Method in class com.sun.lwuit.Dialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
show(int, int, int, int, boolean, boolean) - Method in class com.sun.lwuit.Dialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
show(String, String, int, Image, String, String) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, int, Image, String, String, long) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command[], int, Image, long) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command, Command[], int, Image, long) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command[], int, Image, long, Transition) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command, Command[], int, Image, long, Transition) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, String, String) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, Component, Command[]) - Static method in class com.sun.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image) - Static method in class com.sun.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image, long) - Static method in class com.sun.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image, long, Transition) - Static method in class com.sun.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command, Command[], int, Image, long, Transition) - Static method in class com.sun.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show() - Method in class com.sun.lwuit.Dialog
The default version of show modal shows the dialog occupying the center portion of the screen.
show() - Method in class com.sun.lwuit.Form
Displays the current form on the screen
show() - Method in class com.sun.lwuit.VirtualKeyboard
 
SHOW_DURING_EDIT_ALLOW_DISCARD - Static variable in class com.sun.lwuit.Display
Allow show to occur during edit and discard all user input at this moment
SHOW_DURING_EDIT_ALLOW_SAVE - Static variable in class com.sun.lwuit.Display
Allow show to occur during edit and save all user input at this moment
SHOW_DURING_EDIT_EXCEPTION - Static variable in class com.sun.lwuit.Display
If show is called while editing text in the native text box an exception is thrown
SHOW_DURING_EDIT_IGNORE - Static variable in class com.sun.lwuit.Display
Ignore all calls to show occurring during edit, they are discarded immediately
SHOW_DURING_EDIT_SET_AS_NEXT - Static variable in class com.sun.lwuit.Display
Show will update the current form to which the OK button of the text box will return
showBack() - Method in class com.sun.lwuit.Dialog
 
showBack() - Method in class com.sun.lwuit.Form
Displays the current form on the screen, this version of the method is useful for "back" navigation since it reverses the direction of the transition.
showContainer(String, Command, Component) - Method in class com.sun.lwuit.util.UIBuilder
This method is equivalent to the internal navigation behavior, it adds functionality such as the back command into the given form resource and shows it.
showDialog() - Method in class com.sun.lwuit.Dialog
Shows a modal dialog and returns the command pressed within the modal dialog
showForm(String, Command) - Method in class com.sun.lwuit.util.UIBuilder
This method is equivalent to the internal navigation behavior, it adds functionality such as the back command into the given form resource and shows it.
showKeyboard(boolean) - Method in interface com.sun.lwuit.impl.VirtualKeyboardInterface
Shows or dispose the virtual keyboard
showKeyboard(boolean) - Method in class com.sun.lwuit.VirtualKeyboard
Shows the virtual keyboard that is assoiciated with the displayed TextField or displays the default virtual keyboard.
showMenu() - Method in class com.sun.lwuit.MenuBar
This method shows the menu on the Form.
showMenuDialog(Dialog) - Method in class com.sun.lwuit.MenuBar
A menu is implemented as a dialog, this method allows you to override dialog display in order to customize the dialog menu in various ways
showModeless() - Method in class com.sun.lwuit.Dialog
Shows a modeless dialog which is useful for some simpler use cases such as progress indication etc...
showNativeScreen(Object) - Method in class com.sun.lwuit.Display
Shows a native Form/Canvas or some other heavyweight native screen
showNativeScreen(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Shows a native Form/Canvas or some other heavyweight native screen
showNotify() - Method in class com.sun.lwuit.Display
Broadcasts show notify into LWUIT, this method is invoked by the LWUIT implementation to notify LWUIT of showNotify events
showNotify() - Method in class com.sun.lwuit.Form
This method is only invoked when the underlying canvas for the form is shown this method isn't called for form based events and is generally usable for suspend/resume based behavior
showNotify() - Method in class com.sun.lwuit.impl.LWUITImplementation
Subclasses should invoke this method, it delegates the event to the display and into LWUIT.
showPacked(String, boolean) - Method in class com.sun.lwuit.Dialog
Convenience method to show a dialog sized to match its content.
showPopupDialog(Dialog, List) - Method in class com.sun.lwuit.ComboBox
Shows the popup dialog for the combo box and returns the resulting command.
showPopupDialog(Component) - Method in class com.sun.lwuit.Dialog
A popup dialog is shown with the context of a component and its selection, it is disposed seamlessly if the back button is pressed or if the user touches outside its bounds.
showSymbolDialog() - Method in class com.sun.lwuit.TextField
Invoked to show the symbol dialog, this method can be overriden by subclasses to manipulate the symbol table
showTabs() - Method in class com.sun.lwuit.Tabs
Show the tabs bar if it was hidden
size() - Method in class com.sun.lwuit.List
Returns the number of elements in the list, shorthand for getModel().getSize()
SIZE_LARGE - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
SIZE_MEDIUM - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
SIZE_SMALL - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
sizeChanged(int, int) - Method in class com.sun.lwuit.Display
Notifies LWUIT of display size changes, this method is invoked by the implementation class and is for internal use
sizeChanged(int, int) - Method in class com.sun.lwuit.Form
This method is only invoked when the underlying canvas for the form gets a size changed event.
sizeChanged(int, int) - Method in class com.sun.lwuit.impl.LWUITImplementation
Subclasses should invoke this method, it delegates the event to the display and into LWUIT.
SLIDE_HORIZONTAL - Static variable in class com.sun.lwuit.animations.CommonTransitions
Slide the transition horizontally
SLIDE_VERTICAL - Static variable in class com.sun.lwuit.animations.CommonTransitions
Slide the transition vertically
Slider - Class in com.sun.lwuit
The slider component serves both as a slider widget to allow users to select a value on a scale via touch/arrows and also to indicate progress.
Slider() - Constructor for class com.sun.lwuit.Slider
The default constructor uses internal rendering to draw its state
SOUND_TYPE_ALARM - Static variable in class com.sun.lwuit.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_BUTTON_PRESS - Static variable in class com.sun.lwuit.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_CONFIRMATION - Static variable in class com.sun.lwuit.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_ERROR - Static variable in class com.sun.lwuit.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_INFO - Static variable in class com.sun.lwuit.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_WARNING - Static variable in class com.sun.lwuit.Display
A common sound type that can be used with playBuiltinSound
SOUTH - Static variable in class com.sun.lwuit.layouts.BorderLayout
The south layout constraint (bottom of container).
SOUTH - Static variable in class com.sun.lwuit.layouts.GroupLayout
Compass-direction south (down).
SPACE - Static variable in class com.sun.lwuit.VirtualKeyboard
 
Spinner - Class in com.sun.lwuit.spinner
A spinner allows us to select a numeric, date or time value using the arrow keys in a similar way to a list or a combo box.
start() - Method in class com.sun.lwuit.animations.Motion
Sets the start time to the current time
start() - Method in class com.sun.lwuit.MediaComponent
Deprecated. Start media playback implicitly setting the component to visible
start() - Method in class com.sun.lwuit.VideoComponent
Start media playback implicitly setting the component to visible
startTag(String) - Method in class com.sun.lwuit.xml.XMLParser
Invoked when a tag is opened, this method should return true to process the tag or return false to skip the tag.
startTicker() - Method in class com.sun.lwuit.Label
This method will start the text ticker
startTicker(long, boolean) - Method in class com.sun.lwuit.Label
This method will start the text ticker
startVideo(Object, Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Deprecated. replaced by the new video component
STATE_DEFAULT - Static variable in class com.sun.lwuit.Button
Indicates the default state of a button which is neither pressed nor focused
STATE_PRESSED - Static variable in class com.sun.lwuit.Button
Indicates the pressed state of a button
STATE_ROLLOVER - Static variable in class com.sun.lwuit.Button
Indicates the rollover state of a button which is equivalent to focused for most uses
StaticAnimation - Class in com.sun.lwuit
Deprecated. this class shouldn't be referenced directly, use the Image base class for all functionality
STATUS_CANCELLED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page loading was cancelled before it could be completed
STATUS_COMPLETED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page and all of its referenced images and CSS files were loaded completely
STATUS_CONNECTED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The stream was received
STATUS_DISPLAYED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page was displayed on screen - but at this stage some images and CSS files may still be loading in the background
STATUS_ERROR - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page couldn't load completely because of parsing errors
STATUS_NONE - Static variable in interface com.sun.lwuit.html.HTMLCallback
This is returned in the page status if no page has been set to the HTMLComponent
STATUS_PARSED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page was parsed
STATUS_REDIRECTED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page was redirected to another URL
STATUS_REQUESTED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page was requested from the request handler
stop() - Method in class com.sun.lwuit.MediaComponent
Deprecated. Stope media playback
stop() - Method in class com.sun.lwuit.VideoComponent
Stop media playback
stopTicker() - Method in class com.sun.lwuit.Label
Stops the text ticker
stopVideo(Object, Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Deprecated. replaced by the new video component
streamReady(InputStream, DocumentInfo) - Method in interface com.sun.lwuit.html.AsyncDocumentRequestHandler.IOCallback
Called when the stream of the document is ready
streamReady(InputStream, DocumentInfo) - Method in class com.sun.lwuit.html.HTMLComponent
This method should be called only by AsyncDocumentRequestHandler implementations after an async fetch of a document
stringWidth(String) - Method in class com.sun.lwuit.Font
Return the width of the given string in this font instance
stringWidth(Object, String) - Method in class com.sun.lwuit.impl.LWUITImplementation
Return the width of the given string in this font instance
Style - Class in com.sun.lwuit.plaf
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
Style() - Constructor for class com.sun.lwuit.plaf.Style
Each component when it draw itself uses this Object to determine in what colors it should use.
Style(Style) - Constructor for class com.sun.lwuit.plaf.Style
Creates a full copy of the given style.
Style(int, int, Font, byte) - Constructor for class com.sun.lwuit.plaf.Style
Creates a new style with the given attributes
Style(int, int, Font, byte, Image, byte) - Constructor for class com.sun.lwuit.plaf.Style
Creates a new style with the given attributes
STYLE_BOLD - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
STYLE_ITALIC - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
STYLE_PLAIN - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
STYLE_UNDERLINED - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
styleChanged(String, Style) - Method in class com.sun.lwuit.Component
 
styleChanged(String, Style) - Method in interface com.sun.lwuit.events.StyleListener
Invoked to indicate a change in a propertyName of a Style
StyleListener - Interface in com.sun.lwuit.events
Invoked to indicate a change in a Style property
subImage(int, int, int, int, boolean) - Method in class com.sun.lwuit.EncodedImage
 
subImage(int, int, int, int, boolean) - Method in class com.sun.lwuit.Image
Extracts a subimage from the given image allowing us to breakdown a single large image into multiple smaller images in RAM, this actually creates a standalone version of the image for use.
subImage(int, int, int, int, boolean) - Method in class com.sun.lwuit.IndexedImage
Deprecated.  
subImage(int, int, int, int, boolean) - Method in class com.sun.lwuit.RGBImage
 
substringWidth(String, int, int) - Method in class com.sun.lwuit.Font
Return the width of the given string subset in this font instance
SYMBOLS_MODE - Static variable in class com.sun.lwuit.VirtualKeyboard
The String that represent the symbols mode.

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