|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessibleComponent | |
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 AccessibleComponent in javax.accessibility |
Methods in javax.accessibility that return AccessibleComponent | |
AccessibleComponent |
AccessibleContext.getAccessibleComponent()
Get the AccessibleComponent associated with this object that has a graphical representation. |
Uses of AccessibleComponent in javax.swing |
Classes in javax.swing that implement AccessibleComponent | |
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. |
Methods in javax.swing that return AccessibleComponent | |
AccessibleComponent |
JComponent.AccessibleJComponent.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 |
JApplet.AccessibleJApplet.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 |
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 |
JDialog.AccessibleJDialog.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 |
JFrame.AccessibleJFrame.getAccessibleComponent()
Get the AccessibleComponent associated with this object if one exists. |
AccessibleComponent |
JList.AccessibleJList.AccessibleJListChild.getAccessibleComponent()
|
Uses of AccessibleComponent in javax.swing.table |
Classes in javax.swing.table that implement AccessibleComponent | |
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 AccessibleComponent | |
AccessibleComponent |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleComponent()
|
Uses of AccessibleComponent in javax.swing.text |
Classes in javax.swing.text that implement AccessibleComponent | |
class |
JTextComponent.AccessibleJTextComponent
Accessibility implementation for JTextComponent. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |