Uses of Interface
javax.accessibility.AccessibleSelection
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.
|
-
Uses of AccessibleSelection in java.awt
Classes in java.awt that implement AccessibleSelection Modifier and Type Class Description protected class
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Inner class of CheckboxMenuItem used to provide default support for accessibility.protected class
List.AccessibleAWTList
This class implements accessibility support for theList
class.protected class
Menu.AccessibleAWTMenu
Inner class of Menu used to provide default support for accessibility.protected class
MenuBar.AccessibleAWTMenuBar
Inner class of MenuBar used to provide default support for accessibility.protected class
MenuComponent.AccessibleAWTMenuComponent
Inner class ofMenuComponent
used to provide default support for accessibility.protected class
MenuItem.AccessibleAWTMenuItem
Inner class of MenuItem used to provide default support for accessibility.protected class
PopupMenu.AccessibleAWTPopupMenu
Inner class of PopupMenu used to provide default support for accessibility.Methods in java.awt that return AccessibleSelection Modifier and Type Method Description AccessibleSelection
List.AccessibleAWTList. getAccessibleSelection()
Get the AccessibleSelection associated with this object.AccessibleSelection
MenuComponent.AccessibleAWTMenuComponent. getAccessibleSelection()
Gets theAccessibleSelection
associated with this object which allows itsAccessible
children to be selected. -
Uses of AccessibleSelection in javax.accessibility
Methods in javax.accessibility that return AccessibleSelection Modifier and Type Method Description AccessibleSelection
AccessibleContext. getAccessibleSelection()
Gets theAccessibleSelection
associated with this object which allows itsAccessible
children to be selected. -
Uses of AccessibleSelection in javax.swing
Classes in javax.swing that implement AccessibleSelection Modifier and Type Class Description protected class
JComboBox.AccessibleJComboBox
This class implements accessibility support for theJComboBox
class.protected class
JList.AccessibleJList
This class implements accessibility support for theJList
class.protected class
JMenu.AccessibleJMenu
This class implements accessibility support for theJMenu
class.protected class
JMenuBar.AccessibleJMenuBar
This class implements accessibility support for theJMenuBar
class.protected class
JTabbedPane.AccessibleJTabbedPane
This class implements accessibility support for theJTabbedPane
class.protected class
JTable.AccessibleJTable
This class implements accessibility support for theJTable
class.protected class
JTree.AccessibleJTree
This class implements accessibility support for theJTree
class.protected class
JTree.AccessibleJTree.AccessibleJTreeNode
This class implements accessibility support for theJTree
child.Methods in javax.swing that return AccessibleSelection Modifier and Type Method Description AccessibleSelection
JComboBox.AccessibleJComboBox. getAccessibleSelection()
Get the AccessibleSelection associated with this object.AccessibleSelection
JList.AccessibleJList. getAccessibleSelection()
Get the AccessibleSelection associated with this object.AccessibleSelection
JMenu.AccessibleJMenu. getAccessibleSelection()
Get the AccessibleSelection associated with this object.AccessibleSelection
JMenuBar.AccessibleJMenuBar. getAccessibleSelection()
Get the AccessibleSelection associated with this object.AccessibleSelection
JTabbedPane.AccessibleJTabbedPane. getAccessibleSelection()
Gets theAccessibleSelection
associated with this object.AccessibleSelection
JTable.AccessibleJTable.AccessibleJTableCell. getAccessibleSelection()
Gets theAccessibleSelection
associated with this object if one exists.AccessibleSelection
JTable.AccessibleJTable. getAccessibleSelection()
Get the AccessibleSelection associated with this object.AccessibleSelection
JTree.AccessibleJTree.AccessibleJTreeNode. getAccessibleSelection()
Get the AccessibleSelection associated with this object if one exists.AccessibleSelection
JTree.AccessibleJTree. getAccessibleSelection()
Get the AccessibleSelection associated with this object.