| 
 | MIDP3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Screen | |
|---|---|
| javax.microedition.lcdui | The APIs in the LCDUI package provide a set of features for implementing user interfaces in MIDP applications. | 
| Uses of Screen in javax.microedition.lcdui | 
|---|
| Subclasses of Screen in javax.microedition.lcdui | |
|---|---|
|  class | AlertAn alert is a screen that shows data to the user and waits for a certain period of time before proceeding to the next Displayable. | 
|  class | FileSelectorThe FileSelectorclass allows
 the user to select a file from file system to be loaded, saved, or to select
 a directory. | 
|  class | FormA Formis aScreenthat contains an arbitrary
 mixture of items: images, read-only text fields, editable text fields,
 editable date fields, gauges, choice groups, and custom items. | 
|  class | ListA Screencontaining list of choices. | 
|  class | TabbedPaneTabbedPane is a Screensubclass that presents a series ofScreensto the users and allows them to navigate between screens
 by selecting the corresponding tab. | 
|  class | TextBoxThe TextBoxclass is aScreenthat allows the
 user to enter and edit text. | 
| Methods in javax.microedition.lcdui that return Screen | |
|---|---|
|  Screen | TabbedPane.getScreen(int index)Gets the content for the tab references by the given index. | 
| Methods in javax.microedition.lcdui with parameters of type Screen | |
|---|---|
|  void | TabbedPane.addTab(Screen tab,
       Image icon)Adds a tab element to the TabbedPane as the last element. | 
|  void | TabbedPane.insertTab(int index,
          Screen tab,
          Image icon)Inserts a tab element into the TabbedPane just prior to the element specified. | 
|  void | TabListener.tabAddedEvent(int index,
              Screen tab)Indicates that a new tab is added. | 
|  void | TabListener.tabChangeEvent(Screen tab)Indicates that a new tab is receiving the focus (being selected). | 
| 
 | MIDP3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||