|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |