Home » openjdk-7 » javax » swing » [javadoc | source]
javax.swing
protected class: JTabbedPane.AccessibleJTabbedPane [javadoc | source]
java.lang.Object
   AccessibleJComponent
      javax.swing.JTabbedPane$AccessibleJTabbedPane

All Implemented Interfaces:
    AccessibleSelection, ChangeListener

This class implements accessibility support for the JTabbedPane class. It provides an implementation of the Java Accessibility API appropriate to tabbed 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 JavaBeansTM has been added to the java.beans package. Please see java.beans.XMLEncoder .
Constructor:
 public AccessibleJTabbedPane() 
Method from javax.swing.JTabbedPane$AccessibleJTabbedPane Summary:
addAccessibleSelection,   clearAccessibleSelection,   getAccessibleAt,   getAccessibleChild,   getAccessibleChildrenCount,   getAccessibleName,   getAccessibleRole,   getAccessibleSelection,   getAccessibleSelection,   getAccessibleSelectionCount,   isAccessibleChildSelected,   removeAccessibleSelection,   selectAllAccessibleSelection,   stateChanged
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.JTabbedPane$AccessibleJTabbedPane Detail:
 public  void addAccessibleSelection(int i) 
 public  void clearAccessibleSelection() 
 public Accessible getAccessibleAt(Point p) 
    Returns the Accessible child contained at the local coordinate Point, if one exists. Otherwise returns the currently selected tab.
 public Accessible getAccessibleChild(int i) 
    Return the specified Accessible child of the object.
 public int getAccessibleChildrenCount() 
    Returns the number of accessible children in the object.
 public String getAccessibleName() 
    Returns the accessible name of this object, or {@code null} if there is no accessible name.
 public AccessibleRole getAccessibleRole() 
    Get the role of this object.
 public AccessibleSelection getAccessibleSelection() 
    Gets the AccessibleSelection associated with this object. In the implementation of the Java Accessibility API for this class, returns this object, which is responsible for implementing the AccessibleSelection interface on behalf of itself.
 public Accessible getAccessibleSelection(int i) 
 public int getAccessibleSelectionCount() 
 public boolean isAccessibleChildSelected(int i) 
 public  void removeAccessibleSelection(int i) 
 public  void selectAllAccessibleSelection() 
 public  void stateChanged(ChangeEvent e)