| 
Swing 1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessibleContext | |
| 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 java.awt.swing.JTable. | 
| javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. | 
| Uses of AccessibleContext in javax.accessibility | 
| Methods in javax.accessibility that return AccessibleContext | |
 AccessibleContext | 
Accessible.getAccessibleContext()
Returns the AccessibleContext associated with this object.  | 
| Uses of AccessibleContext in javax.swing | 
| Subclasses of AccessibleContext in javax.swing | |
protected  class | 
AbstractButton.AccessibleAbstractButton
Accessiblity support.  | 
protected  class | 
Box.AccessibleBox
 | 
protected  class | 
Box.Filler.AccessibleBoxFiller
 | 
protected  class | 
CellRendererPane.AccessibleCellRendererPane
 | 
protected  class | 
JApplet.AccessibleJApplet
 | 
protected  class | 
JButton.AccessibleJButton
The class used to obtain the accessible role for this object.  | 
protected  class | 
JCheckBox.AccessibleJCheckBox
The class used to obtain the accessible role for this object.  | 
protected  class | 
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
The class used to obtain the accessible role for this object.  | 
protected  class | 
JColorChooser.AccessibleJColorChooser
The class used to obtain the accessible context for this object.  | 
protected  class | 
JComboBox.AccessibleJComboBox
The class used to obtain the accessible role for this object.  | 
 class | 
JComponent.AccessibleJComponent
Inner class of JComponent used to provide default support for accessibility.  | 
protected  class | 
JDesktopPane.AccessibleJDesktopPane
The class used to obtain the accessible role for this object.  | 
protected  class | 
JDialog.AccessibleJDialog
The class used to obtain the AccessibleRole for this object.  | 
protected  class | 
JEditorPane.AccessibleJEditorPane
The class used to obtain the accessible role for this object.  | 
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() Provides support for AccessibleHypertext in case there is an HTML document being displayed in this JEditorPane.  | 
protected  class | 
JFileChooser.AccessibleJFileChooser
The class used to obtain the accessible context for this object.  | 
protected  class | 
JFrame.AccessibleJFrame
The class used to obtain the AccessibleRole for this object.  | 
protected  class | 
JInternalFrame.AccessibleJInternalFrame
The class used to obtain the accessible role for this object.  | 
protected  class | 
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
The class used to obtain the accessible role for this object.  | 
protected  class | 
JLabel.AccessibleJLabel
The class used to obtain the accessible role for this object.  | 
protected  class | 
JLayeredPane.AccessibleJLayeredPane
The class used to obtain the accessible role for this object.  | 
protected  class | 
JList.AccessibleJList
The class used to obtain the accessible role for this object.  | 
protected  class | 
JList.AccessibleJList.AccessibleJListChild
 | 
protected  class | 
JMenu.AccessibleJMenu
The class used to obtain the accessible role for this object.  | 
protected  class | 
JMenuBar.AccessibleJMenuBar
The class used to obtain the accessible role for this object.  | 
protected  class | 
JMenuItem.AccessibleJMenuItem
The class used to obtain the accessible role for this object.  | 
protected  class | 
JOptionPane.AccessibleJOptionPane
Accessiblity support.  | 
protected  class | 
JPanel.AccessibleJPanel
The class used to obtain the accessible role for this object.  | 
protected  class | 
JPasswordField.AccessibleJPasswordField
The class used to obtain the accessible role for this object.  | 
protected  class | 
JPopupMenu.AccessibleJPopupMenu
 | 
protected  class | 
JProgressBar.AccessibleJProgressBar
The class used to obtain the accessible role for this object.  | 
protected  class | 
JRadioButton.AccessibleJRadioButton
The class used to obtain the accessible role for this object.  | 
protected  class | 
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
The class used to obtain the accessible role for this object.  | 
protected  class | 
JRootPane.AccessibleJRootPane
The class used to obtain the accessible role for this object.  | 
protected  class | 
JScrollBar.AccessibleJScrollBar
The class used to obtain the accessible role for this object.  | 
protected  class | 
JScrollPane.AccessibleJScrollPane
The class used to obtain the accessible role for this object.  | 
protected  class | 
JSeparator.AccessibleJSeparator
The class used to obtain the accessible role for this object.  | 
protected  class | 
JSlider.AccessibleJSlider
The class used to obtain the accessible role for this object.  | 
protected  class | 
JSplitPane.AccessibleJSplitPane
The class used to obtain the accessible role for this object.  | 
protected  class | 
JTabbedPane.AccessibleJTabbedPane
The class used to obtain the accessible role for this object.  | 
protected  class | 
JTable.AccessibleJTable
The class used to obtain the accessible role for this object.  | 
protected  class | 
JTable.AccessibleJTable.AccessibleJTableCell
The class used to obtain the AccessibleRole for a cell.  | 
protected  class | 
JTextArea.AccessibleJTextArea
The class used to obtain the accessible role for this object.  | 
protected  class | 
JTextField.AccessibleJTextField
The class used to obtain the accessible role for this object.  | 
protected  class | 
JToggleButton.AccessibleJToggleButton
The class used to obtain the accessible role for this object.  | 
protected  class | 
JToolBar.AccessibleJToolBar
The class used to obtain the accessible role for this object.  | 
protected  class | 
JToolTip.AccessibleJToolTip
The class used to obtain the accessible role for this object.  | 
protected  class | 
JTree.AccessibleJTree
The class used to obtain the accessible role for this object.  | 
protected  class | 
JTree.AccessibleJTree.AccessibleJTreeNode
 | 
protected  class | 
JViewport.AccessibleJViewport
The class used to obtain the accessible role for this object.  | 
protected  class | 
JWindow.AccessibleJWindow
The class used to obtain the AccessibleRole for this object.  | 
| Fields in javax.swing declared as AccessibleContext | |
protected  AccessibleContext | 
JComponent.accessibleContext
--- Accessibility Support --- JComponent will contain all of the methods in interface Accessible, though it won't actally implement the interface - that will be up to the individual objects which extend JComponent.  | 
protected  AccessibleContext | 
JApplet.accessibleContext
 | 
protected  AccessibleContext | 
JColorChooser.accessibleContext
 | 
protected  AccessibleContext | 
JFileChooser.accessibleContext
 | 
protected  AccessibleContext | 
JWindow.accessibleContext
The accessible context property  | 
protected  AccessibleContext | 
Box.accessibleContext
The currently set AccessibleContext object.  | 
protected  AccessibleContext | 
Box.Filler.accessibleContext
The currently set AccessibleContext object.  | 
protected  AccessibleContext | 
JDialog.accessibleContext
 | 
protected  AccessibleContext | 
CellRendererPane.accessibleContext
 | 
protected  AccessibleContext | 
JFrame.accessibleContext
The accessible context property  | 
| Methods in javax.swing that return AccessibleContext | |
 AccessibleContext | 
JComponent.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JEditorPane.getAccessibleContext()
Get the AccessibleContext associated with this JEditorPane.  | 
 AccessibleContext | 
JSlider.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JTree.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleContext()
Get the AccessibleContext associated with this tree node  | 
 AccessibleContext | 
JLabel.getAccessibleContext()
Get the AccessibleContext of this object  | 
 AccessibleContext | 
JInternalFrame.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JInternalFrame.JDesktopIcon.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JToolTip.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JLayeredPane.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JDesktopPane.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JApplet.getAccessibleContext()
Get the AccessibleContext associated with this JApplet  | 
 AccessibleContext | 
JColorChooser.getAccessibleContext()
Get the AccessibleContext associated with this JColorChooser  | 
 AccessibleContext | 
JTextField.getAccessibleContext()
Get the AccessibleContext associated with this JTextField.  | 
 AccessibleContext | 
JPasswordField.getAccessibleContext()
Gets the AccessibleContext associated with this JPasswordField.  | 
 AccessibleContext | 
JToolBar.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JSeparator.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JSplitPane.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JMenuItem.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JRadioButtonMenuItem.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JToggleButton.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JCheckBox.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JScrollBar.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JProgressBar.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JViewport.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JCheckBoxMenuItem.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JMenuBar.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JFileChooser.getAccessibleContext()
Get the AccessibleContext associated with this JFileChooser  | 
 AccessibleContext | 
JScrollPane.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JPopupMenu.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JRadioButton.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JWindow.getAccessibleContext()
Get the AccessibleContext associated with this JWindow  | 
 AccessibleContext | 
JOptionPane.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JRootPane.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JTextArea.getAccessibleContext()
Get the AccessibleContext associated with this JTextArea.  | 
 AccessibleContext | 
Box.getAccessibleContext()
Get the AccessibleContext associated with this JComponent.  | 
 AccessibleContext | 
Box.Filler.getAccessibleContext()
Gets the AccessibleContext associated with this Component.  | 
 AccessibleContext | 
JButton.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JComboBox.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JTabbedPane.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JDialog.getAccessibleContext()
Get the AccessibleContext associated with this JDialog  | 
 AccessibleContext | 
JMenu.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
CellRendererPane.getAccessibleContext()
Get the AccessibleContext associated with this CellRendererPane  | 
 AccessibleContext | 
JTable.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleContext()
Get the AccessibleContext associated with this  | 
 AccessibleContext | 
JFrame.getAccessibleContext()
Get the AccessibleContext associated with this JFrame  | 
 AccessibleContext | 
JList.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JList.AccessibleJList.AccessibleJListChild.getAccessibleContext()
 | 
 AccessibleContext | 
JPanel.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
| Uses of AccessibleContext in javax.swing.table | 
| Subclasses of AccessibleContext in javax.swing.table | |
protected  class | 
JTableHeader.AccessibleJTableHeader
The class used to obtain the accessible role for this object.  | 
protected  class | 
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 | 
| Methods in javax.swing.table that return AccessibleContext | |
 AccessibleContext | 
JTableHeader.getAccessibleContext()
Get the AccessibleContext associated with this JComponent  | 
 AccessibleContext | 
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleContext()
Get the AccessibleContext associated with this  | 
| Uses of AccessibleContext in javax.swing.text | 
| Subclasses of AccessibleContext in javax.swing.text | |
 class | 
JTextComponent.AccessibleJTextComponent
Accessibility implementation for JTextComponent.  | 
| Methods in javax.swing.text that return AccessibleContext | |
 AccessibleContext | 
JTextComponent.getAccessibleContext()
Gets the AccessibleContext associated with this JComponent.  | 
  | 
Swing 1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||