|
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 |
Alert
An 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 |
FileSelector
The FileSelector class allows
the user to select a file from file system to be loaded, saved, or to select
a directory. |
class |
Form
A Form is a Screen that contains an arbitrary
mixture of items: images, read-only text fields, editable text fields,
editable date fields, gauges, choice groups, and custom items. |
class |
List
A Screen containing list of choices. |
class |
TabbedPane
TabbedPane is a Screen subclass that presents a series of
Screens to the users and allows them to navigate between screens
by selecting the corresponding tab. |
class |
TextBox
The TextBox class is a Screen that 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 |