|
||||||||||
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
net.sourceforge.mewt.DefaultForm
net.sourceforge.mewt.client.TreeForm
public class TreeForm
The Class TreeForm.
Constructor Summary | |
---|---|
TreeForm(java.lang.String title,
javax.microedition.lcdui.Display d,
javax.microedition.lcdui.Displayable parent)
Instantiates a new tree form. |
Method Summary | |
---|---|
void |
cancelEdit()
Cancel edit. |
void |
run()
|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeForm(java.lang.String title, javax.microedition.lcdui.Display d, javax.microedition.lcdui.Displayable parent)
title
- the titled
- the dparent
- the parentMethod Detail |
---|
public void cancelEdit()
DefaultForm
cancelEdit
in class DefaultForm
public void run()
run
in interface java.lang.Runnable
run
in class DefaultForm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |