example.tilepuzzle
Class Options

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by example.tilepuzzle.Options
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class Options
extends javax.microedition.lcdui.Form
implements javax.microedition.lcdui.CommandListener


Field Summary
(package private)  javax.microedition.lcdui.Command cancel
           
(package private)  javax.microedition.lcdui.ChoiceGroup cg1
           
(package private)  javax.microedition.lcdui.ChoiceGroup cg2
           
(package private)  javax.microedition.lcdui.Display dpy
           
(package private)  boolean funny
           
(package private)  boolean hard
           
(package private)  javax.microedition.lcdui.Command ok
           
(package private)  javax.microedition.lcdui.Displayable prev
           
(package private)  boolean reversed
           
(package private)  boolean[] scratch
           
 
Constructor Summary
Options(javax.microedition.lcdui.Display dpy_, javax.microedition.lcdui.Displayable prev_)
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
           
(package private)  void loadUI()
           
(package private)  void readUI()
           
 
Methods inherited from class javax.microedition.lcdui.Form
append, append, append, delete, deleteAll, get, getHeight, getWidth, insert, set, setItemStateListener, size
 
Methods inherited from class javax.microedition.lcdui.Displayable
addCommand, getTicker, getTitle, isShown, removeCommand, setCommandListener, setTicker, setTitle, sizeChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reversed

boolean reversed

funny

boolean funny

hard

boolean hard

ok

javax.microedition.lcdui.Command ok

cancel

javax.microedition.lcdui.Command cancel

dpy

javax.microedition.lcdui.Display dpy

prev

javax.microedition.lcdui.Displayable prev

cg1

javax.microedition.lcdui.ChoiceGroup cg1

cg2

javax.microedition.lcdui.ChoiceGroup cg2

scratch

boolean[] scratch
Constructor Detail

Options

Options(javax.microedition.lcdui.Display dpy_,
        javax.microedition.lcdui.Displayable prev_)
Method Detail

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable d)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener

loadUI

void loadUI()

readUI

void readUI()