gui.run
Class RunFloatSpinnerModel

java.lang.Object
  extended by gui.run.RunFloatSpinnerModel
All Implemented Interfaces:
java.lang.Runnable

public abstract class RunFloatSpinnerModel
extends java.lang.Object
implements java.lang.Runnable

User: lyon Date: Oct 8, 2006 Time: 7:55:20 AM Copyright DocJava, Inc. 2005.


Constructor Summary
RunFloatSpinnerModel(java.lang.String name, float value, float minimum, float maximum, float stepSize)
           
RunFloatSpinnerModel(java.lang.String name, javax.swing.SpinnerNumberModel snm)
           
RunFloatSpinnerModel(java.lang.String name, java.lang.String units, float value, float minimum, float maximum, float stepSize)
           
 
Method Summary
 float getMaximum()
           
 float getMinimum()
           
 java.lang.String getName()
           
 javax.swing.SpinnerNumberModel getSpinnerNumberModel()
           
 float getStepSize()
           
 java.lang.String getUnits()
           
 float getValue()
           
 void setValue(float f)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

RunFloatSpinnerModel

public RunFloatSpinnerModel(java.lang.String name,
                            float value,
                            float minimum,
                            float maximum,
                            float stepSize)

RunFloatSpinnerModel

public RunFloatSpinnerModel(java.lang.String name,
                            java.lang.String units,
                            float value,
                            float minimum,
                            float maximum,
                            float stepSize)

RunFloatSpinnerModel

public RunFloatSpinnerModel(java.lang.String name,
                            javax.swing.SpinnerNumberModel snm)
Method Detail

getName

public java.lang.String getName()

getMaximum

public float getMaximum()

getMinimum

public float getMinimum()

getStepSize

public float getStepSize()

getSpinnerNumberModel

public javax.swing.SpinnerNumberModel getSpinnerNumberModel()

setValue

public void setValue(float f)

getValue

public float getValue()

getUnits

public java.lang.String getUnits()