Uses of Class
org.j4me.ui.components.Component

Packages that use Component
org.j4me.ui UI framework for building professional looking applications that have a consistent experience across devices. 
org.j4me.ui.components UI widgets that can be placed onto J4ME UI screens. 
 

Uses of Component in org.j4me.ui
 

Methods in org.j4me.ui that return Component
 Component Dialog.get(int index)
          Returns the component at the specified index.
 

Methods in org.j4me.ui with parameters of type Component
 void Dialog.append(Component component)
          Adds the component to the end of this form.
 void Dialog.delete(Component component)
          Removes the first occurrence of the component from this form.
 void Dialog.insert(Component component, int index)
          Inserts the component in this form at the specified index.
 void Dialog.set(Component component, int index)
          Sets the component in this form at the specified index.
 void Dialog.setSelected(Component component)
          Sets the selected component.
 

Uses of Component in org.j4me.ui.components
 

Subclasses of Component in org.j4me.ui.components
 class CheckBox
          The CheckBox component lets a user turn an option on or off.
 class HorizontalRule
          A horizontal rule component.
 class Label
          Displays a string.
 class MenuOption
          The Menu screen uses one of these MenuOption components for each menu choice.
 class Picture
          The Picture component shows an Image.
 class ProgressBar
          Displays a progress bar that indicates the state of a background process.
 class RadioButton
          A RadioButton component lets a user select exactly one choice from a list.
 class TextBox
          A TextBox is a component for entering text, numbers, and keyboard data.
 class Whitespace
          The Whitespace component adds whitespace to a form.
 

Fields in org.j4me.ui.components declared as Component
protected  Component Component.container
          A component this one is embedded within.