com.ctreber.aclib.gui
Class MOBoolean
java.lang.Object
com.ctreber.aclib.gui.MonitoredObject
com.ctreber.aclib.gui.MOBoolean
public class MOBoolean
- extends MonitoredObject
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
Method Summary |
boolean |
checkRange()
Check value agains (possibly defined) constraints. |
boolean |
get()
|
void |
set(boolean pValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MOBoolean
public MOBoolean()
MOBoolean
public MOBoolean(boolean pBoolean)
set
public void set(boolean pValue)
get
public boolean 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 © 2012. All Rights Reserved.