Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.accessibility.AccessibleComponent

Packages that use AccessibleComponent
com.sun.java.accessibility   
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
 

Uses of AccessibleComponent in com.sun.java.accessibility
 

Methods in com.sun.java.accessibility that return AccessibleComponent
 AccessibleComponent AccessibleContext.getAccessibleComponent()
          Get the AccessibleComponent associated with this object that has a graphical representation.
 

Uses of AccessibleComponent in com.sun.java.swing
 

Classes in com.sun.java.swing that implement AccessibleComponent
protected   AbstractButton.AccessibleAbstractButton
          Accessiblity support.
protected   Box.AccessibleBox
           
protected   Box.Filler.AccessibleBoxFiller
           
protected   CellRendererPane.AccessibleCellRendererPane
           
protected   JApplet.AccessibleJApplet
           
protected   JButton.AccessibleJButton
          The class used to obtain the accessible role for this object.
protected   JCheckBox.AccessibleJCheckBox
          The class used to obtain the accessible role for this object.
protected   JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
          The class used to obtain the accessible role for this object.
protected   JColorChooser.AccessibleJColorChooser
          The class used to obtain the accessible context for this object.
protected   JComboBox.AccessibleJComboBox
          The class used to obtain the accessible role for this object.
  JComponent.AccessibleJComponent
          Inner class of JComponent used to provide default support for accessibility.
protected   JDesktopPane.AccessibleJDesktopPane
          The class used to obtain the accessible role for this object.
protected   JDialog.AccessibleJDialog
          The class used to obtain the AccessibleRole for this object.
protected   JEditorPane.AccessibleJEditorPane
          The class used to obtain the accessible role for this object.
protected   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   JEditorPane.JEditorPaneAccesssibleHypertextSupport
          What's returned by AccessibleJEditorPaneHTML.getAccessibleText() Provides support for AccessibleHypertext in case there is an HTML document being displayed in this JEditorPane.
protected   JFileChooser.AccessibleJFileChooser
          The class used to obtain the accessible context for this object.
protected   JFrame.AccessibleJFrame
          The class used to obtain the AccessibleRole for this object.
protected   JInternalFrame.AccessibleJInternalFrame
          The class used to obtain the accessible role for this object.
protected   JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
          The class used to obtain the accessible role for this object.
protected   JLabel.AccessibleJLabel
          The class used to obtain the accessible role for this object.
protected   JLayeredPane.AccessibleJLayeredPane
          The class used to obtain the accessible role for this object.
protected   JList.AccessibleJList
          The class used to obtain the accessible role for this object.
protected   JList.AccessibleJList.AccessibleJListChild
           
protected   JMenu.AccessibleJMenu
          The class used to obtain the accessible role for this object.
protected   JMenuBar.AccessibleJMenuBar
          The class used to obtain the accessible role for this object.
protected   JMenuItem.AccessibleJMenuItem
          The class used to obtain the accessible role for this object.
protected   JOptionPane.AccessibleJOptionPane
          Accessiblity support.
protected   JPanel.AccessibleJPanel
          The class used to obtain the accessible role for this object.
protected   JPasswordField.AccessibleJPasswordField
          The class used to obtain the accessible role for this object.
protected   JPopupMenu.AccessibleJPopupMenu
           
protected   JProgressBar.AccessibleJProgressBar
          The class used to obtain the accessible role for this object.
protected   JRadioButton.AccessibleJRadioButton
          The class used to obtain the accessible role for this object.
protected   JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
          The class used to obtain the accessible role for this object.
protected   JRootPane.AccessibleJRootPane
          The class used to obtain the accessible role for this object.
protected   JScrollBar.AccessibleJScrollBar
          The class used to obtain the accessible role for this object.
protected   JScrollPane.AccessibleJScrollPane
          The class used to obtain the accessible role for this object.
protected   JSeparator.AccessibleJSeparator
          The class used to obtain the accessible role for this object.
protected   JSlider.AccessibleJSlider
          The class used to obtain the accessible role for this object.
protected   JSplitPane.AccessibleJSplitPane
          The class used to obtain the accessible role for this object.
protected   JTabbedPane.AccessibleJTabbedPane
          The class used to obtain the accessible role for this object.
protected   JTable.AccessibleJTable
          The class used to obtain the accessible role for this object.
protected   JTable.AccessibleJTable.AccessibleJTableCell
          The class used to obtain the AccessibleRole for a cell.
protected   JTextArea.AccessibleJTextArea
          The class used to obtain the accessible role for this object.
protected   JTextField.AccessibleJTextField
          The class used to obtain the accessible role for this object.
protected   JToggleButton.AccessibleJToggleButton
          The class used to obtain the accessible role for this object.
protected   JToolBar.AccessibleJToolBar
          The class used to obtain the accessible role for this object.
protected   JToolTip.AccessibleJToolTip
          The class used to obtain the accessible role for this object.
protected   JTree.AccessibleJTree
          The class used to obtain the accessible role for this object.
protected   JTree.AccessibleJTree.AccessibleJTreeNode
           
protected   JViewport.AccessibleJViewport
          The class used to obtain the accessible role for this object.
protected   JWindow.AccessibleJWindow
          The class used to obtain the AccessibleRole for this object.
 

Methods in com.sun.java.swing that return AccessibleComponent
 AccessibleComponent JComponent.AccessibleJComponent.getAccessibleComponent()
          Get the AccessibleComponent associated with this object if one exists.
 AccessibleComponent JFrame.AccessibleJFrame.getAccessibleComponent()
          Get the AccessibleComponent associated with this object if one exists.
 AccessibleComponent JWindow.AccessibleJWindow.getAccessibleComponent()
          Get the AccessibleComponent associated with this object if one exists.
 AccessibleComponent CellRendererPane.AccessibleCellRendererPane.getAccessibleComponent()
          Get the AccessibleComponent associated with this object if one exists.
 AccessibleComponent JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleComponent()
          Get the AccessibleComponent associated with this object if one exists.
 AccessibleComponent JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleComponent()
          Get the AccessibleComponent associated with this tree node NOTE: if the node is not displayed (either scrolled off of the screen, or not expanded), this will return null
 AccessibleComponent JDialog.AccessibleJDialog.getAccessibleComponent()
          Get the AccessibleComponent associated with this object if one exists.
 AccessibleComponent JApplet.AccessibleJApplet.getAccessibleComponent()
          Get the AccessibleComponent associated with this object if one exists.
 AccessibleComponent Box.Filler.AccessibleBoxFiller.getAccessibleComponent()
          Gets the AccessibleComponent associated with this object if one exists.
 AccessibleComponent Box.AccessibleBox.getAccessibleComponent()
          Gets the AccessibleComponent associated with this object if one exists.
 AccessibleComponent JList.AccessibleJList.AccessibleJListChild.getAccessibleComponent()
           
 

Uses of AccessibleComponent in com.sun.java.swing.table
 

Classes in com.sun.java.swing.table that implement AccessibleComponent
protected   JTableHeader.AccessibleJTableHeader
          The class used to obtain the accessible role for this object.
protected   JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
           
 

Methods in com.sun.java.swing.table that return AccessibleComponent
 AccessibleComponent JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleComponent()
           
 

Uses of AccessibleComponent in com.sun.java.swing.text
 

Classes in com.sun.java.swing.text that implement AccessibleComponent
  JTextComponent.AccessibleJTextComponent
          Accessibility implementation for JTextComponent.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.