Package Summary  Overview Summary

class:Scrollbar.AccessibleAWTScrollBar [NONE]

All Implemented Interfaces:
Serializable, AccessibleComponent, AccessibleValue
Enclosing class:
Scrollbar

protected class Scrollbar.AccessibleAWTScrollBarextends Component.AccessibleAWTComponent implements AccessibleValue
This class implements accessibility support for the Scrollbar class. It provides an implementation of the Java Accessibility API appropriate to scrollbar user-interface elements.
Since:
1.3
See Also:

constructor:Scrollbar.AccessibleAWTScrollBar() [NONE]

  • AccessibleAWTScrollBar

    protected AccessibleAWTScrollBar()
    Constructs an AccessibleAWTScrollBar.

method:getAccessibleStateSet() [NONE]

  • getAccessibleStateSet

    public AccessibleStateSet getAccessibleStateSet()
    Get the state set of this object.
    Overrides:
    getAccessibleStateSet in class Component.AccessibleAWTComponent
    Returns:
    an instance of AccessibleState containing the current state of the object
    See Also:
  • method:getAccessibleRole() [NONE]

    getAccessibleRole

    public AccessibleRole getAccessibleRole()
    Get the role of this object.
    Overrides:
    getAccessibleRole in class Component.AccessibleAWTComponent
    Returns:
    an instance of AccessibleRole describing the role of the object
    See Also:

    method:getAccessibleValue() [NONE]

    getAccessibleValue

    public AccessibleValue getAccessibleValue()
    Get the AccessibleValue associated with this object. In the implementation of the Java Accessibility API for this class, return this object, which is responsible for implementing the AccessibleValue interface on behalf of itself.
    Overrides:
    getAccessibleValue in class AccessibleContext
    Returns:
    this object
    See Also:

    method:getCurrentAccessibleValue() [NONE]

    getCurrentAccessibleValue

    public Number getCurrentAccessibleValue()
    Get the accessible value of this object.
    Specified by:
    getCurrentAccessibleValue in interface AccessibleValue
    Returns:
    The current value of this object.
    See Also:

    method:setCurrentAccessibleValue(java.lang.Number) [NONE]

    setCurrentAccessibleValue

    public boolean setCurrentAccessibleValue (Number n)
    Set the value of this object as a Number.
    Specified by:
    setCurrentAccessibleValue in interface AccessibleValue
    Parameters:
    n - the number to use for the value
    Returns:
    True if the value was set.
    See Also:

    method:getMinimumAccessibleValue() [NONE]

    getMinimumAccessibleValue

    public Number getMinimumAccessibleValue()
    Get the minimum accessible value of this object.
    Specified by:
    getMinimumAccessibleValue in interface AccessibleValue
    Returns:
    The minimum value of this object.
    See Also:

    method:getMaximumAccessibleValue() [NONE]

    getMaximumAccessibleValue

    public Number getMaximumAccessibleValue()
    Get the maximum accessible value of this object.
    Specified by:
    getMaximumAccessibleValue in interface AccessibleValue
    Returns:
    The maximum value of this object.
    See Also:

    © 2023 Oracle Corporation and/or its affiliates