Uses of Interface
javax.accessibility.AccessibleSelection
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.
-
Uses of AccessibleSelection in java.awt
Modifier and TypeClassDescriptionprotected class
Inner class of CheckboxMenuItem used to provide default support for accessibility.protected class
This class implements accessibility support for theList
class.protected class
Inner class of Menu used to provide default support for accessibility.protected class
Inner class of MenuBar used to provide default support for accessibility.protected class
Inner class ofMenuComponent
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 TypeMethodDescriptionList.AccessibleAWTList.getAccessibleSelection()
Get the AccessibleSelection associated with this object.MenuComponent.AccessibleAWTMenuComponent.getAccessibleSelection()
Gets theAccessibleSelection
associated with this object which allows itsAccessible
children to be selected. -
Uses of AccessibleSelection in javax.accessibility
Modifier and TypeMethodDescriptionAccessibleContext.getAccessibleSelection()
Gets theAccessibleSelection
associated with this object which allows itsAccessible
children to be selected. -
Uses of AccessibleSelection in javax.swing
Modifier and TypeClassDescriptionprotected class
This class implements accessibility support for theJComboBox
class.protected class
This class implements accessibility support for theJList
class.protected class
This class implements accessibility support for theJMenu
class.protected class
This class implements accessibility support for theJMenuBar
class.protected class
This class implements accessibility support for theJTabbedPane
class.protected class
This class implements accessibility support for theJTable
class.protected class
This class implements accessibility support for theJTree
class.protected class
This class implements accessibility support for theJTree
child.Modifier and TypeMethodDescriptionJComboBox.AccessibleJComboBox.getAccessibleSelection()
Get the AccessibleSelection associated with this object.JList.AccessibleJList.getAccessibleSelection()
Get the AccessibleSelection associated with this object.JMenu.AccessibleJMenu.getAccessibleSelection()
Get the AccessibleSelection associated with this object.JMenuBar.AccessibleJMenuBar.getAccessibleSelection()
Get the AccessibleSelection associated with this object.JTabbedPane.AccessibleJTabbedPane.getAccessibleSelection()
Gets theAccessibleSelection
associated with this object.JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleSelection()
Gets theAccessibleSelection
associated with this object if one exists.JTable.AccessibleJTable.getAccessibleSelection()
Get the AccessibleSelection associated with this object.JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleSelection()
Get the AccessibleSelection associated with this object if one exists.JTree.AccessibleJTree.getAccessibleSelection()
Get the AccessibleSelection associated with this object.