Package Summary  Overview Summary

class:JTableHeader.AccessibleJTableHeader [NONE]

  • All Implemented Interfaces:
    Serializable, AccessibleComponent, AccessibleExtendedComponent
    Enclosing class:
    JTableHeader

    protected class JTableHeader.AccessibleJTableHeader
    extends JComponent.AccessibleJComponent
    
    This class implements accessibility support for the JTableHeader class. It provides an implementation of the Java Accessibility API appropriate to table header 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.

    See Also:
    Serialized Form

constructor:<init>() [NONE]

  • AccessibleJTableHeader

    protected AccessibleJTableHeader()

method:getAccessibleRole() [NONE]

method:getAccessibleAt(java.awt.Point) [NONE]

  • getAccessibleAt

    public Accessible getAccessibleAt​(Point p)
    Returns the Accessible child, if one exists, contained at the local coordinate Point.
    Specified by:
    getAccessibleAt in interface AccessibleComponent
    Overrides:
    getAccessibleAt in class Container.AccessibleAWTContainer
    Parameters:
    p - The point defining the top-left corner of the Accessible, given in the coordinate space of the object's parent.
    Returns:
    the Accessible, if it exists, at the specified location; else null

method:getAccessibleChildrenCount() [NONE]

  • getAccessibleChildrenCount

    public int getAccessibleChildrenCount()
    Returns the number of accessible children in the object. If all of the children of this object implement Accessible, than this method should return the number of children of this object.
    Overrides:
    getAccessibleChildrenCount in class JComponent.AccessibleJComponent
    Returns:
    the number of accessible children in the object.

method:getAccessibleChild(int) [NONE]

© 2019 Oracle Corporation and/or its affiliates