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.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 | Class | Description |
---|---|---|
protected class |
Applet.AccessibleApplet
This class implements accessibility support for the
Applet class. |
Modifier and Type | Class | Description |
---|---|---|
protected class |
Dialog.AccessibleAWTDialog
This class implements accessibility support for the
Dialog class. |
|
protected class |
Frame.AccessibleAWTFrame
This class implements accessibility support for the
Frame class. |
|
protected class |
Panel.AccessibleAWTPanel
This class implements accessibility support for the
Panel class. |
|
protected class |
ScrollPane.AccessibleAWTScrollPane
This class implements accessibility support for the
ScrollPane class. |
|
protected class |
Window.AccessibleAWTWindow
This class implements accessibility support for the
Window class. |
Modifier and Type | Class | Description |
---|---|---|
protected class |
AbstractButton.AccessibleAbstractButton
This class implements accessibility support for the
AbstractButton class. |
|
protected class |
Box.AccessibleBox
This class implements accessibility support for the
Box class. |
|
protected class |
CellRendererPane.AccessibleCellRendererPane
This class implements accessibility support for the
CellRendererPane class. |
|
protected class |
JApplet.AccessibleJApplet
This class implements accessibility support for the
JApplet class. |
|
protected class |
JButton.AccessibleJButton
This class implements accessibility support for the
JButton class. |
|
protected class |
JCheckBox.AccessibleJCheckBox
This class implements accessibility support for the
JCheckBox class. |
|
protected class |
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
This class implements accessibility support for the
JCheckBoxMenuItem class. |
|
protected class |
JColorChooser.AccessibleJColorChooser
This class implements accessibility support for the
JColorChooser class. |
|
protected class |
JComboBox.AccessibleJComboBox
This class implements accessibility support for the
JComboBox class. |
|
class |
JComponent.AccessibleJComponent
Inner class of JComponent used to provide default support for
accessibility.
|
|
protected class |
JDesktopPane.AccessibleJDesktopPane
This class implements accessibility support for the
JDesktopPane class. |
|
protected class |
JDialog.AccessibleJDialog
This class implements accessibility support for the
JDialog class. |
|
protected class |
JEditorPane.AccessibleJEditorPane
This class implements accessibility support for the
JEditorPane class. |
|
protected class |
JEditorPane.AccessibleJEditorPaneHTML
This class provides support for
AccessibleHypertext ,
and is used in instances where the EditorKit
installed in this JEditorPane is an instance of
HTMLEditorKit . |
|
protected class |
JEditorPane.JEditorPaneAccessibleHypertextSupport
What's returned by
AccessibleJEditorPaneHTML.getAccessibleText . |
|
protected class |
JFileChooser.AccessibleJFileChooser
This class implements accessibility support for the
JFileChooser class. |
|
protected class |
JFrame.AccessibleJFrame
This class implements accessibility support for the
JFrame class. |
|
protected class |
JInternalFrame.AccessibleJInternalFrame
This class implements accessibility support for the
JInternalFrame class. |
|
protected class |
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
This class implements accessibility support for the
JInternalFrame.JDesktopIcon class. |
|
protected class |
JLabel.AccessibleJLabel
The class used to obtain the accessible role for this object.
|
|
protected class |
JLayeredPane.AccessibleJLayeredPane
This class implements accessibility support for the
JLayeredPane class. |
|
protected class |
JList.AccessibleJList
This class implements accessibility support for the
JList class. |
|
protected class |
JMenu.AccessibleJMenu
This class implements accessibility support for the
JMenu class. |
|
protected class |
JMenuBar.AccessibleJMenuBar
This class implements accessibility support for the
JMenuBar class. |
|
protected class |
JMenuItem.AccessibleJMenuItem
This class implements accessibility support for the
JMenuItem class. |
|
protected class |
JOptionPane.AccessibleJOptionPane
This class implements accessibility support for the
JOptionPane class. |
|
protected class |
JPanel.AccessibleJPanel
This class implements accessibility support for the
JPanel class. |
|
protected class |
JPasswordField.AccessibleJPasswordField
This class implements accessibility support for the
JPasswordField class. |
|
protected class |
JPopupMenu.AccessibleJPopupMenu
This class implements accessibility support for the
JPopupMenu class. |
|
protected class |
JProgressBar.AccessibleJProgressBar
This class implements accessibility support for the
JProgressBar class. |
|
protected class |
JRadioButton.AccessibleJRadioButton
This class implements accessibility support for the
JRadioButton class. |
|
protected class |
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
This class implements accessibility support for the
JRadioButtonMenuItem class. |
|
protected class |
JRootPane.AccessibleJRootPane
This class implements accessibility support for the
JRootPane class. |
|
protected class |
JScrollBar.AccessibleJScrollBar
This class implements accessibility support for the
JScrollBar class. |
|
protected class |
JScrollPane.AccessibleJScrollPane
This class implements accessibility support for the
JScrollPane class. |
|
protected class |
JSeparator.AccessibleJSeparator
This class implements accessibility support for the
JSeparator class. |
|
protected class |
JSlider.AccessibleJSlider
This class implements accessibility support for the
JSlider class. |
|
protected class |
JSpinner.AccessibleJSpinner
AccessibleJSpinner implements accessibility
support for the JSpinner class. |
|
protected class |
JSplitPane.AccessibleJSplitPane
This class implements accessibility support for the
JSplitPane class. |
|
protected class |
JTabbedPane.AccessibleJTabbedPane
This class implements accessibility support for the
JTabbedPane class. |
|
protected class |
JTable.AccessibleJTable
This class implements accessibility support for the
JTable class. |
|
protected class |
JTextArea.AccessibleJTextArea
This class implements accessibility support for the
JTextArea class. |
|
protected class |
JTextField.AccessibleJTextField
This class implements accessibility support for the
JTextField class. |
|
protected class |
JToggleButton.AccessibleJToggleButton
This class implements accessibility support for the
JToggleButton class. |
|
protected class |
JToolBar.AccessibleJToolBar
This class implements accessibility support for the
JToolBar class. |
|
protected class |
JToolTip.AccessibleJToolTip
This class implements accessibility support for the
JToolTip class. |
|
protected class |
JTree.AccessibleJTree
This class implements accessibility support for the
JTree class. |
|
protected class |
JViewport.AccessibleJViewport
This class implements accessibility support for the
JViewport class. |
|
protected class |
JWindow.AccessibleJWindow
This class implements accessibility support for the
JWindow class. |
Modifier and Type | Class | Description |
---|---|---|
protected class |
JTableHeader.AccessibleJTableHeader
This class implements accessibility support for the
JTableHeader class. |
Modifier and Type | Class | Description |
---|---|---|
class |
JTextComponent.AccessibleJTextComponent
This class implements accessibility support for the
JTextComponent class. |
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, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
Scripting on this page tracks web page traffic, but does not change the content in any way.