API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. JTree.AccessibleJTree.AccessibleJTreeNode View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      AccessibleContext
          JTree.AccessibleJTree.AccessibleJTreeNode
Implements
 Accessible
 AccessibleComponent
 AccessibleSelection
 AccessibleAction
Subclasses
Description
protected class JTree.AccessibleJTree.AccessibleJTreeNode
  This class implements accessibility support for the JTree child.
See also:   
Constructors
public JTree.AccessibleJTree.AccessibleJTreeNode (JTree t, TreePath p, Accessible ap)
  Constructs an AccessibleJTreeNode
Methods
Hide/Show inherited methods
public void addAccessibleSelection (int i) [Specified in AccessibleSelection]
  Adds the specified selected item in the object to the object's selection.
public void addFocusListener (FocusListener l) [Specified in AccessibleComponent]
public void addPropertyChangeListener (PropertyChangeListener l) [Overrides AccessibleContext]
  Add a PropertyChangeListener to the listener list.
public void clearAccessibleSelection () [Specified in AccessibleSelection]
Clears the selection in the object, so that nothing in the object is selected.
public boolean contains (Point p) [Specified in AccessibleComponent]
public boolean doAccessibleAction (int i) [Specified in AccessibleAction]
  Perform the specified Action on the tree node.
public void firePropertyChange (String propertyName, Object oldValue, Object newValue) [Inherited From AccessibleContext]
  Support for reporting bound property changes.
public AccessibleAction getAccessibleAction () [Overrides AccessibleContext]
  Get the AccessibleAction associated with this object.
public int getAccessibleActionCount () [Specified in AccessibleAction]
  Returns the number of accessible actions available in this tree node.
public String getAccessibleActionDescription (int i) [Specified in AccessibleAction]
  Return a description of the specified action of the tree node.
public Accessible getAccessibleAt (Point p) [Specified in AccessibleComponent]
  Returns the Accessible child, if one exists, contained at the local coordinate Point.
public Accessible getAccessibleChild (int i) [Specified in AccessibleContext]
  Return the specified Accessible child of the object.
public int getAccessibleChildrenCount () [Specified in AccessibleContext]
  Returns the number of accessible children in the object.
public AccessibleComponent getAccessibleComponent () [Overrides AccessibleContext]
  Get the AccessibleComponent associated with this object.
public AccessibleContext getAccessibleContext () [Specified in Accessible]
  Get the AccessibleContext associated with this tree node.
public String getAccessibleDescription () [Overrides AccessibleContext]
  Get the accessible description of this object.
public AccessibleEditableText getAccessibleEditableText () [Inherited From AccessibleContext]
  Gets the AccessibleEditableText associated with this object presenting editable text on the display.
public AccessibleIcon getAccessibleIcon () [Inherited From AccessibleContext]
  Gets the AccessibleIcons associated with an object that has one or more associated icons
public int getAccessibleIndexInParent () [Specified in AccessibleContext]
  Get the index of this object in its accessible parent.
public String getAccessibleName () [Overrides AccessibleContext]
  Get the accessible name of this object.
public Accessible getAccessibleParent () [Overrides AccessibleContext]
  Get the Accessible parent of this object.
public AccessibleRelationSet getAccessibleRelationSet () [Inherited From AccessibleContext]
  Gets the AccessibleRelationSet associated with an object
public AccessibleRole getAccessibleRole () [Specified in AccessibleContext]
  Get the role of this object.
public AccessibleSelection getAccessibleSelection () [Overrides AccessibleContext]
  Get the AccessibleSelection associated with this object if one exists.
public Accessible getAccessibleSelection (int i) [Specified in AccessibleSelection]
  Returns an Accessible representing the specified selected item in the object.
public int getAccessibleSelectionCount () [Specified in AccessibleSelection]
  Returns the number of items currently selected.
public AccessibleStateSet getAccessibleStateSet () [Specified in AccessibleContext]
  Get the state set of this object.
public AccessibleTable getAccessibleTable () [Inherited From AccessibleContext]
  Gets the AccessibleTable associated with an object
public AccessibleText getAccessibleText () [Overrides AccessibleContext]
  Get the AccessibleText associated with this object if one exists.
public AccessibleValue getAccessibleValue () [Overrides AccessibleContext]
  Get the AccessibleValue associated with this object if one exists.
public Color getBackground () [Specified in AccessibleComponent]
  Get the background color of this object.
public Rectangle getBounds () [Specified in AccessibleComponent]
public Cursor getCursor () [Specified in AccessibleComponent]
public Font getFont () [Specified in AccessibleComponent]
public FontMetrics getFontMetrics (Font f) [Specified in AccessibleComponent]
public Color getForeground () [Specified in AccessibleComponent]
  Get the foreground color of this object.
public Locale getLocale () [Specified in AccessibleContext]
  Gets the locale of the component.
public Point getLocation () [Specified in AccessibleComponent]
protected Point getLocationInJTree ()
public Point getLocationOnScreen () [Specified in AccessibleComponent]
public Dimension getSize () [Specified in AccessibleComponent]
public boolean isAccessibleChildSelected (int i) [Specified in AccessibleSelection]
  Returns true if the current child of this object is selected.
public boolean isEnabled () [Specified in AccessibleComponent]
public boolean isFocusTraversable () [Specified in AccessibleComponent]
public boolean isShowing () [Specified in AccessibleComponent]
public boolean isVisible () [Specified in AccessibleComponent]
public void removeAccessibleSelection (int i) [Specified in AccessibleSelection]
  Removes the specified selected item in the object from the object's selection.
public void removeFocusListener (FocusListener l) [Specified in AccessibleComponent]
public void removePropertyChangeListener (PropertyChangeListener l) [Overrides AccessibleContext]
  Remove a PropertyChangeListener from the listener list.
public void requestFocus () [Specified in AccessibleComponent]
public void selectAllAccessibleSelection () [Specified in AccessibleSelection]
Causes every selected item in the object to be selected if the object supports multiple selections.
public void setAccessibleDescription (String s) [Overrides AccessibleContext]
  Set the accessible description of this object.
public void setAccessibleName (String s) [Overrides AccessibleContext]
  Set the localized accessible name of this object.
public void setAccessibleParent (Accessible a) [Inherited From AccessibleContext]
  Sets the Accessible parent of this object.
public void setBackground (Color c) [Specified in AccessibleComponent]
  Set the background color of this object.
public void setBounds (Rectangle r) [Specified in AccessibleComponent]
public void setCursor (Cursor c) [Specified in AccessibleComponent]
public void setEnabled (boolean b) [Specified in AccessibleComponent]
public void setFont (Font f) [Specified in AccessibleComponent]
public void setForeground (Color c) [Specified in AccessibleComponent]
public void setLocation (Point p) [Specified in AccessibleComponent]
public void setSize (Dimension d) [Specified in AccessibleComponent]
public void setVisible (boolean b) [Specified in AccessibleComponent]
Fields
Hide/Show inherited fields
publicfinalstatic String ACCESSIBLE_ACTION_PROPERTY = "accessibleActionProperty" [Inherited From AccessibleContext]
  Constant used to indicate that the supported set of actions has changed.
publicfinalstatic String ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY = "AccessibleActiveDescendant" [Inherited From AccessibleContext]
  Constant used to determine when the active descendant of a component has changed.
publicfinalstatic String ACCESSIBLE_CARET_PROPERTY = "AccessibleCaret" [Inherited From AccessibleContext]
  Constant used to determine when the accessibleText caret has changed.
publicfinalstatic String ACCESSIBLE_CHILD_PROPERTY = "AccessibleChild" [Inherited From AccessibleContext]
  Constant used to determine when Accessible children are added/removed from the object.
publicfinalstatic String ACCESSIBLE_COMPONENT_BOUNDS_CHANGED = "accessibleComponentBoundsChanged" [Inherited From AccessibleContext]
  PropertyChangeEvent which indicates that a change has occurred in a component's bounds.
publicfinalstatic String ACCESSIBLE_DESCRIPTION_PROPERTY = "AccessibleDescription" [Inherited From AccessibleContext]
  Constant used to determine when the accessibleDescription property has changed.
publicfinalstatic String ACCESSIBLE_HYPERTEXT_OFFSET = "AccessibleHypertextOffset" [Inherited From AccessibleContext]
  Constant used to indicate that a hypertext element has received focus.
publicfinalstatic String ACCESSIBLE_INVALIDATE_CHILDREN = "accessibleInvalidateChildren" [Inherited From AccessibleContext]
  PropertyChangeEvent which indicates that a significant change has occurred to the children of a component like a tree or text.
publicfinalstatic String ACCESSIBLE_NAME_PROPERTY = "AccessibleName" [Inherited From AccessibleContext]
  Constant used to determine when the accessibleName property has changed.
publicfinalstatic String ACCESSIBLE_SELECTION_PROPERTY = "AccessibleSelection" [Inherited From AccessibleContext]
  Constant used to determine when the accessibleSelection has changed.
publicfinalstatic String ACCESSIBLE_STATE_PROPERTY = "AccessibleState" [Inherited From AccessibleContext]
  Constant used to determine when the accessibleStateSet property has changed.
publicfinalstatic String ACCESSIBLE_TABLE_CAPTION_CHANGED = "accessibleTableCaptionChanged" [Inherited From AccessibleContext]
  Constant used to indicate that the table caption has changed The old value in the PropertyChangeEvent will be an Accessible representing the previous table caption and the new value will be an Accessible representing the new table caption.
publicfinalstatic String ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED = "accessibleTableColumnDescriptionChanged" [Inherited From AccessibleContext]
  Constant used to indicate that the column description has changed The old value in the PropertyChangeEvent will be null and the new value will be an Integer representing the column index.
publicfinalstatic String ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED = "accessibleTableColumnHeaderChanged" [Inherited From AccessibleContext]
  Constant used to indicate that the column header has changed The old value in the PropertyChangeEvent will be null and the new value will be an AccessibleTableModelChange representing the header change.
publicfinalstatic String ACCESSIBLE_TABLE_MODEL_CHANGED = "accessibleTableModelChanged" [Inherited From AccessibleContext]
  Constant used to indicate that table data has changed.
publicfinalstatic String ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED = "accessibleTableRowDescriptionChanged" [Inherited From AccessibleContext]
  Constant used to indicate that the row description has changed The old value in the PropertyChangeEvent will be null and the new value will be an Integer representing the row index.
publicfinalstatic String ACCESSIBLE_TABLE_ROW_HEADER_CHANGED = "accessibleTableRowHeaderChanged" [Inherited From AccessibleContext]
  Constant used to indicate that the row header has changed The old value in the PropertyChangeEvent will be null and the new value will be an AccessibleTableModelChange representing the header change.
publicfinalstatic String ACCESSIBLE_TABLE_SUMMARY_CHANGED = "accessibleTableSummaryChanged" [Inherited From AccessibleContext]
  Constant used to indicate that the table summary has changed The old value in the PropertyChangeEvent will be an Accessible representing the previous table summary and the new value will be an Accessible representing the new table summary.
publicfinalstatic String ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED = "accessibleTextAttributesChanged" [Inherited From AccessibleContext]
  PropertyChangeEvent which indicates that text attributes have changed.
publicfinalstatic String ACCESSIBLE_TEXT_PROPERTY = "AccessibleText" [Inherited From AccessibleContext]
  PropertyChangeEvent which indicates that text has changed.
publicfinalstatic String ACCESSIBLE_VALUE_PROPERTY = "AccessibleValue" [Inherited From AccessibleContext]
  Constant used to determine when the accessibleValue property has changed.
publicfinalstatic String ACCESSIBLE_VISIBLE_DATA_PROPERTY = "AccessibleVisibleData" [Inherited From AccessibleContext]
  Constant used to determine when the visual appearance of the object has changed.
protected String accessibleDescription [Inherited From AccessibleContext]
  A localized String containing the description of the object.
protected String accessibleName [Inherited From AccessibleContext]
  A localized String containing the name of the object.
protected Accessible accessibleParent [Inherited From AccessibleContext]
  The accessible parent of this object.
publicfinalstatic String CLICK [Inherited From AccessibleAction]
  An action which causes a component to execute its default action.
publicfinalstatic String DECREMENT [Inherited From AccessibleAction]
  An action which decrements a value.
publicfinalstatic String INCREMENT [Inherited From AccessibleAction]
  An action which increments a value.
publicfinalstatic String TOGGLE_EXPAND [Inherited From AccessibleAction]
  An action which causes a tree node to collapse if expanded and expand if collapsed.
publicfinalstatic String TOGGLE_POPUP [Inherited From AccessibleAction]
  An action which causes a popup to become visible if it is hidden and hidden if it is visible.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar