| stringitem.StringItemDemo
StringItemDemo | public class StringItemDemo extends MIDlet implements CommandListener,ItemCommandListener(Code) | | This is the main class for the UI MIDP demo. This demo of the components
available in the UI is designed for simplicity. Each UI element is
demonstrated within a class of its own derived from either BaseDemo
or BaseListDemo.
version: 2.0 |
Method Summary | |
public void | commandAction(Command c, Item item) | public void | commandAction(Command c, Displayable d) | protected void | destroyApp(boolean unconditional) Signals the MIDlet to terminate and enter the Destroyed state. | protected void | pauseApp() Signals the MIDlet to stop and enter the Paused state. | protected void | startApp() Signals the MIDlet to start and enter the Active state. |
commandAction | public void commandAction(Command c, Item item)(Code) | | |
commandAction | public void commandAction(Command c, Displayable d)(Code) | | |
destroyApp | protected void destroyApp(boolean unconditional)(Code) | | Signals the MIDlet to terminate and enter the Destroyed state.
|
pauseApp | protected void pauseApp()(Code) | | Signals the MIDlet to stop and enter the Paused state.
|
startApp | protected void startApp()(Code) | | Signals the MIDlet to start and enter the Active state.
|
|
|