Package Summary  Overview Summary

class:JFrame.AccessibleJFrame [NONE]

All Implemented Interfaces:
Serializable, AccessibleComponent
Enclosing class:
JFrame

protected class JFrame.AccessibleJFrame
extends Frame.AccessibleAWTFrame
This class implements accessibility support for the JFrame class. It provides an implementation of the Java Accessibility API appropriate to frame user-interface elements.

constructor:JFrame.AccessibleJFrame() [NONE]

method:getAccessibleName() [NONE]

  • getAccessibleName

    public String getAccessibleName()
    Get the accessible name of this object.
    Overrides:
    getAccessibleName in class Component.AccessibleAWTComponent
    Returns:
    the localized name of the object -- can be null if this object does not have a name
    See Also:
    AccessibleContext.setAccessibleName(java.lang.String)
  • method:getAccessibleStateSet() [NONE]

    getAccessibleStateSet

    public AccessibleStateSet getAccessibleStateSet()
    Get the state of this object.
    Overrides:
    getAccessibleStateSet in class Frame.AccessibleAWTFrame
    Returns:
    an instance of AccessibleStateSet containing the current state set of the object
    See Also:
    AccessibleState

    © 2020 Oracle Corporation and/or its affiliates