|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAccessibleValueElement
represents the value of a control and the upper and lower bounds of the control. Note that the type of the value is implementation-dependent. Not all controls have values.
Method Summary | |
---|---|
Object |
getCurrentValue()
get the current value |
Object |
getMaximumValue()
gets the maximum value supported by the control |
Object |
getMinimumValue()
gets the minimum value supported by the control |
void |
setCurrentValue(Object value)
set the current value of the control |
Method Detail |
---|
Object getCurrentValue() throws InvalidComponentException
null
if value is not supported
InvalidComponentException
void setCurrentValue(Object value) throws InvalidComponentException
value
- - new value
InvalidComponentException
Object getMinimumValue() throws InvalidComponentException
InvalidComponentException
Object getMaximumValue() throws InvalidComponentException
InvalidComponentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |