|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessibleValue | |
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. |
Uses of AccessibleValue in javax.accessibility |
Methods in javax.accessibility that return AccessibleValue | |
AccessibleValue |
AccessibleContext.getAccessibleValue()
Get the AccessibleValue associated with this object that supports a Numerical value. |
Uses of AccessibleValue in javax.swing |
Classes in javax.swing that implement AccessibleValue | |
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 |
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 |
JMenu.AccessibleJMenu
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 |
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 |
JScrollBar.AccessibleJScrollBar
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 |
JToggleButton.AccessibleJToggleButton
The class used to obtain the accessible role for this object. |
Methods in javax.swing that return AccessibleValue | |
AccessibleValue |
JSlider.AccessibleJSlider.getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
AccessibleValue |
JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
AccessibleValue |
JInternalFrame.AccessibleJInternalFrame.getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
AccessibleValue |
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
AccessibleValue |
JSplitPane.AccessibleJSplitPane.getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
AccessibleValue |
AbstractButton.AccessibleAbstractButton.getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
AccessibleValue |
JScrollBar.AccessibleJScrollBar.getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
AccessibleValue |
JProgressBar.AccessibleJProgressBar.getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
AccessibleValue |
JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
AccessibleValue |
JList.AccessibleJList.AccessibleJListChild.getAccessibleValue()
|
Uses of AccessibleValue in javax.swing.table |
Methods in javax.swing.table that return AccessibleValue | |
AccessibleValue |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleValue()
|
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |