net.sourceforge.mewt.client.settings
Class Settings

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.settings.Settings
All Implemented Interfaces:
java.lang.Runnable, javax.microedition.lcdui.CommandListener, Themeable

public class Settings
extends DefaultForm
implements javax.microedition.lcdui.CommandListener

The Class Settings.


Constructor Summary
Settings(javax.microedition.lcdui.Display d, javax.microedition.lcdui.Displayable f)
          Instantiates a new settings.
Settings(java.lang.String arg0, javax.microedition.lcdui.Display d, javax.microedition.lcdui.Displayable p)
          Instantiates a new settings.
 
Method Summary
 void cancelEdit()
          Cancel edit.
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
           
static Settings getSettings()
          Gets the settings.
 void run()
           
 
Methods inherited from class net.sourceforge.mewt.DefaultForm
applyTheme, 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

Settings

public Settings(javax.microedition.lcdui.Display d,
                javax.microedition.lcdui.Displayable f)
Instantiates a new settings.

Parameters:
d - the d
f - the f

Settings

public Settings(java.lang.String arg0,
                javax.microedition.lcdui.Display d,
                javax.microedition.lcdui.Displayable p)
Instantiates a new settings.

Parameters:
arg0 - the arg0
d - the d
p - the p
Method Detail

getSettings

public static Settings getSettings()
Gets the settings.

Returns:
the settings

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable s)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener
Overrides:
commandAction in class DefaultForm

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