C D E G H M P S T

C

CMD_CANCEL - Static variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextEditor
Command specified to dismiss the TextEditor form and reject the edited text.
CMD_EDIT - Static variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextScreen
Command specified to initiate the launch of the TextEditor screen.
CMD_EXIT - Static variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextScreen
Command specified to initiate the termination of the MIDlet.
CMD_OK - Static variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextEditor
Command specified to dismiss the TextEditor form and accept the edited text.
COMMAND_PRIORITY - Static variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextEditor
Priority of commands relative to others of the same type.
COMMAND_PRIORITY - Static variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextScreen
Priority of commands relative to others of the same type.
com.nokia.midp.examples.lcdui.helloworldplus - package com.nokia.midp.examples.lcdui.helloworldplus
This example demonstrates how to create a simple interactive MIDlet.
commandAction(Command, Displayable) - Method in class com.nokia.midp.examples.lcdui.helloworldplus.TextEditor
Handles commands received.
commandAction(Command, Displayable) - Method in class com.nokia.midp.examples.lcdui.helloworldplus.TextScreen
Handles commands received.

D

destroyApp(boolean) - Method in class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet
No further implementation is required because the MIDlet holds no resources that require releasing.
display - Variable in class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet
A generic way of indicating whether startApp() has previously been called.

E

exitRequested() - Method in class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet
A convenience method for exiting.

G

getCurrentText() - Method in class com.nokia.midp.examples.lcdui.helloworldplus.TextScreen
Returns the text currently displayed

H

HelloWorldPlusMIDlet - class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet.
This class illustrates the implementation of a simple MIDlet that initially displays a "HelloWorld" message to the screen and allows the user to edit that message.
HelloWorldPlusMIDlet() - Constructor for class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet
 

M

MAX_TEXT_SIZE - Static variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextEditor
The maximum size of the text allowed in the text field.
midlet - Variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextEditor
Back reference to parent MIDlet class enabling this class to access to access the callback methods provided by HelloWorldMIDlet.
midlet - Variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextScreen
Reference to the parent MIDlet class enabling this class to access the callback methods provided by HelloWorldMIDlet.

P

pauseApp() - Method in class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet
This must be defined but no implementation is required because the MIDlet only responds to user interaction.

S

setCurrentText(String) - Method in class com.nokia.midp.examples.lcdui.helloworldplus.TextScreen
Sets the text to be displayed.
setText(String) - Method in class com.nokia.midp.examples.lcdui.helloworldplus.TextEditor
Sets the opening text in the textfield.
startApp() - Method in class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet
Creates an instance of TextScreen if one has not already been created and tells the framework to set this instance of TextScreen as the current screen.
stringItem - Variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextScreen
Reference to the string item added to the form for displaying a message.

T

TextEditor - class com.nokia.midp.examples.lcdui.helloworldplus.TextEditor.
The TextEditor class allows the user to edit the message displayed.
TextEditor(HelloWorldPlusMIDlet, String) - Constructor for class com.nokia.midp.examples.lcdui.helloworldplus.TextEditor
The constructor initializes the class making it ready for use.
TextScreen - class com.nokia.midp.examples.lcdui.helloworldplus.TextScreen.
The TextScreen class displays a message on the screen.
TextScreen(HelloWorldPlusMIDlet, String) - Constructor for class com.nokia.midp.examples.lcdui.helloworldplus.TextScreen
The constructor initializes the class making it ready for use.
textEditor - Variable in class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet
Allows the user to edit the message displayed.
textEditorDone(String) - Method in class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet
Implements the transition from the TextEditor screen to the TextScreen screen.
textEditorRequested() - Method in class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet
Implements the transition from the TextScreen screen to the TextEditor screen.
textField - Variable in class com.nokia.midp.examples.lcdui.helloworldplus.TextEditor
Reference to the instance of the TextField class created and appended to the form.
textScreen - Variable in class com.nokia.midp.examples.lcdui.helloworldplus.HelloWorldPlusMIDlet
Displays the message on the screen.

C D E G H M P S T