|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.accservice.javapp.JavaAccessibleValue
public class JavaAccessibleValue
implementation of the IAccessibleImageElement
object for the Java Accesibility API's AccessibleIcon
.
AccessibleIcon
Constructor Summary | |
---|---|
JavaAccessibleValue(AccessibleValue value)
Constructor used to create an accessible image object. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaAccessibleValue(AccessibleValue value)
JavaAccessible
and is not typically called by clients.
image
- -
AccessibleIcon objectMethod Detail |
---|
public Object getCurrentValue() throws InvalidComponentException
IAccessibleValueElement
getCurrentValue
in interface IAccessibleValueElement
null
if value is not supported
InvalidComponentException
public Object getMaximumValue() throws InvalidComponentException
IAccessibleValueElement
getMaximumValue
in interface IAccessibleValueElement
InvalidComponentException
public Object getMinimumValue() throws InvalidComponentException
IAccessibleValueElement
getMinimumValue
in interface IAccessibleValueElement
InvalidComponentException
public void setCurrentValue(Object value) throws InvalidComponentException
IAccessibleValueElement
setCurrentValue
in interface IAccessibleValueElement
value
- - new value
InvalidComponentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |