| Package | Description | 
|---|---|
| java.applet | Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context. | 
| 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. | 
| javax.swing.table | Provides classes and interfaces for dealing with
 javax.swing.JTable. | 
| javax.swing.text | Provides classes and interfaces that deal with editable
and noneditable text components. | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessibleStateSet | Applet.AccessibleApplet. getAccessibleStateSet()Get the state of this object. | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessibleStateSet | Frame.AccessibleAWTFrame. getAccessibleStateSet()Get the state of this object. | 
| AccessibleStateSet | Checkbox.AccessibleAWTCheckbox. getAccessibleStateSet()Get the state set of this object. | 
| AccessibleStateSet | MenuComponent.AccessibleAWTMenuComponent. getAccessibleStateSet()Gets the state of this object. | 
| AccessibleStateSet | Dialog.AccessibleAWTDialog. getAccessibleStateSet()Get the state of this object. | 
| AccessibleStateSet | TextArea.AccessibleAWTTextArea. getAccessibleStateSet()Gets the state set of this object. | 
| AccessibleStateSet | TextField.AccessibleAWTTextField. getAccessibleStateSet()Gets the state set of this object. | 
| AccessibleStateSet | Window.AccessibleAWTWindow. getAccessibleStateSet()Get the state of this object. | 
| AccessibleStateSet | TextComponent.AccessibleAWTTextComponent. getAccessibleStateSet()Gets the state set of the TextComponent. | 
| AccessibleStateSet | List.AccessibleAWTList. getAccessibleStateSet()Get the state set of this object. | 
| AccessibleStateSet | List.AccessibleAWTList.AccessibleAWTListChild. getAccessibleStateSet()Get the state set of this object. | 
| AccessibleStateSet | Component.AccessibleAWTComponent. getAccessibleStateSet()Gets the state of this object. | 
| AccessibleStateSet | Scrollbar.AccessibleAWTScrollBar. getAccessibleStateSet()Get the state set of this object. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract AccessibleStateSet | AccessibleContext. getAccessibleStateSet()Gets the state set of this object. | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessibleStateSet | JTextField.AccessibleJTextField. getAccessibleStateSet()Gets the state set of this object. | 
| AccessibleStateSet | JDialog.AccessibleJDialog. getAccessibleStateSet()Get the state of this object. | 
| AccessibleStateSet | JSplitPane.AccessibleJSplitPane. getAccessibleStateSet()Gets the state set of this object. | 
| AccessibleStateSet | JFrame.AccessibleJFrame. getAccessibleStateSet()Get the state of this object. | 
| AccessibleStateSet | ImageIcon.AccessibleImageIcon. getAccessibleStateSet()Gets the state of this object. | 
| AccessibleStateSet | ProgressMonitor.AccessibleProgressMonitor. getAccessibleStateSet()Gets the state set of this object. | 
| AccessibleStateSet | JToolBar.AccessibleJToolBar. getAccessibleStateSet()Get the state of this object. | 
| AccessibleStateSet | JEditorPane.AccessibleJEditorPane. getAccessibleStateSet()Gets the state set of this object. | 
| AccessibleStateSet | JProgressBar.AccessibleJProgressBar. getAccessibleStateSet()Gets the state set of this object. | 
| AccessibleStateSet | JMenuBar.AccessibleJMenuBar. getAccessibleStateSet()Get the accessible state set of this object. | 
| AccessibleStateSet | JTable.AccessibleJTable.AccessibleJTableCell. getAccessibleStateSet()Gets the state set of this object. | 
| AccessibleStateSet | JSlider.AccessibleJSlider. getAccessibleStateSet()Get the state set of this object. | 
| AccessibleStateSet | JTextArea.AccessibleJTextArea. getAccessibleStateSet()Gets the state set of this object. | 
| AccessibleStateSet | JScrollBar.AccessibleJScrollBar. getAccessibleStateSet()Get the state set of this object. | 
| AccessibleStateSet | JComboBox.AccessibleJComboBox. getAccessibleStateSet()Gets the state set of this object. | 
| AccessibleStateSet | JList.AccessibleJList. getAccessibleStateSet()Get the state set of this object. | 
| AccessibleStateSet | JList.AccessibleJList.AccessibleJListChild. getAccessibleStateSet() | 
| AccessibleStateSet | AbstractButton.AccessibleAbstractButton. getAccessibleStateSet()Get the state set of this object. | 
| AccessibleStateSet | JTree.AccessibleJTree.AccessibleJTreeNode. getAccessibleStateSet()Get the state set of this object. | 
| AccessibleStateSet | JComponent.AccessibleJComponent. getAccessibleStateSet()Gets the state of this object. | 
| static AccessibleStateSet | SwingUtilities. getAccessibleStateSet(Component c)Get the state of this object. | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessibleStateSet | JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry. getAccessibleStateSet() | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessibleStateSet | JTextComponent.AccessibleJTextComponent. getAccessibleStateSet()Gets the state set of the JTextComponent. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2017, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.