|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.microedition.midlet.MIDlet
midlet.LoadSettings
public class LoadSettings
This MIDlet gives the user the opportunity to load settings from a customised
URL (file:/// or http:///) or chose between different predefined Settings.
Settings are stored in a configuration file with the extension
.som. In such a configuration file following properties are
included:
ChangeSettings MIDlet.
ChangeSettings| Constructor Summary | |
|---|---|
LoadSettings()
|
|
| Method Summary | |
|---|---|
void |
commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable d)
In the commandAction Handler the MIDlet is terminated or new settings are loaded. |
void |
destroyApp(boolean unconditional)
Do nothing if MIDlet gets destroyed by the application Manager |
void |
pauseApp()
Do nothing if MIDlet gets paused by the application Manager |
void |
startApp()
Inits the MIDlet. |
| Methods inherited from class javax.microedition.midlet.MIDlet |
|---|
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoadSettings()
| Method Detail |
|---|
public void startApp()
startApp in class javax.microedition.midlet.MIDletpublic void pauseApp()
pauseApp in class javax.microedition.midlet.MIDletpublic void destroyApp(boolean unconditional)
destroyApp in class javax.microedition.midlet.MIDletunconditional - -
public void commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable d)
commandAction in interface javax.microedition.lcdui.CommandListenerc - Which command was invokedd - the Displayable on which the command was invoked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||