| 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.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
CheckboxMenuItem
Inner class of CheckboxMenuItem used to provide default support for accessibility.
|
protected class |
List
This class implements accessibility support for the
List class.
|
protected class |
Menu
Inner class of Menu used to provide default support for accessibility.
|
protected class |
MenuBar
Inner class of MenuBar used to provide default support for accessibility.
|
protected class |
MenuComponent
Inner class of
MenuComponent 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 |
|---|---|
AccessibleSelection |
MenuComponent.AccessibleAWTMenuComponent.getAccessibleSelection()
Gets the
AccessibleSelection associated with this object which allows its
Accessible children to be selected.
|
AccessibleSelection |
List.AccessibleAWTList.getAccessibleSelection()
Get the AccessibleSelection associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleSelection |
AccessibleContext.getAccessibleSelection()
Gets the AccessibleSelection associated with this object which allows its Accessible children to be selected.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
JComboBox
This class implements accessibility support for the
JComboBox class.
|
protected class |
JList
This class implements accessibility support for the
JList class.
|
protected class |
JMenu
This class implements accessibility support for the
JMenu class.
|
protected class |
JMenuBar
This class implements accessibility support for the
JMenuBar class.
|
protected class |
JTabbedPane
This class implements accessibility support for the
JTabbedPane class.
|
protected class |
JTable
This class implements accessibility support for the
JTable class.
|
protected class |
JTree
This class implements accessibility support for the
JTree class.
|
protected class |
JTree
This class implements accessibility support for the
JTree child.
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleSelection |
JComboBox.AccessibleJComboBox.getAccessibleSelection()
Get the AccessibleSelection associated with this object.
|
AccessibleSelection |
JTree.AccessibleJTree.getAccessibleSelection()
Get the AccessibleSelection associated with this object.
|
AccessibleSelection |
JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleSelection()
Get the AccessibleSelection associated with this object if one exists.
|
AccessibleSelection |
JMenu.AccessibleJMenu.getAccessibleSelection()
Get the AccessibleSelection associated with this object.
|
AccessibleSelection |
JTable.AccessibleJTable.getAccessibleSelection()
Get the AccessibleSelection associated with this object.
|
AccessibleSelection |
JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleSelection()
Gets the
AccessibleSelection associated with this object if one exists.
|
AccessibleSelection |
JTabbedPane.AccessibleJTabbedPane.getAccessibleSelection()
Gets the
AccessibleSelection associated with this object.
|
AccessibleSelection |
JList.AccessibleJList.getAccessibleSelection()
Get the AccessibleSelection associated with this object.
|
AccessibleSelection |
JList.AccessibleJList.AccessibleJListChild.getAccessibleSelection()
|
AccessibleSelection |
JMenuBar.AccessibleJMenuBar.getAccessibleSelection()
Get the AccessibleSelection associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleSelection |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleSelection()
|