- java.lang.Object
- 
- javax.accessibility.AccessibleContext
- 
- java.awt.Component.AccessibleAWTComponent
- 
- java.awt.Container.AccessibleAWTContainer
- 
- javax.swing.JComponent.AccessibleJComponent
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- AccessibleComponent,- AccessibleExtendedComponent
 - Direct Known Subclasses:
- AbstractButton.AccessibleAbstractButton,- JColorChooser.AccessibleJColorChooser,- JComboBox.AccessibleJComboBox,- JDesktopPane.AccessibleJDesktopPane,- JFileChooser.AccessibleJFileChooser,- JInternalFrame.AccessibleJInternalFrame,- JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon,- JLabel.AccessibleJLabel,- JLayeredPane.AccessibleJLayeredPane,- JList.AccessibleJList,- JMenuBar.AccessibleJMenuBar,- JOptionPane.AccessibleJOptionPane,- JPanel.AccessibleJPanel,- JPopupMenu.AccessibleJPopupMenu,- JProgressBar.AccessibleJProgressBar,- JRootPane.AccessibleJRootPane,- JScrollBar.AccessibleJScrollBar,- JScrollPane.AccessibleJScrollPane,- JSeparator.AccessibleJSeparator,- JSlider.AccessibleJSlider,- JSpinner.AccessibleJSpinner,- JSplitPane.AccessibleJSplitPane,- JTabbedPane.AccessibleJTabbedPane,- JTable.AccessibleJTable,- JTableHeader.AccessibleJTableHeader,- JTextComponent.AccessibleJTextComponent,- JToolBar.AccessibleJToolBar,- JToolTip.AccessibleJToolTip,- JTree.AccessibleJTree,- JViewport.AccessibleJViewport
 - Enclosing class:
- JComponent
 
 public abstract class JComponent.AccessibleJComponent extends Container.AccessibleAWTContainer implements AccessibleExtendedComponent Inner class of JComponent used to provide default support for accessibility. This class is not meant to be used directly by application developers, but is instead meant only to be subclassed by component developers.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.beanspackage. Please seeXMLEncoder.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description protected classJComponent.AccessibleJComponent.AccessibleContainerHandlerFire PropertyChange listener, if one is registered, when children added/removed.protected classJComponent.AccessibleJComponent.AccessibleFocusHandlerDeprecated.This class is no longer used or needed.- 
Nested classes/interfaces declared in class java.awt.Component.AccessibleAWTComponentComponent.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected FocusListeneraccessibleFocusHandlerDeprecated.- 
Fields declared in class java.awt.Container.AccessibleAWTContaineraccessibleContainerHandler
 - 
Fields declared in class java.awt.Component.AccessibleAWTComponentaccessibleAWTComponentHandler, accessibleAWTFocusHandler
 - 
Fields declared in class javax.accessibility.AccessibleContextACCESSIBLE_ACTION_PROPERTY, ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY, ACCESSIBLE_CARET_PROPERTY, ACCESSIBLE_CHILD_PROPERTY, ACCESSIBLE_COMPONENT_BOUNDS_CHANGED, ACCESSIBLE_DESCRIPTION_PROPERTY, ACCESSIBLE_HYPERTEXT_OFFSET, ACCESSIBLE_INVALIDATE_CHILDREN, ACCESSIBLE_NAME_PROPERTY, ACCESSIBLE_SELECTION_PROPERTY, ACCESSIBLE_STATE_PROPERTY, ACCESSIBLE_TABLE_CAPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED, ACCESSIBLE_TABLE_MODEL_CHANGED, ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_ROW_HEADER_CHANGED, ACCESSIBLE_TABLE_SUMMARY_CHANGED, ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED, ACCESSIBLE_TEXT_PROPERTY, ACCESSIBLE_VALUE_PROPERTY, ACCESSIBLE_VISIBLE_DATA_PROPERTY, accessibleDescription, accessibleName, accessibleParent
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAccessibleJComponent()Though the class is abstract, this should be called by all sub-classes.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPropertyChangeListener(PropertyChangeListener listener)Adds a PropertyChangeListener to the listener list.AccessiblegetAccessibleChild(int i)Returns the nth Accessible child of the object.intgetAccessibleChildrenCount()Returns the number of accessible children in the object.StringgetAccessibleDescription()Gets the accessible description of this object.AccessibleKeyBindinggetAccessibleKeyBinding()Returns key bindings associated with this objectStringgetAccessibleName()Gets the accessible name of this object.AccessibleRolegetAccessibleRole()Gets the role of this object.AccessibleStateSetgetAccessibleStateSet()Gets the state of this object.protected StringgetBorderTitle(Border b)Recursively search through the border hierarchy (if it exists) for a TitledBorder with a non-null title.StringgetTitledBorderText()Returns the titled border textStringgetToolTipText()Returns the tool tip textvoidremovePropertyChangeListener(PropertyChangeListener listener)Removes a PropertyChangeListener from the listener list.- 
Methods declared in class java.awt.Container.AccessibleAWTContainergetAccessibleAt
 - 
Methods declared in class java.awt.Component.AccessibleAWTComponentaddFocusListener, contains, getAccessibleComponent, getAccessibleIndexInParent, getAccessibleParent, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocale, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible
 - 
Methods declared in class javax.accessibility.AccessibleContextfirePropertyChange, getAccessibleAction, getAccessibleEditableText, getAccessibleIcon, getAccessibleRelationSet, getAccessibleSelection, getAccessibleTable, getAccessibleText, getAccessibleValue, setAccessibleDescription, setAccessibleName, setAccessibleParent
 - 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface javax.accessibility.AccessibleComponentaddFocusListener, contains, getAccessibleAt, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible
 
- 
 
- 
- 
- 
Field Detail- 
accessibleFocusHandler@Deprecated protected FocusListener accessibleFocusHandler Deprecated.This field duplicates the function of the accessibleAWTFocusHandler field in java.awt.Component.AccessibleAWTComponent, so it has been deprecated.
 
- 
 - 
Method Detail- 
addPropertyChangeListenerpublic void addPropertyChangeListener(PropertyChangeListener listener) Adds a PropertyChangeListener to the listener list.- Overrides:
- addPropertyChangeListenerin class- Container.AccessibleAWTContainer
- Parameters:
- listener- the PropertyChangeListener to be added
- See Also:
- AccessibleContext.ACCESSIBLE_NAME_PROPERTY,- AccessibleContext.ACCESSIBLE_DESCRIPTION_PROPERTY,- AccessibleContext.ACCESSIBLE_STATE_PROPERTY,- AccessibleContext.ACCESSIBLE_VALUE_PROPERTY,- AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY,- AccessibleContext.ACCESSIBLE_TEXT_PROPERTY,- AccessibleContext.ACCESSIBLE_VISIBLE_DATA_PROPERTY
 
 - 
removePropertyChangeListenerpublic void removePropertyChangeListener(PropertyChangeListener listener) Removes a PropertyChangeListener from the listener list. This removes a PropertyChangeListener that was registered for all properties.- Overrides:
- removePropertyChangeListenerin class- Container.AccessibleAWTContainer
- Parameters:
- listener- the PropertyChangeListener to be removed
 
 - 
getBorderTitleprotected String getBorderTitle(Border b) Recursively search through the border hierarchy (if it exists) for a TitledBorder with a non-null title. This does a depth first search on first the inside borders then the outside borders. The assumption is that titles make really pretty inside borders but not very pretty outside borders in compound border situations. It's rather arbitrary, but hopefully decent UI programmers will not create multiple titled borders for the same component.- Parameters:
- b- the- Borderfor which to retrieve its title
- Returns:
- the border's title as a String, null if it has no title
 
 - 
getAccessibleNamepublic String getAccessibleName() Gets the accessible name of this object. This should almost never return java.awt.Component.getName(), as that generally isn't a localized name, and doesn't have meaning for the user. If the object is fundamentally a text object (such as a menu item), the accessible name should be the text of the object (for example, "save"). If the object has a tooltip, the tooltip text may also be an appropriate String to return.- Overrides:
- getAccessibleNamein class- Component.AccessibleAWTComponent
- Returns:
- the localized name of the object -- can be null if this object does not have a name
- See Also:
- AccessibleContext.setAccessibleName(java.lang.String)
 
 - 
getAccessibleDescriptionpublic String getAccessibleDescription() Gets the accessible description of this object. This should be a concise, localized description of what this object is - what is its meaning to the user. If the object has a tooltip, the tooltip text may be an appropriate string to return, assuming it contains a concise description of the object (instead of just the name of the object - for example a "Save" icon on a toolbar that had "save" as the tooltip text shouldn't return the tooltip text as the description, but something like "Saves the current text document" instead).- Overrides:
- getAccessibleDescriptionin class- Component.AccessibleAWTComponent
- Returns:
- the localized description of the object -- can be null if this object does not have a description
- See Also:
- AccessibleContext.setAccessibleDescription(java.lang.String)
 
 - 
getAccessibleRolepublic AccessibleRole getAccessibleRole() Gets the role of this object.- Overrides:
- getAccessibleRolein class- Component.AccessibleAWTComponent
- Returns:
- an instance of AccessibleRole describing the role of the object
- See Also:
- AccessibleRole
 
 - 
getAccessibleStateSetpublic AccessibleStateSet getAccessibleStateSet() Gets the state of this object.- Overrides:
- getAccessibleStateSetin class- Component.AccessibleAWTComponent
- Returns:
- an instance of AccessibleStateSet containing the current state set of the object
- See Also:
- AccessibleState
 
 - 
getAccessibleChildrenCountpublic 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:
- getAccessibleChildrenCountin class- Container.AccessibleAWTContainer
- Returns:
- the number of accessible children in the object.
 
 - 
getAccessibleChildpublic Accessible getAccessibleChild(int i) Returns the nth Accessible child of the object.- Overrides:
- getAccessibleChildin class- Container.AccessibleAWTContainer
- Parameters:
- i- zero-based index of child
- Returns:
- the nth Accessible child of the object
- See Also:
- AccessibleContext.getAccessibleChildrenCount()
 
 - 
getToolTipTextpublic String getToolTipText() Returns the tool tip text- Specified by:
- getToolTipTextin interface- AccessibleExtendedComponent
- Returns:
- the tool tip text, if supported, of the object; otherwise, null
- Since:
- 1.4
 
 - 
getTitledBorderTextpublic String getTitledBorderText() Returns the titled border text- Specified by:
- getTitledBorderTextin interface- AccessibleExtendedComponent
- Returns:
- the titled border text, if supported, of the object; otherwise, null
- Since:
- 1.4
 
 - 
getAccessibleKeyBindingpublic AccessibleKeyBinding getAccessibleKeyBinding() Returns key bindings associated with this object- Specified by:
- getAccessibleKeyBindingin interface- AccessibleExtendedComponent
- Returns:
- the key bindings, if supported, of the object; otherwise, null
- Since:
- 1.4
- See Also:
- AccessibleKeyBinding
 
 
- 
 
-