Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.accessibility.AccessibleContext

Packages that use AccessibleContext
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 AccessibleContext in com.sun.java.accessibility
 

Methods in com.sun.java.accessibility that return AccessibleContext
 AccessibleContext Accessible.getAccessibleContext()
          Returns the AccessibleContext associated with this object.
 

Uses of AccessibleContext in com.sun.java.swing
 

Subclasses of AccessibleContext in com.sun.java.swing
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.
 

Fields in com.sun.java.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 JFrame.accessibleContext
          The accessible context property
protected  AccessibleContext JWindow.accessibleContext
          The accessible context property
protected  AccessibleContext CellRendererPane.accessibleContext
           
protected  AccessibleContext JDialog.accessibleContext
           
protected  AccessibleContext JColorChooser.accessibleContext
           
protected  AccessibleContext JApplet.accessibleContext
           
protected  AccessibleContext JFileChooser.accessibleContext
           
protected  AccessibleContext Box.accessibleContext
          The currently set AccessibleContext object.
protected  AccessibleContext Box.Filler.accessibleContext
          The currently set AccessibleContext object.
 

Methods in com.sun.java.swing that return AccessibleContext
 AccessibleContext JComponent.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JLayeredPane.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JFrame.getAccessibleContext()
          Get the AccessibleContext associated with this JFrame
 AccessibleContext JToggleButton.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JMenuItem.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JCheckBoxMenuItem.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JMenu.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JToolBar.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JSeparator.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JWindow.getAccessibleContext()
          Get the AccessibleContext associated with this JWindow
 AccessibleContext CellRendererPane.getAccessibleContext()
          Get the AccessibleContext associated with this CellRendererPane
 AccessibleContext JButton.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JTable.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleContext()
          Get the AccessibleContext associated with this
 AccessibleContext JTree.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleContext()
          Get the AccessibleContext associated with this tree node
 AccessibleContext JPanel.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JDialog.getAccessibleContext()
          Get the AccessibleContext associated with this JDialog
 AccessibleContext JScrollPane.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JScrollBar.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JRadioButtonMenuItem.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JCheckBox.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JTextField.getAccessibleContext()
          Get the AccessibleContext associated with this JTextField.
 AccessibleContext JOptionPane.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JLabel.getAccessibleContext()
          Get the AccessibleContext of this object
 AccessibleContext JDesktopPane.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JPopupMenu.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JSlider.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JMenuBar.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JColorChooser.getAccessibleContext()
          Get the AccessibleContext associated with this JColorChooser
 AccessibleContext JTabbedPane.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JViewport.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JInternalFrame.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JInternalFrame.JDesktopIcon.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JApplet.getAccessibleContext()
          Get the AccessibleContext associated with this JApplet
 AccessibleContext JPasswordField.getAccessibleContext()
          Gets the AccessibleContext associated with this JPasswordField.
 AccessibleContext JRootPane.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JTextArea.getAccessibleContext()
          Get the AccessibleContext associated with this JTextArea.
 AccessibleContext JProgressBar.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JRadioButton.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JFileChooser.getAccessibleContext()
          Get the AccessibleContext associated with this JFileChooser
 AccessibleContext Box.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent.
 AccessibleContext Box.Filler.getAccessibleContext()
          Gets the AccessibleContext associated with this Component.
 AccessibleContext JEditorPane.getAccessibleContext()
          Get the AccessibleContext associated with this JEditorPane.
 AccessibleContext JToolTip.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JList.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JList.AccessibleJList.AccessibleJListChild.getAccessibleContext()
           
 AccessibleContext JComboBox.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 AccessibleContext JSplitPane.getAccessibleContext()
          Get the AccessibleContext associated with this JComponent
 

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

Subclasses of AccessibleContext in com.sun.java.swing.table
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 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 com.sun.java.swing.text
 

Subclasses of AccessibleContext in com.sun.java.swing.text
  JTextComponent.AccessibleJTextComponent
          Accessibility implementation for JTextComponent.
 

Methods in com.sun.java.swing.text that return AccessibleContext
 AccessibleContext JTextComponent.getAccessibleContext()
          Gets the AccessibleContext associated with this JComponent.
 


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.