jMobileCore toolkit

Package com.jmobilecore.ui.core

Interface Summary
AbstractComposer The AbstractComposer interface defines set of methods that supports a text caret's handling and basic text editing.
EventListener The listener interface for receiving action events.
ListComponent The interface ListComponent is required for all list-related components.
 

Class Summary
Checkbox A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
CheckboxGroup The CheckboxGroup class is used to group together a set of Checkbox buttons.
Color The colors available to midlets.
Component A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
ImageComponent Provides an image for display on the screen.
Label Provides a text label for display on the screen.
List The List component presents the user with a scrolling list of items.
ListCheckbox  
ListImage Provides an image for display as part of List component.
ListLabel Provides a text label for display as part of List component.
ListScreen A ListScreen is object inherited from ScreenCanvas which allows select item from the list of items.
PlatformCanvas Provides platform dependent settings for Sun WTK platform
ScreenCanvas A screen that contains Components.
ScreenManager This class provides access to the MIDlet's environment and supports navigation among the screens.
SimpleCheckbox A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
SoftKey This class represents either of the three soft keys, which are right below the screen on the left, in center and right sides.
SoftKeyBar The SoftKeyBar is special Component which represents bottom line of the phone screen with names of soft keys.
Style Sets the style for the application.
TextArea A textArea object is a text component that allows for the editing of a single line of text.
TextAreaComposer The TextAreaText defines set of methods that supports a text caret's handling and basic text editing.
TextAreaComposer.LineRange LineRange represents 2 numbers - ranges for displayed text
TextComponent The TextComponent class is the superclass of any component that allows the editing of some text.
TextField A TextField object is a text component that allows for the editing of a single line of text.
TextFieldComposer The TextFieldComposer defines set of methods that supports a text caret's handling and basic text editing.
TextPane  
 


jMobileCore toolkit