Class MOString
java.lang.Object
zext.plantuml.com.ctreber.aclib.gui.MonitoredObject
zext.plantuml.com.ctreber.aclib.gui.MOString
© 2002 Christian Treber, ct@ctreber.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck value agains (possibly defined) constraints.get()voidMethods inherited from class zext.plantuml.com.ctreber.aclib.gui.MonitoredObject
addChangeListener, removeChangeListener
-
Constructor Details
-
MOString
-
-
Method Details
-
set
-
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.
-