|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.microedition.lcdui.Displayable
javax.microedition.lcdui.Screen
javax.microedition.lcdui.Form
com.developpez.java.spaceinvader.hight.MainForm
public class MainForm
Menu principal
Field Summary | |
---|---|
static int |
CMD_EXIT
|
static int |
CMD_START
|
Constructor Summary | |
---|---|
MainForm(SpaceInvader app)
Initialise le formulaire principal |
Method Summary | |
---|---|
SpaceInvader |
getApp()
Accesseur retournant le Midlet principal utilisé plus tard dans l'application |
int |
getLevel()
Accesseur retournant le niveau utilisé plus tard dans l'application |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CMD_EXIT
public static final int CMD_START
Constructor Detail |
---|
public MainForm(SpaceInvader app)
app
- Midlet principalMethod Detail |
---|
public int getLevel()
public SpaceInvader getApp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |