| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| 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
javax.swing.JTable.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
Button
This class implements accessibility support for the
Button class.
|
protected class |
Checkbox
This class implements accessibility support for the
Checkbox class.
|
protected class |
CheckboxMenuItem
Inner class of CheckboxMenuItem used to provide default support for accessibility.
|
protected class |
Choice
This class implements accessibility support for the
Choice class.
|
protected class |
Menu
Inner class of Menu used to provide default support for accessibility.
|
protected class |
MenuItem
Inner class of MenuItem used to provide default support for accessibility.
|
protected class |
PopupMenu
Inner class of PopupMenu used to provide default support for accessibility.
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleAction |
Choice.AccessibleAWTChoice.getAccessibleAction()
Get the AccessibleAction associated with this object.
|
AccessibleAction |
Checkbox.AccessibleAWTCheckbox.getAccessibleAction()
Get the AccessibleAction associated with this object.
|
AccessibleAction |
MenuItem.AccessibleAWTMenuItem.getAccessibleAction()
Get the AccessibleAction associated with this object.
|
AccessibleAction |
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem.getAccessibleAction()
Get the AccessibleAction associated with this object.
|
AccessibleAction |
Button.AccessibleAWTButton.getAccessibleAction()
Get the AccessibleAction associated with this object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessibleHyperlink
Encapsulation of a link, or set of links (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleAction |
AccessibleContext.getAccessibleAction()
Gets the AccessibleAction associated with this object that supports one or more actions.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractButton
This class implements accessibility support for the
AbstractButton class.
|
protected class |
JButton
This class implements accessibility support for the
JButton class.
|
protected class |
JCheckBox
This class implements accessibility support for the
JCheckBox class.
|
protected class |
JCheckBoxMenuItem
This class implements accessibility support for the
JCheckBoxMenuItem class.
|
protected class |
JComboBox
This class implements accessibility support for the
JComboBox class.
|
protected class |
JEditorPane
This class implements accessibility support for the
JEditorPane class.
|
protected class |
JEditorPane
This class provides support for
AccessibleHypertext, and is used in instances where the
EditorKit installed in this
JEditorPane is an instance of
HTMLEditorKit.
|
protected class |
JEditorPane
What's returned by
AccessibleJEditorPaneHTML.getAccessibleText.
|
class |
JEditorPane
|
protected class |
JMenu
This class implements accessibility support for the
JMenu class.
|
protected class |
JMenuItem
This class implements accessibility support for the
JMenuItem class.
|
protected class |
JPasswordField
This class implements accessibility support for the
JPasswordField class.
|
protected class |
JRadioButton
This class implements accessibility support for the
JRadioButton class.
|
protected class |
JRadioButtonMenuItem
This class implements accessibility support for the
JRadioButtonMenuItem class.
|
protected class |
JSpinner
AccessibleJSpinner implements accessibility support for the
JSpinner class.
|
protected class |
JTextArea
This class implements accessibility support for the
JTextArea class.
|
protected class |
JTextField
This class implements accessibility support for the
JTextField class.
|
protected class |
JToggleButton
This class implements accessibility support for the
JToggleButton class.
|
protected class |
JTree
This class implements accessibility support for the
JTree child.
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleAction |
JComboBox.AccessibleJComboBox.getAccessibleAction()
Get the AccessibleAction associated with this object.
|
AccessibleAction |
JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleAction()
Get the AccessibleAction associated with this object.
|
AccessibleAction |
JSpinner.AccessibleJSpinner.getAccessibleAction()
Gets the AccessibleAction associated with this object that supports one or more actions.
|
AccessibleAction |
AbstractButton.AccessibleAbstractButton.getAccessibleAction()
Get the AccessibleAction associated with this object.
|
AccessibleAction |
JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleAction()
Gets the
AccessibleAction associated with this object if one exists.
|
AccessibleAction |
JList.AccessibleJList.AccessibleJListChild.getAccessibleAction()
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleAction |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleAction()
|
| Modifier and Type | Class and Description |
|---|---|
class |
JTextComponent
This class implements accessibility support for the
JTextComponent class.
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleAction |
JTextComponent.AccessibleJTextComponent.getAccessibleAction()
|