| java.lang.Object javax.microedition.lcdui.Displayable javax.microedition.lcdui.Screen javax.microedition.lcdui.Form com.sun.midp.appmanager.AppSettings
Constructor Summary | |
public | AppSettings(int suiteId, Display display, DisplayError displayError, Displayable nextScreen) Create and initialize a new application settings MIDlet. |
display | Display display(Code) | | Display for the Manager midlet.
|
midletSuite | MIDletSuiteImpl midletSuite(Code) | | Interface to suite
|
nextScreen | Displayable nextScreen(Code) | | The displayable to be displayed after dismissing AppSettings.
|
suiteDisplayName | String suiteDisplayName(Code) | | Display name of the suite.
|
AppSettings | public AppSettings(int suiteId, Display display, DisplayError displayError, Displayable nextScreen) throws Throwable(Code) | | Create and initialize a new application settings MIDlet.
Parameters: suiteId - - the id of the suite forwhich the App settings should be displayed Parameters: display - - the display instance to be used Parameters: displayError - - the UI to be used to display error alerts. Parameters: nextScreen - - the displayable to be shown afterthis Form is dismissed |
commandAction | public void commandAction(Command c, Displayable s)(Code) | | Respond to a command issued on any Screen.
Parameters: c - command activated by the user Parameters: s - the Displayable the command was on. |
itemStateChanged | public void itemStateChanged(Item item)(Code) | | Called when internal state of an item in Settings form is
changed by the user. This is used to dynamically display
the setting the user chooses from the settings popup.
Parameters: item - the item that was changed |
|
|