com.ctreber.aclib.gui
Class MOInteger

java.lang.Object
  extended by com.ctreber.aclib.gui.MonitoredObject
      extended by com.ctreber.aclib.gui.MOInteger

public class MOInteger
extends MonitoredObject

© 2002 Christian Treber, [email protected]

Author:
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

MOInteger

public MOInteger()

MOInteger

public MOInteger(int pInteger)

MOInteger

public MOInteger(int pInteger,
                 int pMin,
                 int pMax)
Method Detail

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.