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 classInner class of CheckboxMenuItem used to provide default support for accessibility.protected classThis class implements accessibility support for theListclass.protected classInner class of Menu used to provide default support for accessibility.protected classInner class of MenuBar used to provide default support for accessibility.protected classInner class ofMenuComponentused to provide default support for accessibility.protected classInner class of MenuItem used to provide default support for accessibility.protected classInner 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 theAccessibleSelectionassociated with this object which allows itsAccessiblechildren to be selected. -
Uses of AccessibleSelection in javax.accessibility
Methods in javax.accessibility that return AccessibleSelection修饰符和类方法描述AccessibleContext.getAccessibleSelection()Gets theAccessibleSelectionassociated with this object which allows itsAccessiblechildren to be selected. -
Uses of AccessibleSelection in javax.swing
Classes in javax.swing that implement AccessibleSelection修饰符和类Class描述protected classThis class implements accessibility support for theJComboBoxclass.protected classThis class implements accessibility support for theJListclass.protected classThis class implements accessibility support for theJMenuclass.protected classThis class implements accessibility support for theJMenuBarclass.protected classThis class implements accessibility support for theJTabbedPaneclass.protected classThis class implements accessibility support for theJTableclass.protected classThis class implements accessibility support for theJTreeclass.protected classThis class implements accessibility support for theJTreechild.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 theAccessibleSelectionassociated with this object.JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleSelection()Gets theAccessibleSelectionassociated 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.