|
||||||||||
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.MOInteger
public class MOInteger
© 2002 Christian Treber, [email protected]
Constructor Summary | |
---|---|
MOInteger()
|
|
MOInteger(int pInteger)
|
|
MOInteger(int pInteger,
int pMin,
int pMax)
|
Method Summary | |
---|---|
boolean |
checkRange()
Check value agains (possibly defined) constraints. |
int |
get()
|
void |
set(int pInteger)
|
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 MOInteger()
public MOInteger(int pInteger)
public MOInteger(int pInteger, int pMin, int pMax)
Method Detail |
---|
public void set(int pInteger)
public int 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 |