Class MusicEffects.ReverbForm

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by MusicEffects.ReverbForm
All Implemented Interfaces:
javax.microedition.lcdui.ItemStateListener
Enclosing class:
MusicEffects

public class MusicEffects.ReverbForm
extends javax.microedition.lcdui.Form
implements javax.microedition.lcdui.ItemStateListener


Field Summary
(package private)  javax.microedition.lcdui.Gauge levelGauge
           
static int MAX_LEVEL
           
static int MAX_TIME
           
static int MIN_LEVEL
           
static int MIN_TIME
           
(package private)  javax.microedition.lcdui.ChoiceGroup presetChoice
           
(package private)  javax.microedition.lcdui.Gauge roomLevelGauge
           
(package private)  javax.microedition.lcdui.Gauge timeGauge
           
 
Constructor Summary
MusicEffects.ReverbForm()
           
 
Method Summary
 void itemStateChanged(javax.microedition.lcdui.Item item)
           
 
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

MIN_TIME

public static final int MIN_TIME
See Also:
Constant Field Values

MAX_TIME

public static final int MAX_TIME
See Also:
Constant Field Values

MIN_LEVEL

public static final int MIN_LEVEL
See Also:
Constant Field Values

MAX_LEVEL

public static final int MAX_LEVEL
See Also:
Constant Field Values

timeGauge

javax.microedition.lcdui.Gauge timeGauge

levelGauge

javax.microedition.lcdui.Gauge levelGauge

roomLevelGauge

javax.microedition.lcdui.Gauge roomLevelGauge

presetChoice

javax.microedition.lcdui.ChoiceGroup presetChoice
Constructor Detail

MusicEffects.ReverbForm

public MusicEffects.ReverbForm()
Method Detail

itemStateChanged

public void itemStateChanged(javax.microedition.lcdui.Item item)
Specified by:
itemStateChanged in interface javax.microedition.lcdui.ItemStateListener