| java.lang.Object | |||||
| ↳ | javax.accessibility.AccessibleContext | ||||
| ↳ | java.awt.Component.AccessibleAWTComponent | ||||
| ↳ | java.awt.Container.AccessibleAWTContainer | ||||
| ↳ | javax.swing.JComponent.AccessibleJComponent | ||||
| ↳ | javax.swing.table.JTableHeader.AccessibleJTableHeader | ||||
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 JavaBeansTM
 has been added to the java.beans package.
 Please see XMLEncoder.
| Nested Classes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry | This class provides an implementation of the Java Accessibility API appropropriate for JTableHeader entries. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
  [Expand]
   Inherited Constants  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
   From class
javax.accessibility.AccessibleContext
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
  [Expand]
   Inherited Fields  | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
   From class
javax.swing.JComponent.AccessibleJComponent
  | ||||||||||||||||||||
   From class
java.awt.Container.AccessibleAWTContainer
  | ||||||||||||||||||||
   From class
java.awt.Component.AccessibleAWTComponent
  | ||||||||||||||||||||
   From class
javax.accessibility.AccessibleContext
  | ||||||||||||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the Accessible child, if one exists, contained at the local
 coordinate Point. 
  
   | |||||||||||
Return the nth Accessible child of the object. 
  
   | |||||||||||
Returns the number of accessible children in the object. 
  
   | |||||||||||
Get the role of this object. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  javax.swing.JComponent.AccessibleJComponent
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From class
  java.awt.Container.AccessibleAWTContainer
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From class
  java.awt.Component.AccessibleAWTComponent
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From class
  javax.accessibility.AccessibleContext
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From class
  java.lang.Object
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From interface
  javax.accessibility.AccessibleComponent
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From interface
  javax.accessibility.AccessibleExtendedComponent
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Returns the Accessible child, if one exists, contained at the local coordinate Point.
| p | The point defining the top-left corner of the Accessible, given in the coordinate space of the object's parent. | 
|---|
Return the nth Accessible child of the object.
| i | zero-based index of child | 
|---|
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.
Get the role of this object.
