Class MOBoolean
- java.lang.Object
-
- zext.plantuml.com.ctreber.aclib.gui.MonitoredObject
-
- zext.plantuml.com.ctreber.aclib.gui.MOBoolean
-
public class MOBoolean extends MonitoredObject
© 2002 Christian Treber, ct@ctreber.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckRange()Check value agains (possibly defined) constraints.booleanget()voidset(boolean pValue)-
Methods inherited from class zext.plantuml.com.ctreber.aclib.gui.MonitoredObject
addChangeListener, removeChangeListener
-
-
-
-
Method Detail
-
set
public void set(boolean pValue)
-
get
public boolean get()
-
checkRange
public boolean checkRange()
Description copied from class:MonitoredObjectCheck value agains (possibly defined) constraints.
- Specified by:
checkRangein classMonitoredObject- Returns:
- True if value is within range or range is not checked.
-
-