JavaTM 2 Platform
Standard Edition

Uses of Class
javax.swing.JComponent.AccessibleJComponent

Packages that use JComponent.AccessibleJComponent
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 JComponent.AccessibleJComponent in javax.swing
 

Subclasses of JComponent.AccessibleJComponent in javax.swing
protected  class AbstractButton.AccessibleAbstractButton
          Accessiblity support.
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.
protected  class JDesktopPane.AccessibleJDesktopPane
          The class used to obtain the accessible role 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 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 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 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 JViewport.AccessibleJViewport
          The class used to obtain the accessible role for this object.
 

Constructors in javax.swing with parameters of type JComponent.AccessibleJComponent
JComponent.AccessibleJComponent.AccessibleContainerHandler.JComponent.AccessibleJComponent.AccessibleContainerHandler()
           
 

Uses of JComponent.AccessibleJComponent in javax.swing.table
 

Subclasses of JComponent.AccessibleJComponent in javax.swing.table
protected  class JTableHeader.AccessibleJTableHeader
          The class used to obtain the accessible role for this object.
 

Uses of JComponent.AccessibleJComponent in javax.swing.text
 

Subclasses of JComponent.AccessibleJComponent in javax.swing.text
 class JTextComponent.AccessibleJTextComponent
          Accessibility implementation for JTextComponent.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.