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

I

Image - Class in com.sun.lwuit
Abstracts the underlying platform images allowing us to treat them as a uniform object.
Image(Object) - Constructor for class com.sun.lwuit.Image
Subclasses may use this and point to an underlying native image which might be null for a case of an image that doesn't use native drawing
ImplementationFactory - Class in com.sun.lwuit.impl
Generic class allowing 3rd parties to replace the underlying implementation in LWUIT seamlessly.
ImplementationFactory() - Constructor for class com.sun.lwuit.impl.ImplementationFactory
Allows third parties to replace the implementation factory
INDENT - Static variable in class com.sun.lwuit.layouts.LayoutStyle
Possible argument to getPreferredGap.
IndexedImage - Class in com.sun.lwuit
Deprecated. This class should no longer be referenced directly. Use Image.createIndexed instead
IndexedImage(int, int, int[], byte[]) - Constructor for class com.sun.lwuit.IndexedImage
Deprecated. use Image.createIndexed instead
indexOfComponent(Component) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Returns the index of the tab for the specified component.
indexOfComponent(Component) - Method in class com.sun.lwuit.Tabs
Returns the index of the tab for the specified component.
init(Component, Component) - Method in class com.sun.lwuit.animations.Transition
Invoked by Display to set the source and destination forms.
init(Object) - Static method in class com.sun.lwuit.Display
This is the Display initialization method.
init(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Invoked by the display init method allowing the implementation to "bind"
initComponent() - Method in class com.sun.lwuit.Component
Allows subclasses to bind functionality that relies on fully initialized and "ready for action" component state
initComponent() - Method in class com.sun.lwuit.html.HTMLComponent
Overrides initComponent to add the key listeners to the access keys when the component is first added to the form/displayed This is useful when the component is added only after the page was read
initComponent() - Method in class com.sun.lwuit.list.ContainerList
 
initComponent() - Method in class com.sun.lwuit.MediaComponent
Deprecated.  
initComponent() - Method in class com.sun.lwuit.PeerComponent
 
initComponent() - Method in class com.sun.lwuit.Slider
 
initComponent() - Method in class com.sun.lwuit.spinner.Spinner
 
initComponent() - Method in class com.sun.lwuit.table.Table
 
initComponent() - Method in class com.sun.lwuit.Tabs
 
initCustomStyle(Style) - Method in class com.sun.lwuit.Component
Allows components to create a style of their own, this method binds the listener to the style and installs a bg painter
initEDT() - Method in class com.sun.lwuit.impl.LWUITImplementation
Some implementations might need to perform initializations of the EDT thread
INITIAL_CAPS_SENTENCE - Static variable in class com.sun.lwuit.TextArea
This flag is a hint to the implementation that during text editing, the initial letter of each sentence should be capitalized.
INITIAL_CAPS_WORD - Static variable in class com.sun.lwuit.TextArea
This flag is a hint to the implementation that during text editing, the initial letter of each word should be capitalized.
initMenuBar(Form) - Method in class com.sun.lwuit.MenuBar
Initialize the MenuBar
initModes() - Method in class com.sun.lwuit.VirtualKeyboard
init all virtual keyboard modes, such as QWERTY_MODE, NUMBERS_SYMBOLS_MODE...
initSpecialButtons() - Method in class com.sun.lwuit.VirtualKeyboard
This method initialize all the virtual keyboard special buttons.
initTransition() - Method in class com.sun.lwuit.animations.CommonTransitions
 
initTransition() - Method in class com.sun.lwuit.animations.Transition
Callback thats invoked before a transition begins, the source form may be null for the first form in the application.
initTransition() - Method in class com.sun.lwuit.animations.Transition3D
 
INNER_BORDERS_ALL - Static variable in class com.sun.lwuit.table.Table
Constant denoting that inner borders should be drawn fully
INNER_BORDERS_COLS - Static variable in class com.sun.lwuit.table.Table
Constant denoting that only inner borders columns should be drawn
INNER_BORDERS_NONE - Static variable in class com.sun.lwuit.table.Table
Constant denoting that inner borders should not be drawn at all
INNER_BORDERS_ROWS - Static variable in class com.sun.lwuit.table.Table
Constant denoting that only inner borders rows should be drawn
INSERT_CHAR - Static variable in class com.sun.lwuit.VirtualKeyboard
 
insertChars(String) - Method in class com.sun.lwuit.TextField
This method is responsible for adding a character into the field and is the focal point for all input.
insertChildAt(Element, int) - Method in class com.sun.lwuit.xml.Element
Inserts the given child at the specified index
insertTab(String, Image, Component, int) - Method in class com.sun.lwuit.TabbedPane
Deprecated. Inserts a component, at index, represented by a title and/or icon, either of which may be null.
insertTab(String, Image, Component, int) - Method in class com.sun.lwuit.Tabs
Inserts a component, at index, represented by a title and/or icon, either of which may be null.
insertTab(Button, Component, int) - Method in class com.sun.lwuit.Tabs
Inserts a component, at index, represented by a button Uses java.util.Vector internally, see insertElementAt for details of insertion conventions.
installBuiltinSound(String, InputStream) - Method in class com.sun.lwuit.Display
Installs a replacement sound as the builtin sound responsible for the given sound identifier (this will override the system sound if such a sound exists).
installBuiltinSound(String, InputStream) - Method in class com.sun.lwuit.impl.LWUITImplementation
Installs a replacement sound as the builtin sound responsible for the given sound identifier (this will override the system sound if such a sound exists).
installCommands(Command, Command) - Method in class com.sun.lwuit.TextField
Installs the clear and t9 commands onto the parent form, this method can be overriden to provide device specific placement for these commands
installDefaultPainter(Style) - Method in class com.sun.lwuit.Component
Allows subclasses to create their own custom style types and install the background painter into them
installGlassPane(Form, Painter) - Static method in class com.sun.lwuit.painter.PainterChain
Installs a glass pane on the given form making sure to make it a painter chain only if required by existing painter
installMenuBar() - Method in class com.sun.lwuit.MenuBar
Adds the MenuBar on the parent Form
installNativeTheme() - Method in class com.sun.lwuit.Display
Installs the native theme, this is only applicable if hasNativeTheme() returned true.
installNativeTheme() - Method in class com.sun.lwuit.impl.LWUITImplementation
Installs the native theme, this is only applicable if hasNativeTheme() returned true.
intersection(int, int, int, int) - Method in class com.sun.lwuit.geom.Rectangle
Returns a rectangle that intersects the given rectangle with this rectangle
intersection(Rectangle) - Method in class com.sun.lwuit.geom.Rectangle
Returns a rectangle that intersects the given rectangle with this rectangle
intersects(int, int, int, int) - Method in class com.sun.lwuit.geom.Rectangle
Determines whether or not this Rectangle and the specified Rectangle location (x, y) with the specified dimensions (width, height), intersect.
intersects(Rectangle) - Method in class com.sun.lwuit.geom.Rectangle
Determines whether or not this Rectangle and the specified Rectangle location (x, y) with the specified dimensions (width, height), intersect.
intersects(int, int, int, int, int, int, int, int) - Static method in class com.sun.lwuit.geom.Rectangle
Helper method allowing us to determine if two coordinate sets intersect.
invalidate() - Method in class com.sun.lwuit.Container
Same as setShouldCalcPreferredSize(true) but made accessible for layout managers
invalidate() - Method in class com.sun.lwuit.PeerComponent
Updates the size of the component from the native widget
invokeAndBlock(Runnable, boolean) - Method in class com.sun.lwuit.Display
Invokes runnable and blocks the current thread, if the current thread is the edt it will still be blocked however a separate thread would be launched to perform the duties of the EDT while it is blocked.
invokeAndBlock(Runnable) - Method in class com.sun.lwuit.Display
Invokes runnable and blocks the current thread, if the current thread is the edt it will still be blocked however a separate thread would be launched to perform the duties of the EDT while it is blocked.
isAbsoluteCenter() - Method in class com.sun.lwuit.layouts.BorderLayout
Deprecated. use center behavior instead
isActAsSpinnerDialog() - 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.
isAffineSupported() - Method in class com.sun.lwuit.Graphics
Indicates whether the underlying implementation can draw using an affine transform hence methods such as rotate, scale and shear would work
isAffineSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether the underlying implementation can draw using an affine transform hence methods such as rotate, scale and shear would work
isAllowMinimizing() - 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
isAlphaGlobal() - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns true if alpha can be applied for all elements globally and efficiently otherwise alpha should be ignored.
isAlphaMutableImageSupported() - Static method in class com.sun.lwuit.Image
Returns true if mutable images support alpha transparency
isAlphaMutableImageSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether mutable images respect alpha values when constructed
isAlphaSupported() - Method in class com.sun.lwuit.Graphics
Indicates whether invoking set/getAlpha would have an effect on all further rendering from this graphics object.
isAlwaysTensile() - 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)
isAlwaysTensile() - Method in class com.sun.lwuit.Form
 
isAnimation() - Method in class com.sun.lwuit.animations.Timeline
 
isAnimation() - Method in class com.sun.lwuit.EncodedImage
 
isAnimation() - Method in class com.sun.lwuit.Image
Returns true if this is an animated image
isAnimation(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Animations should return true to allow the native image animation to update
isAnimation() - Method in class com.sun.lwuit.StaticAnimation
Deprecated.  
isAnimation(String) - Method in class com.sun.lwuit.util.Resources
Deprecated. animations are no longer distinguished from images in the resource file, use Image.isAnimation instead
isAntiAliased() - Method in class com.sun.lwuit.Graphics
Returns true if anti-aliasing for standard rendering operations is turned on.
isAntiAliased(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns anti-aliasing mode for regular rendering operations
isAntiAliasedText() - Method in class com.sun.lwuit.Graphics
Indicates whether anti-aliasing for text is active, notice that text anti-aliasing is a separate attribute from standard anti-alisaing.
isAntiAliasedText(Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns anti-aliasing mode for font rendering operations
isAntiAliasedTextSupported() - Method in class com.sun.lwuit.Graphics
Returns true if anti-aliasing for text is supported, notice that text anti-aliasing is a separate attribute from standard anti-alisaing.
isAntiAliasedTextSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether the underlying implementation allows for anti-aliased fonts
isAntiAliasingSupported() - Method in class com.sun.lwuit.Graphics
Returns true if anti-aliasing for standard rendering operations is supported, notice that text anti-aliasing is a separate attribute.
isAntiAliasingSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether the underlying implementation allows for anti-aliasing in regular drawing operations
isAutoDegradeMaxSize() - 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.
isAutoDispose() - Method in class com.sun.lwuit.Dialog
Determines whether the execution of a command on this dialog implicitly disposes the dialog.
isAutoFit() - Method in class com.sun.lwuit.layouts.GridLayout
Auto fits columns/rows to available screen space
isAutoFoldVKBOnFormSwitch() - Method in class com.sun.lwuit.Display
Normally LWUIT folds the VKB when switching forms this field allows us to block that behavior.
isBackCommandEnabled() - Method in class com.sun.lwuit.util.UIBuilder
Seamlessly inserts a back command to all the forms
isBackgroundPainter() - Method in class com.sun.lwuit.plaf.Border
Returns true if installing this border will override the painting of the component background
isBidiAlgorithm() - 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.
isBidiAlgorithm() - 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.
isBitmapFontEnabled() - Static method in class com.sun.lwuit.Font
Indicates whether bitmap fonts should be enabled when loading or the fallback system font should be used instead.
isBlocking() - 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.
isBorderPainted() - Method in class com.sun.lwuit.PeerComponent
 
isBuiltinSoundAvailable(String) - Method in class com.sun.lwuit.Display
Indicates whether a user installed or system sound is available
isBuiltinSoundAvailable(String) - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether a user installed or system sound is available
isBuiltinSoundsEnabled() - Method in class com.sun.lwuit.Display
Allows muting/unmuting the builtin sounds easily
isBuiltinSoundsEnabled() - Method in class com.sun.lwuit.impl.LWUITImplementation
Allows muting/unmuting the builtin sounds easily
isCellEditable(int, int) - Method in class com.sun.lwuit.table.DefaultTableModel
 
isCellEditable(int, int) - Method in interface com.sun.lwuit.table.TableModel
Returns true if the cell at the given location is an editable cell
isCellSpannedThroughHorizontally(int, int) - Method in class com.sun.lwuit.table.TableLayout
Returns true if the cell at the given position is spanned through horizontally
isCellSpannedThroughVertically(int, int) - Method in class com.sun.lwuit.table.TableLayout
Returns true if the cell at the given position is spanned through vertically
isChangeInputMode(int) - Method in class com.sun.lwuit.TextField
Indicates whether the key changes the current input mode
isChangesSelectedDateEnabled() - Method in class com.sun.lwuit.Calendar
This flag determines if selected date can be changed by selecting an alternative date
isChangeTabContainerStyleOnFocus() - 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
isChangeTabOnFocus() - Method in class com.sun.lwuit.Tabs
Indicates that a tab should change when the focus changes without the user physically pressing a button
isClearKey(int) - Method in class com.sun.lwuit.TextField
Returns true if this is the clear key on the device, many devices don't contain a clear key and even in those that contain it this might be an issue
isClickTouchScreen() - Method in class com.sun.lwuit.Display
Indicates whether the device has a double layer screen thus allowing two stages to touch events: click and hover.
isClickTouchScreen() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether the device has a double layer screen thus allowing two stages to touch events: click and hover.
isCommandList() - 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.
isCommandsAsButtons() - Static method in class com.sun.lwuit.Dialog
Places commands as buttons at the bottom of the standard static dialogs rather than as softbuttons.
isCommitOnDispose(TextArea) - Static method in class com.sun.lwuit.VirtualKeyboard
Indicates whether the given text field should commit on dispose
isConsumed() - Method in class com.sun.lwuit.events.ActionEvent
Returns true if the event was consumed thus indicating that it was handled.
isCreationByStringSupported() - Static method in class com.sun.lwuit.Font
Returns true if the underlying platform allows creating a font based on a user submitted string.
isCursorPositionCycle() - Method in class com.sun.lwuit.TextField
Returns true if the cursor should cycle to the beginning of the text when the user navigates beyond the edge of the text and visa versa.
isCyclicFocus() - Method in class com.sun.lwuit.Form
Indicates whether focus should cycle within the form
isData(String) - Method in class com.sun.lwuit.util.Resources
Returns true if this is a data resource
isDefaultActAsSpinnerDialog() - 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.
isDefaultAlwaysTensile() - 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)
isDefaultEndsWith3Points() - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether labels should end with 3 points by default
isDefaultFireOnClick() - Static method in class com.sun.lwuit.List
Default value for the fire on click behavior
isDefaultIgnoreFocusComponentWhenUnfocused() - 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.
isDefaultIncludeSelectCancel() - Static method in class com.sun.lwuit.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box by default
isDefaultLinearMotion() - Static method in class com.sun.lwuit.animations.CommonTransitions
Indicates whether the motion associated with these transitions by default is linear or spline motion
isDefaultSmoothScrolling() - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether lists and containers should have smooth scrolling by default
isDefaultSnapToGrid() - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether scrolling this component should jump to a specific location in a grid
isDefaultTensileDrag() - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether tensile drag should be active by default
isDefaultTensileHighlight() - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether tensile highlight should be active by default
isDefaultTickerEnabled() - Static method in class com.sun.lwuit.Label
Allows disabling/enabling tickers globally
isDialogTitleCompatibilityMode() - 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
isDisableStaticDialogScrolling() - 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.
isDisposeWhenPointerOutOfBounds() - 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.
isDragActivated() - Method in class com.sun.lwuit.Component
Indicates whether we are in the middle of a drag operation, this method allows developers overriding the pointer released events to know when this is a drag operaton.
isDragAndDropOperation(int, int) - Method in class com.sun.lwuit.Component
This method allows a developer to define only a specific portion of a component as draggable by default it returns true if the component is defined as "draggable"
isDraggable() - 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
isDrawBorder() - Method in class com.sun.lwuit.table.Table
Indicates whether the table border should be drawn
isDropTarget() - 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
isEditable() - Method in class com.sun.lwuit.Slider
Indicates the slider is modifyable
isEditable() - Method in class com.sun.lwuit.TextArea
Returns true if this area is editable
isEditingEndTrigger(int) - Method in class com.sun.lwuit.TextField
Indicates whether the given key code should be ignored or should trigger cause editing to end.
isEditingTrigger(int) - Method in class com.sun.lwuit.TextField
Indicates whether the given key code should be ignored or should trigger editing, by default fire or any numeric key should trigger editing implicitly.
isEdt() - Method in class com.sun.lwuit.Display
Returns true if we are currently in the event dispatch thread.
isEmptyTag(String) - Method in class com.sun.lwuit.html.HTMLParser
Checks whether the specified tag is an empty tag as defined in EMPTY_TAGS
isEmptyTag(String) - Method in class com.sun.lwuit.xml.XMLParser
Checks whether the specified tag is an empty tag
isEnabled() - Method in class com.sun.lwuit.Command
Allows disabling/enabling the command
isEnabled() - 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
isEnabled() - Method in class com.sun.lwuit.Container
 
isEnableInputScroll() - Method in class com.sun.lwuit.TextArea
Indicates whether text field input should scroll to the right side when no more room for the input is present.
isEnableInputScroll() - Method in class com.sun.lwuit.TextField
 
isEndsWith3Points() - Method in class com.sun.lwuit.Label
Simple getter
isEnterKey(int) - Method in class com.sun.lwuit.TextArea
Indicates the enter key to be used for editing the text area and by the text field
isEventsEnabled() - Method in class com.sun.lwuit.html.HTMLComponent
Returns the current status of the events enabled flag
isFadeScrollBar() - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether the scrollbar should fade when unused
isFadeScrollEdge() - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether the edge of a scrollable area should fade out
isFillLastRow() - 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.
isFillRows() - Method in class com.sun.lwuit.layouts.FlowLayout
Indicates whether the layout manager should try to fill up the available space in the row
isFinished() - Method in class com.sun.lwuit.animations.Motion
Returns true if the motion has run its course and has finished meaning the current time is greater than startTime + duration.
isFisheye() - Method in class com.sun.lwuit.list.GenericListCellRenderer
In fisheye rendering mode the renderer maintains selected component drawing
isFlatten() - 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.
isFocusable() - Method in class com.sun.lwuit.Component
Returns true if this component can receive focus and is enabled
isFocusScrolling() - 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.
isFocusScrolling() - 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.
isFont(String) - Method in class com.sun.lwuit.util.Resources
Returns true if this is a font resource
isFullScreen() - Method in class com.sun.lwuit.MediaComponent
Deprecated. Indicates the fullscreen mode
isFullScreen() - Method in class com.sun.lwuit.VideoComponent
Indicates the fullscreen mode
isGrabsPointerEvents() - 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.
isGrowByContent() - 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
isHideInPortrait() - 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
isHighQualityMode() - 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.
isHorizontal() - Method in class com.sun.lwuit.ComponentGroup
Indicates that the component group should be horizontal by using the BoxLayout Y
isIgnoreFocusComponentWhenUnfocused() - Method in class com.sun.lwuit.List
Indicates whether the list should not paint the focus component if the list itself has no focus.
isImage(String) - Method in class com.sun.lwuit.util.Resources
Returns true if this is an image resource
isImmediateInputMode(String) - Method in class com.sun.lwuit.TextField
Returns true if the given input mode should commit immediately or wait for the commit timeout
isIncludeHeader() - Method in class com.sun.lwuit.table.Table
Indicates whether the table should render a table header as the first row
isIncludeSelectCancel() - Method in class com.sun.lwuit.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box
isInfinite() - Method in class com.sun.lwuit.Slider
The infinite slider functionality is used to animate progress for which there is no defined value.
isInitialized() - 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.
isInitialized() - Static method in class com.sun.lwuit.Display
This method returns true if the Display is initialized.
isKeepResourcesInRam() - Method in class com.sun.lwuit.util.UIBuilder
Indicates that the UIBuilder should cache resources in memory and never release them.
isL10N(String) - Method in class com.sun.lwuit.util.Resources
Returns true if this is a generic data resource
isLeaf(Object) - Method in interface com.sun.lwuit.tree.TreeModel
Is the node a leaf or a folder
isLeftAndRightEditingTrigger() - Method in class com.sun.lwuit.TextField
Indicates whether the left/right keys will trigger editing, this is true by default.
isLinearMotion() - Method in class com.sun.lwuit.animations.CommonTransitions
Indicates whether the motion associated with this transition is linear or spline motion
isLookupFontSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether loading a font by a string is supported by the platform
isLoop() - Method in class com.sun.lwuit.animations.Timeline
Indicates if the image should loop
isLoop() - Method in class com.sun.lwuit.StaticAnimation
Deprecated. Indicates whether the animation will run in a loop or run only once
isLowered3DText() - Method in class com.sun.lwuit.plaf.Style
Returns true if the 3D text decoration is on, false otherwise
isM3GSupported() - Static method in class com.sun.lwuit.M3G
Deprecated. Returns true if the M3G (JSR 184) API is supported on this device
isMinimized() - Method in class com.sun.lwuit.Display
Indicates whether an application is minimized
isMinimized() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether an application is minimized
isModified() - Method in class com.sun.lwuit.plaf.Style
Returns true if the style was modified manually after it was created by the look and feel.
isMultiTouch() - Method in class com.sun.lwuit.Display
Indicates whether the device supports multi-touch events, this is only relevant when touch events are supported
isMultiTouch() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether the device supports multi-touch events, this is only relevant when touch events are supported
isMutableRendererBackgrounds() - 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.
isNativeBrowserComponentSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
An implementation can return true if it supports embedding a native browser widget
isNativeBrowserSupported() - Static method in class com.sun.lwuit.BrowserComponent
Returns true if the platform supports embedding a native browser component
isNativeCommands() - Method in class com.sun.lwuit.Display
Deprecated. use getCommandBehavior() == Display.COMMAND_BEHAVIOR_NATIVE
isNativeIndexed() - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns true if indexed images should be used natively
isNativeInputSupported() - Method in class com.sun.lwuit.Display
Indicates whether the device supports native in place editing in which case lightweight input logic shouldn't be used for input.
isNativeInputSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether the device supports native in place editing in which case lightweight input logic shouldn't be used for input.
isNumericKeyActions() - Method in class com.sun.lwuit.List
Indicate whether pressing the number keys should trigger an action
isOpaque() - Method in class com.sun.lwuit.EncodedImage
 
isOpaque() - Method in class com.sun.lwuit.Image
Indicates whether this image is opaque or not
isOpaque(Image, Object) - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns true if the image was opaque
isOpaque() - Method in class com.sun.lwuit.RGBImage
Indicates if an image should be treated as opaque, this can improve support for fast drawing of RGB images without alpha support.
isOppositeSide() - Method in class com.sun.lwuit.Button
Places the check box or radio button on the opposite side at the far end
isOppositeSide() - Method in class com.sun.lwuit.CheckBox
Places the check box on the opposite side at the far end
isOppositeSide() - Method in class com.sun.lwuit.RadioButton
Places the radio box on the opposite side at the far end
isOverlapSupported() - Method in class com.sun.lwuit.layouts.CoordinateLayout
 
isOverlapSupported() - Method in class com.sun.lwuit.layouts.LayeredLayout
 
isOverlapSupported() - Method in class com.sun.lwuit.layouts.Layout
This method returns true if the Layout allows Components to Overlap.
isOverline() - Method in class com.sun.lwuit.plaf.Style
Returns true if the overline text decoration is on, false otherwise
isOverwriteMode() - Method in class com.sun.lwuit.TextField
Indicates that this is the overwrite mode
isPaintOuterBorderFirst() - 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
isPause() - Method in class com.sun.lwuit.animations.Timeline
Returns true when the timeline is paused
isPendingCommit() - Method in class com.sun.lwuit.TextArea
Returns true if the text field is waiting for a commit on editing
isPendingCommit() - Method in class com.sun.lwuit.TextField
 
isPlaying() - Method in class com.sun.lwuit.VideoComponent
Indicates if the media is currently in the playing state
isPortrait() - Method in class com.sun.lwuit.Display
Returns true if the device is currently in portrait mode
isPortrait() - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns true if the device is currently in portrait mode
isPostRequest() - Method in class com.sun.lwuit.html.DocumentInfo
Returns whether this document request is a POST request or not
isPureTouch() - Method in class com.sun.lwuit.Display
A pure touch device has no focus showing when the user is using the touch interface.
isQwertyAutoDetect() - 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
isQwertyDevice() - 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.
isQwertyInput() - Method in class com.sun.lwuit.TextArea
True is this is a qwerty device or a device that is currently in qwerty mode.
isQwertyInput() - Method in class com.sun.lwuit.TextField
 
isRaised3DText() - Method in class com.sun.lwuit.plaf.Style
Returns true if the 3D text decoration is on, false otherwise
isRectangleType() - Method in class com.sun.lwuit.plaf.Border
Returns true if this border type is a rectangle border.
isRenderPercentageOnTop() - 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.
isRenderValueOnTop() - Method in class com.sun.lwuit.Slider
 
isReplaceMenu() - 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
isReplaceMenuDefault() - 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
isReverseSoftButtons() - Method in class com.sun.lwuit.MenuBar
Allows an individual form to reverse the layout direction of the softbuttons, this method is RTL sensitive and might reverse the result based on RTL state
isReverseSoftButtons() - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether softbuttons should be reversed from their default orientation
isRotationDrawingSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether drawImageRotated is supported by the platform for FAST drawing, if not then its not worth calling the method which will be unimplemented!
isRTL() - Method in class com.sun.lwuit.Component
Is the component a bidi RTL component
isRTL(char) - Method in class com.sun.lwuit.Display
Returns true if the given character is an RTL character
isRTL(char) - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns true if the given character is an RTL character
isRTL() - Method in class com.sun.lwuit.plaf.LookAndFeel
Use this to check if the LookAndFeel is in RTL mode
isRTL() - Method in class com.sun.lwuit.spinner.Spinner
 
isRTLOrWhitespace(char) - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns true if the given character is an RTL character or a space character
isSameBackDestination(Container, Container) - Method in class com.sun.lwuit.util.UIBuilder
When navigating from one form/container to another we sometimes might not want the back command to return to the previous container/form but rather to the one before source.
isScaledImageDrawingSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates if image scaling on the fly is supported by the platform, if not LWUIT will just scale the images on its own before drawing
isScrollable() - Method in class com.sun.lwuit.Component
Indicates whether the component should/could scroll by default a component is not scrollable.
isScrollableX() - Method in class com.sun.lwuit.Component
Indicates whether the component should/could scroll on the X axis
isScrollableX() - Method in class com.sun.lwuit.Container
 
isScrollableX() - Method in class com.sun.lwuit.List
 
isScrollableY() - Method in class com.sun.lwuit.Component
Indicates whether the component should/could scroll on the Y axis
isScrollableY() - Method in class com.sun.lwuit.Container
 
isScrollableY() - Method in class com.sun.lwuit.List
 
isScrollableY() - Method in class com.sun.lwuit.TextArea
 
isScrollVisible() - Method in class com.sun.lwuit.Component
Indicate whether this component scroll is visible
isSelectableInteraction() - Method in class com.sun.lwuit.Button
 
isSelectableInteraction() - Method in class com.sun.lwuit.Component
This method allows a component to indicate that it is interested in an "implicit" select command to appear in the "fire" button when 3 softbuttons are defined in a device.
isSelectableInteraction() - Method in class com.sun.lwuit.List
 
isSelectableInteraction() - Method in class com.sun.lwuit.Slider
 
isSelectableInteraction() - Method in class com.sun.lwuit.TextArea
 
isSelectableInteraction() - Method in class com.sun.lwuit.TextField
 
isSelected() - Method in class com.sun.lwuit.Button
Returns true if the button is selected for toggle buttons, throws an exception if this is not a toggle button
isSelected() - Method in class com.sun.lwuit.ButtonGroup
Returns whether a radio button in the group is selected.
isSelected() - Method in class com.sun.lwuit.CheckBox
Return true if the checkbox is selected
isSelected() - Method in class com.sun.lwuit.RadioButton
Returns true if the radio button is selected
isSelectionListener() - Method in class com.sun.lwuit.list.GenericListCellRenderer
 
isShowNumbers() - Method in class com.sun.lwuit.list.DefaultListCellRenderer
Indicate whether numbering should exist for the default cell renderer
isShowNumbersDefault() - Static method in class com.sun.lwuit.list.DefaultListCellRenderer
Inidicates whether the default list cell renderer will show numbers by default when constructed
isShowTooltips() - Static method in class com.sun.lwuit.VirtualKeyboard
Indicates whether tooltips should be shown when the keys in the VKB are pressed
isSingleFocusMode() - Method in class com.sun.lwuit.Form
Returns true if there is only one focusable member in this form.
isSingleLineTextArea() - 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.
isSmoothScrolling() - Method in class com.sun.lwuit.Component
Indicates that scrolling through the component should work as an animation
isSmoothScrolling() - Method in class com.sun.lwuit.Form
 
isSnapToGrid() - Method in class com.sun.lwuit.Component
Indicates whether scrolling this component should jump to a specific location in a grid
isStrikeThru() - Method in class com.sun.lwuit.plaf.Style
Returns true if the strike through text decoration is on, false otherwise
isSupported(Element) - Method in class com.sun.lwuit.html.HTMLParser
Overrides the Element.isSupported to let the parser know which tags are supported in XHTML-MP 1.0
isSupported(Element) - Method in class com.sun.lwuit.xml.XMLParser
Returns true if this element is supported, false otherwise In XMLParser this always returns true, but subclasses can determine if an element is supported in their context according to its name etc.
isSVG() - Method in class com.sun.lwuit.Image
Indicates if this image represents an SVG file or a bitmap file
isSVGSupported() - Static method in class com.sun.lwuit.Image
Indicates whether the underlying platform supports creating an SVG Image
isSVGSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether the underlying platform supports creating an SVG Image
isSwipeActivated() - Method in class com.sun.lwuit.Tabs
Returns true if the swipe between tabs is activated, this is relevant for touch devices only
isSymbolDialogKey(int) - Method in class com.sun.lwuit.TextField
Returns true if this keycode is the one mapping to the symbol dialog popup
isTablet() - Method in class com.sun.lwuit.Display
Indicates whether the device is a tablet, notice that this is often a guess
isTablet() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates whether the device is a tablet, notice that this is often a guess
isTactileTouch(int, int) - Method in class com.sun.lwuit.Component
Elaborate components might not provide tactile feedback for all their areas (e.g.
isTactileTouch() - 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.
isTactileTouch(int, int) - Method in class com.sun.lwuit.List
 
isTensileDragEnabled() - 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.
isTextElement() - Method in class com.sun.lwuit.xml.Element
Returns true if this is a text element, false otherwise
isTheme(String) - Method in class com.sun.lwuit.util.Resources
Returns true if this is a theme resource
isThemeConstant(String, boolean) - Method in class com.sun.lwuit.plaf.UIManager
Returns a theme constant defined in the resource editor as a boolean value
isThemeConstant(String) - Method in class com.sun.lwuit.plaf.UIManager
Returns a theme constant defined in the resource editor as a boolean value or null if the constant isn't defined
isThirdSoftButton() - Method in class com.sun.lwuit.Display
Indicates whether the 3rd softbutton should be supported on this device
isThirdSoftButton() - Method in class com.sun.lwuit.impl.LWUITImplementation
Indicates the default status to apply to the 3rd softbutton variable
isTickerEnabled() - Method in class com.sun.lwuit.Label
This method return true if the ticker is enabled on this Label
isTickerRunning() - Method in class com.sun.lwuit.Label
Returns true if the ticker is running
isTickWhenFocused() - 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.
isToggle() - Method in class com.sun.lwuit.Button
Toggle button mode is only relevant for checkboxes/radio buttons.
isTouchDevice() - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns true if the device will send touch events
isTouchMenus() - Method in class com.sun.lwuit.plaf.LookAndFeel
Deprecated. use Display.getCommandBehavior() == Display.COMMAND_BEHAVIOR_TOUCH_MENU
isTouchScreenDevice() - 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.
isTrackVisitedURLs() - Method in class com.sun.lwuit.html.DefaultDocumentRequestHandler
Allows tracking whether a URL was visited or not
isTranslationSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
LWUIT can translate all coordinates and never requires a call to translate this works well for some devices which have hairy issues with translate.
isTrueTypeFileSupported() - Static method in class com.sun.lwuit.Font
Returns true if the underlying platform supports loading truetype fonts from a file stream.
isTrueTypeSupported() - Method in class com.sun.lwuit.impl.LWUITImplementation
Returns true if the system supports dynamically loading truetype fonts from a stream.
isUI(String) - Method in class com.sun.lwuit.util.Resources
Returns true if this is a UI resource
isUnderline() - Method in class com.sun.lwuit.plaf.Style
Returns true if the underline text decoration is on, false otherwise
isUseNativeTextInput() - 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
isUseSoftkeys() - Method in class com.sun.lwuit.TextField
When set to true softkeys are used to enable delete functionality
isUseStringWidth() - Static method in class com.sun.lwuit.TextArea
By default text area uses charWidth since its much faster on some devices than string width.
isValignByRow() - Method in class com.sun.lwuit.layouts.FlowLayout
Returns whether vertical alignment is done internally or externally
isVertical() - Method in class com.sun.lwuit.Slider
Indicates the slider is vertical
isVirtualKeyboardShowing() - Method in class com.sun.lwuit.Display
Indicates if the virtual keyboard is currently showing or not
isVirtualKeyboardShowing() - Method in interface com.sun.lwuit.impl.VirtualKeyboardInterface
Indicates if the Virtual Keyboard is currently showing.
isVirtualKeyboardShowing() - Method in class com.sun.lwuit.VirtualKeyboard
 
isVisible() - Method in class com.sun.lwuit.Component
Returns whether the component is visible or not
isWhiteSpace(char) - Method in class com.sun.lwuit.xml.XMLParser
Checks if the specified character is a white space or not.

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