net.sourceforge.mewt.client
Class TreeForm

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by net.sourceforge.mewt.DefaultForm
                  extended by net.sourceforge.mewt.client.TreeForm
All Implemented Interfaces:
java.lang.Runnable, javax.microedition.lcdui.CommandListener, Themeable

public class TreeForm
extends DefaultForm

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 net.sourceforge.mewt.DefaultForm
applyTheme, commandAction, getBackground, getBorder1, getBorder2, getButtonBgDark, getButtonBgLight, getButtonSelDark, getButtonSelLight, getForeground, getParentDisplay, getParentForm, getSelectedBackground, getSelectedForeground, getTitleBackground, getTitleForeground, setBackground, setBorder1, setBorder2, setButtonBgDark, setButtonBgLight, setButtonSelDark, setButtonSelLight, setForeground, setParentDisplay, setParentForm, setSelectedBackground, setSelectedForeground, setTitleBackground, setTitleForeground, synchroniseChanges
 
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

TreeForm

public TreeForm(java.lang.String title,
                javax.microedition.lcdui.Display d,
                javax.microedition.lcdui.Displayable parent)
Instantiates a new tree form.

Parameters:
title - the title
d - the d
parent - the parent
Method Detail

cancelEdit

public void cancelEdit()
Description copied from class: DefaultForm
Cancel edit.

Specified by:
cancelEdit in class DefaultForm

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class DefaultForm