Uses of Interface
javax.accessibility.AccessibleAction
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Defines a contract between user-interface components and an assistive
technology that provides access to those components.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of AccessibleAction in java.awt
Modifier and TypeClassDescriptionprotected class
This class implements accessibility support for theButton
class.protected class
This class implements accessibility support for theCheckbox
class.protected class
Inner class of CheckboxMenuItem used to provide default support for accessibility.protected class
This class implements accessibility support for theChoice
class.protected class
Inner class of Menu used to provide default support for accessibility.protected class
Inner class of MenuItem used to provide default support for accessibility.protected class
Inner class of PopupMenu used to provide default support for accessibility.Modifier and TypeMethodDescriptionButton.AccessibleAWTButton.getAccessibleAction()
Get the AccessibleAction associated with this object.Checkbox.AccessibleAWTCheckbox.getAccessibleAction()
Get the AccessibleAction associated with this object.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem.getAccessibleAction()
Get the AccessibleAction associated with this object.Choice.AccessibleAWTChoice.getAccessibleAction()
Get the AccessibleAction associated with this object.MenuItem.AccessibleAWTMenuItem.getAccessibleAction()
Get the AccessibleAction associated with this object. -
Uses of AccessibleAction in javax.accessibility
Modifier and TypeClassDescriptionclass
Encapsulation of a link, or set of links (e.g. client side imagemap) in a Hypertext documentModifier and TypeMethodDescriptionAccessibleContext.getAccessibleAction()
Gets theAccessibleAction
associated with this object that supports one or more actions. -
Uses of AccessibleAction in javax.swing
Modifier and TypeClassDescriptionprotected class
This class implements accessibility support for theAbstractButton
class.protected class
This class implements accessibility support for theJButton
class.protected class
This class implements accessibility support for theJCheckBox
class.protected class
This class implements accessibility support for theJCheckBoxMenuItem
class.protected class
This class implements accessibility support for theJComboBox
class.protected class
This class implements accessibility support for theJEditorPane
class.protected class
This class provides support forAccessibleHypertext
, and is used in instances where theEditorKit
installed in thisJEditorPane
is an instance ofHTMLEditorKit
.protected class
What's returned byAccessibleJEditorPaneHTML.getAccessibleText
.class
An HTML link.protected class
This class implements accessibility support appropriate for list children.protected class
This class implements accessibility support for theJMenu
class.protected class
This class implements accessibility support for theJMenuItem
class.protected class
This class implements accessibility support for theJPasswordField
class.protected class
This class implements accessibility support for theJRadioButton
class.protected class
This class implements accessibility support for theJRadioButtonMenuItem
class.protected class
This class implements accessibility support for theJSlider
class.protected class
AccessibleJSpinner
implements accessibility support for theJSpinner
class.protected class
This class implements accessibility support for theJTextArea
class.protected class
This class implements accessibility support for theJTextField
class.protected class
This class implements accessibility support for theJToggleButton
class.protected class
This class implements accessibility support for theJTree
child.Modifier and TypeMethodDescriptionAbstractButton.AccessibleAbstractButton.getAccessibleAction()
Get the AccessibleAction associated with this object.JComboBox.AccessibleJComboBox.getAccessibleAction()
Get the AccessibleAction associated with this object.JList.AccessibleJList.AccessibleJListChild.getAccessibleAction()
Gets theAccessibleAction
associated with this object that supports one or more actions.JSlider.AccessibleJSlider.getAccessibleAction()
Gets the AccessibleAction associated with this object that supports one or more actions.JSpinner.AccessibleJSpinner.getAccessibleAction()
Gets the AccessibleAction associated with this object that supports one or more actions.JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleAction()
Gets theAccessibleAction
associated with this object if one exists.JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleAction()
Get the AccessibleAction associated with this object. -
Uses of AccessibleAction in javax.swing.text
Modifier and TypeClassDescriptionclass
This class implements accessibility support for theJTextComponent
class.