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

All Implemented Interfaces:
    TreeSelectionListener, TreeModelListener, AccessibleSelection, TreeExpansionListener

This class implements accessibility support for the JTree class. It provides an implementation of the Java Accessibility API appropriate to tree 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 .
Nested Class Summary:
protected class  AccessibleJTree.AccessibleJTreeNode  This class implements accessibility support for the JTree child. It provides an implementation of the Java Accessibility API appropriate to tree nodes. 
Field Summary
 TreePath leadSelectionPath     
 Accessible leadSelectionAccessible     
Constructor:
 public AccessibleJTree() 
Method from javax.swing.JTree$AccessibleJTree Summary:
addAccessibleSelection,   clearAccessibleSelection,   fireVisibleDataPropertyChange,   getAccessibleAt,   getAccessibleChild,   getAccessibleChildrenCount,   getAccessibleIndexInParent,   getAccessibleRole,   getAccessibleSelection,   getAccessibleSelection,   getAccessibleSelectionCount,   isAccessibleChildSelected,   removeAccessibleSelection,   selectAllAccessibleSelection,   treeCollapsed,   treeExpanded,   treeNodesChanged,   treeNodesInserted,   treeNodesRemoved,   treeStructureChanged,   valueChanged
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.JTree$AccessibleJTree Detail:
 public  void addAccessibleSelection(int i) 
    Adds the specified selected item in the object to the object's selection. If the object supports multiple selections, the specified item is added to any existing selection, otherwise it replaces any existing selection in the object. If the specified item is already selected, this method has no effect.
 public  void clearAccessibleSelection() 
    Clears the selection in the object, so that nothing in the object is selected.
 public  void fireVisibleDataPropertyChange() 
    Fire a visible data property change notification. A 'visible' data property is one that represents something about the way the component appears on the display, where that appearance isn't bound to any other property. It notifies screen readers that the visual appearance of the component has changed, so they can notify the user.
 public Accessible getAccessibleAt(Point p) 
    Returns the Accessible child, if one exists, contained at the local coordinate Point. Otherwise returns null.
 public Accessible getAccessibleChild(int i) 
    Return the nth Accessible child of the object.
 public int getAccessibleChildrenCount() 
    Returns the number of top-level children nodes of this JTree. Each of these nodes may in turn have children nodes.
 public int getAccessibleIndexInParent() 
    Get the index of this object in its accessible parent.
 public AccessibleRole getAccessibleRole() 
    Get the role of this object.
 public AccessibleSelection getAccessibleSelection() 
    Get the AccessibleSelection associated with this object. In the implementation of the Java Accessibility API for this class, return this object, which is responsible for implementing the AccessibleSelection interface on behalf of itself.
 public Accessible getAccessibleSelection(int i) 
    Returns an Accessible representing the specified selected item in the object. If there isn't a selection, or there are fewer items selected than the integer passed in, the return value will be null.
 public int getAccessibleSelectionCount() 
    Returns the number of items currently selected. If no items are selected, the return value will be 0.
 public boolean isAccessibleChildSelected(int i) 
    Returns true if the current child of this object is selected.
 public  void removeAccessibleSelection(int i) 
    Removes the specified selected item in the object from the object's selection. If the specified item isn't currently selected, this method has no effect.
 public  void selectAllAccessibleSelection() 
    Causes every selected item in the object to be selected if the object supports multiple selections.
 public  void treeCollapsed(TreeExpansionEvent e) 
    Tree Collapsed notification.
 public  void treeExpanded(TreeExpansionEvent e) 
    Tree Model Expansion notification.
 public  void treeNodesChanged(TreeModelEvent e) 
    Tree Model Node change notification.
 public  void treeNodesInserted(TreeModelEvent e) 
    Tree Model Node change notification.
 public  void treeNodesRemoved(TreeModelEvent e) 
    Tree Model Node change notification.
 public  void treeStructureChanged(TreeModelEvent e) 
    Tree Model structure change change notification.
 public  void valueChanged(TreeSelectionEvent e) 
    Tree Selection Listener value change method. Used to fire the property change