Package Summary  Overview Summary

class:JSplitPane.AccessibleJSplitPane [NONE]

All Implemented Interfaces:
Serializable, AccessibleComponent, AccessibleExtendedComponent, AccessibleValue
Enclosing class:
JSplitPane

protected class JSplitPane.AccessibleJSplitPaneextends JComponent.AccessibleJComponent implements AccessibleValue
This class implements accessibility support for the JSplitPane class. It provides an implementation of the Java Accessibility API appropriate to split pane user-interface elements.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans has been added to the java.beans package. Please see XMLEncoder.

constructor:JSplitPane.AccessibleJSplitPane() [NONE]

  • AccessibleJSplitPane

    protected AccessibleJSplitPane()
    Constructs an AccessibleJSplitPane.

method:getAccessibleStateSet() [NONE]

  • getAccessibleStateSet

    public AccessibleStateSet getAccessibleStateSet()
    Gets the state set of this object.
    Overrides:
    getAccessibleStateSet in class JComponent.AccessibleJComponent
    Returns:
    an instance of AccessibleState containing the current state 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()
    Gets the accessible value of this object.
    Specified by:
    getCurrentAccessibleValue in interface AccessibleValue
    Returns:
    a localized String describing the value of this object
    See Also:

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

    setCurrentAccessibleValue

    public boolean setCurrentAccessibleValue (Number n)
    Sets 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()
    Gets 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()
    Gets the maximum accessible value of this object.
    Specified by:
    getMaximumAccessibleValue in interface AccessibleValue
    Returns:
    The maximum value of this object.
    See Also:

    method:getAccessibleRole() [NONE]

    getAccessibleRole

    public AccessibleRole getAccessibleRole()
    Gets the role of this object.
    Overrides:
    getAccessibleRole in class JComponent.AccessibleJComponent
    Returns:
    an instance of AccessibleRole describing the role of the object
    See Also:

    © 2023 Oracle Corporation and/or its affiliates