dict.me
Class DictMidlet

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by dict.me.DictMidlet

public class DictMidlet
extends javax.microedition.midlet.MIDlet

The dictionary midlet.

Version:
$Revision: 21 $
Author:
Daniel Stoinski

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

m_form

private DictForm m_form
The main dictionary form.


m_index

private DictIndex m_index
Dictionary index.

Constructor Detail

DictMidlet

public DictMidlet()
Initializes the midlet.

Method Detail

startApp

public void startApp()
Called if the application starts. Sets main form to an instance of DictForm.

Specified by:
startApp in class javax.microedition.midlet.MIDlet

destroyApp

public void destroyApp(boolean unconditional)
Does absolutely nothing.

Specified by:
destroyApp in class javax.microedition.midlet.MIDlet
Parameters:
unconditional - ignored

pauseApp

public void pauseApp()
Does absolutely nothing.

Specified by:
pauseApp in class javax.microedition.midlet.MIDlet

getIndex

public final DictIndex getIndex()
Index for the dictionary handled in this application.

Returns:
the dictionary index