com.ctreber.aclib.gui
Class MOInteger
java.lang.Object
com.ctreber.aclib.gui.MonitoredObject
com.ctreber.aclib.gui.MOInteger
public class MOInteger
- extends MonitoredObject
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
Method Summary |
boolean |
checkRange()
Check value agains (possibly defined) constraints. |
int |
get()
|
void |
set(int pInteger)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MOInteger
public MOInteger()
MOInteger
public MOInteger(int pInteger)
MOInteger
public MOInteger(int pInteger,
int pMin,
int pMax)
set
public void set(int pInteger)
get
public int get()
checkRange
public boolean checkRange()
- Description copied from class:
MonitoredObject
Check value agains (possibly defined) constraints.
- Specified by:
checkRange
in class MonitoredObject
- Returns:
- True if value is within range or range is not checked.
Copyright © 2011. All Rights Reserved.