JavaTM 2 Platform
Standard Edition

Uses of Interface
javax.accessibility.AccessibleAction

Packages that use AccessibleAction
javax.accessibility Defines a contract between user-interface components and an assistive technology that provides access to those components. 
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.table Provides classes and interfaces for dealing with java.awt.swing.JTable. 
 

Uses of AccessibleAction in javax.accessibility
 

Classes in javax.accessibility that implement AccessibleAction
 class AccessibleHyperlink
          Encapsulation of a link, or set of links (e.g.
 

Methods in javax.accessibility that return AccessibleAction
 AccessibleAction AccessibleContext.getAccessibleAction()
          Get the AccessibleAction associated with this object that supports one or more actions.
 

Uses of AccessibleAction in javax.swing
 

Classes in javax.swing that implement AccessibleAction
protected  class AbstractButton.AccessibleAbstractButton
          Accessiblity support.
protected  class JButton.AccessibleJButton
          The class used to obtain the accessible role for this object.
protected  class JCheckBox.AccessibleJCheckBox
          The class used to obtain the accessible role for this object.
protected  class JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
          The class used to obtain the accessible role for this object.
protected  class JComboBox.AccessibleJComboBox
          The class used to obtain the accessible role for this object.
 class JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
           
protected  class JMenu.AccessibleJMenu
          The class used to obtain the accessible role for this object.
protected  class JMenuItem.AccessibleJMenuItem
          The class used to obtain the accessible role for this object.
protected  class JRadioButton.AccessibleJRadioButton
          The class used to obtain the accessible role for this object.
protected  class JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
          The class used to obtain the accessible role for this object.
protected  class JToggleButton.AccessibleJToggleButton
          The class used to obtain the accessible role for this object.
protected  class JTree.AccessibleJTree.AccessibleJTreeNode
           
 

Methods in javax.swing that return AccessibleAction
 AccessibleAction JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleAction()
          Get the AccessibleAction associated with this object if one exists.
 AccessibleAction AbstractButton.AccessibleAbstractButton.getAccessibleAction()
          Get the AccessibleAction associated with this object if one exists.
 AccessibleAction JComboBox.AccessibleJComboBox.getAccessibleAction()
          Get the AccessibleAction associated with this object if one exists.
 AccessibleAction JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleAction()
          Get the AccessibleAction associated with this object if one exists.
 AccessibleAction JList.AccessibleJList.AccessibleJListChild.getAccessibleAction()
           
 

Uses of AccessibleAction in javax.swing.table
 

Methods in javax.swing.table that return AccessibleAction
 AccessibleAction JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleAction()
           
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.