|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.microedition.midlet.MIDlet
dict.me.DictMidlet
public class DictMidlet
The dictionary midlet.
Field Summary | |
---|---|
private DictForm |
m_form
The main dictionary form. |
private DictIndex |
m_index
Dictionary index. |
Constructor Summary | |
---|---|
DictMidlet()
Initializes the midlet. |
Method Summary | |
---|---|
void |
destroyApp(boolean unconditional)
Does absolutely nothing. |
DictIndex |
getIndex()
Index for the dictionary handled in this application. |
void |
pauseApp()
Does absolutely nothing. |
void |
startApp()
Called if the application starts. |
Methods inherited from class javax.microedition.midlet.MIDlet |
---|
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DictForm m_form
private DictIndex m_index
Constructor Detail |
---|
public DictMidlet()
Method Detail |
---|
public void startApp()
startApp
in class javax.microedition.midlet.MIDlet
public void destroyApp(boolean unconditional)
destroyApp
in class javax.microedition.midlet.MIDlet
unconditional
- ignoredpublic void pauseApp()
pauseApp
in class javax.microedition.midlet.MIDlet
public final DictIndex getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |