|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.microedition.midlet.MIDlet
midlet.ChangeSettings
public class ChangeSettings
This MIDlet gives the possibility to modify Settings. This includes defining the path to the
mapsource=/resources/demo.list
mapimage=/resources/ismir.jpg
mp3server=http://mymp3server.com/
remoteserver=http://mymp3server.com/makeplaylist.php?song=
localmp3directory=file:///d:/MobileSOM/mp3/
mode=1
playlistname=standard
language=en
randomizeunititems=0
LoadSettings| Constructor Summary | |
|---|---|
ChangeSettings()
|
|
| Method Summary | |
|---|---|
void |
commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable d)
In the commandAction Handler the MIDlet is terminated or modified settings are stored to the device |
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 ChangeSettings()
| 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 command,
javax.microedition.lcdui.Displayable d)
commandAction in interface javax.microedition.lcdui.CommandListenercommand - 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 | |||||||||