java.awt
protected class Scrollbar.AccessibleAWTScrollBar extends AccessibleAWTComponent implements AccessibleValue
Method Summary | |
---|---|
AccessibleRole | getAccessibleRole()
Returns the role of this accessible object.
|
AccessibleStateSet | getAccessibleStateSet()
Returns the state set of this accessible object.
|
AccessibleValue | getAccessibleValue()
Returns an implementation of the AccessibleValue
interface for this accessible object. |
Number | getCurrentAccessibleValue()
Returns the current value of this accessible object.
|
Number | getMaximumAccessibleValue()
Returns the maximum acceptable accessible value used
by this object. |
Number | getMinimumAccessibleValue()
Returns the minimum acceptable accessible value used
by this object. |
boolean | setCurrentAccessibleValue(Number number)
Sets the current value of this accessible object
to that supplied. |
Returns: the instance of AccessibleRole
,
which describes this object.
See Also: AccessibleRole
Returns: a set of AccessibleState
s which
represent the current state of the accessible object.
See Also: AccessibleState AccessibleStateSet
AccessibleValue
interface for this accessible object. In this case, the
current instance is simply returned (with a more appropriate
type), as it also implements the accessible value as well as
the context.
Returns: the accessible value associated with this context.
See Also: AccessibleValue
Integer
object.
Returns: the numeric value of this scrollbar.
See Also: getCurrentAccessibleValue
Returns: the maximum value of this scrollbar.
See Also: getMaximumAccessibleValue
Returns: the minimum value of this scrollbar.
See Also: getMinimumAccessibleValue
Parameters: number the new accessible value.
Returns: true if the value was set.
See Also: setCurrentAccessibleValue