|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ctreber.aclib.gui.MonitoredObject
com.ctreber.aclib.gui.MODouble
public class MODouble
© 2002 Christian Treber, [email protected]
Constructor Summary | |
---|---|
MODouble()
|
|
MODouble(double pDouble)
|
|
MODouble(double pDouble,
double pMin,
double pMax)
|
Method Summary | |
---|---|
boolean |
checkRange()
Check value agains (possibly defined) constraints. |
double |
get()
|
void |
set(double pDouble)
|
Methods inherited from class com.ctreber.aclib.gui.MonitoredObject |
---|
addChangeListener, removeChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MODouble()
public MODouble(double pDouble)
public MODouble(double pDouble, double pMin, double pMax)
Method Detail |
---|
public void set(double pDouble)
public double get()
public boolean checkRange()
MonitoredObject
Check value agains (possibly defined) constraints.
checkRange
in class MonitoredObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |