|
Draw2D v2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Field Summary | |
static String |
PROPERTY_EXTENT
|
static String |
PROPERTY_MAXIMUM
|
static String |
PROPERTY_MINIMUM
|
static String |
PROPERTY_VALUE
|
| Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener listener)
Registers listener as a PropertyChangeListener of this RangeModel. |
int |
getExtent()
Returns the extent. |
int |
getMaximum()
Returns the maximum value in the range. |
int |
getMinimum()
Returns the minimum value in the range. |
int |
getValue()
Returns the current value. |
boolean |
isEnabled()
Returns true if this RangeModel is enabled. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes the given listener from this RangeModel's list of PropertyChangeListeners. |
void |
setExtent(int extent)
Sets the extent. |
void |
setMaximum(int max)
Sets the maximum value of the range. |
void |
setMinimum(int min)
Sets the minimum value of the range. |
void |
setValue(int value)
Sets the current value. |
| Field Detail |
public static final String PROPERTY_VALUE
public static final String PROPERTY_EXTENT
public static final String PROPERTY_MINIMUM
public static final String PROPERTY_MAXIMUM
| Method Detail |
public void addPropertyChangeListener(PropertyChangeListener listener)
public int getExtent()
public int getMaximum()
public int getMinimum()
public int getValue()
public boolean isEnabled()
public void removePropertyChangeListener(PropertyChangeListener listener)
public void setExtent(int extent)
public void setMaximum(int max)
public void setMinimum(int min)
public void setValue(int value)
|
Draw2D v2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||