|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValuedRangeModel
BoundedRangeModel that additionally supports a mapping between the integer range used by interface components and a richer range of values, such as numbers or arbitrary objects.
BoundedRangeModel
Method Summary | |
---|---|
java.lang.Object |
getHighValue()
Get the value at the high point of the range span. |
java.lang.Object |
getLowValue()
Get the value at the low point of the range span. |
java.lang.Object |
getMaxValue()
Get the maximum value backing the range model. |
java.lang.Object |
getMinValue()
Get the minimum value backing the range model. |
Methods inherited from interface javax.swing.BoundedRangeModel |
---|
addChangeListener, getExtent, getMaximum, getMinimum, getValue, getValueIsAdjusting, removeChangeListener, setExtent, setMaximum, setMinimum, setRangeProperties, setValue, setValueIsAdjusting |
Method Detail |
---|
java.lang.Object getMinValue()
java.lang.Object getMaxValue()
java.lang.Object getLowValue()
java.lang.Object getHighValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |