Uses of Interface
javax.accessibility.AccessibleSelection
Packages that use AccessibleSelection
包
描述
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
Classes in java.awt that implement AccessibleSelection修饰符和类Class描述protected 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.Methods in java.awt that return AccessibleSelection修饰符和类方法描述List.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
Methods in javax.accessibility that return 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修饰符和类Class描述protected 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.Methods in javax.swing that return AccessibleSelection修饰符和类方法描述JComboBox.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.