Uses of Class
javax.accessibility.AccessibleStateSet
Package
Description
Provides a collection of interfaces and classes that compose the Java Accessibility
Utilities.
Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context.
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.
Provides classes and interfaces for dealing with
javax.swing.JTable
.Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of AccessibleStateSet in com.sun.java.accessibility.util
Modifier and TypeMethodDescriptionTranslator.getAccessibleStateSet()
Get the state of this object, given an already populated state. -
Uses of AccessibleStateSet in java.applet
Modifier and TypeMethodDescriptionApplet.AccessibleApplet.getAccessibleStateSet()
Get the state of this object. -
Uses of AccessibleStateSet in java.awt
Modifier and TypeMethodDescriptionCheckbox.AccessibleAWTCheckbox.getAccessibleStateSet()
Get the state set of this object.Component.AccessibleAWTComponent.getAccessibleStateSet()
Gets the state of this object.Dialog.AccessibleAWTDialog.getAccessibleStateSet()
Get the state of this object.Frame.AccessibleAWTFrame.getAccessibleStateSet()
Get the state of this object.List.AccessibleAWTList.AccessibleAWTListChild.getAccessibleStateSet()
Get the state set of this object.List.AccessibleAWTList.getAccessibleStateSet()
Get the state set of this object.MenuComponent.AccessibleAWTMenuComponent.getAccessibleStateSet()
Gets the state of this object.Scrollbar.AccessibleAWTScrollBar.getAccessibleStateSet()
Get the state set of this object.TextArea.AccessibleAWTTextArea.getAccessibleStateSet()
Gets the state set of this object.TextComponent.AccessibleAWTTextComponent.getAccessibleStateSet()
Gets the state set of the TextComponent.TextField.AccessibleAWTTextField.getAccessibleStateSet()
Gets the state set of this object.Window.AccessibleAWTWindow.getAccessibleStateSet()
Get the state of this object. -
Uses of AccessibleStateSet in javax.accessibility
Modifier and TypeMethodDescriptionabstract AccessibleStateSet
AccessibleContext.getAccessibleStateSet()
Gets the state set of this object. -
Uses of AccessibleStateSet in javax.swing
Modifier and TypeMethodDescriptionAbstractButton.AccessibleAbstractButton.getAccessibleStateSet()
Get the state set of this object.ImageIcon.AccessibleImageIcon.getAccessibleStateSet()
Gets the state of this object.JComboBox.AccessibleJComboBox.getAccessibleStateSet()
Gets the state set of this object.JComponent.AccessibleJComponent.getAccessibleStateSet()
Gets the state of this object.JDialog.AccessibleJDialog.getAccessibleStateSet()
Get the state of this object.JEditorPane.AccessibleJEditorPane.getAccessibleStateSet()
Gets the state set of this object.JFrame.AccessibleJFrame.getAccessibleStateSet()
Get the state of this object.JList.AccessibleJList.AccessibleJListChild.getAccessibleStateSet()
JList.AccessibleJList.getAccessibleStateSet()
Get the state set of this object.JMenuBar.AccessibleJMenuBar.getAccessibleStateSet()
Get the accessible state set of this object.JProgressBar.AccessibleJProgressBar.getAccessibleStateSet()
Gets the state set of this object.JScrollBar.AccessibleJScrollBar.getAccessibleStateSet()
Get the state set of this object.JSlider.AccessibleJSlider.getAccessibleStateSet()
Get the state set of this object.JSplitPane.AccessibleJSplitPane.getAccessibleStateSet()
Gets the state set of this object.JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleStateSet()
Gets the state set of this object.JTextArea.AccessibleJTextArea.getAccessibleStateSet()
Gets the state set of this object.JTextField.AccessibleJTextField.getAccessibleStateSet()
Gets the state set of this object.JToolBar.AccessibleJToolBar.getAccessibleStateSet()
Get the state of this object.JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleStateSet()
Get the state set of this object.ProgressMonitor.AccessibleProgressMonitor.getAccessibleStateSet()
Gets the state set of this object.static AccessibleStateSet
SwingUtilities.getAccessibleStateSet
(Component c) Get the state of this object. -
Uses of AccessibleStateSet in javax.swing.table
Modifier and TypeMethodDescriptionJTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleStateSet()
-
Uses of AccessibleStateSet in javax.swing.text
Modifier and TypeMethodDescriptionJTextComponent.AccessibleJTextComponent.getAccessibleStateSet()
Gets the state set of the JTextComponent.