Uses of Interface
javax.accessibility.AccessibleValue
-
Packages that use AccessibleValue Package Description java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.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. -
-
Uses of AccessibleValue in java.awt
Classes in java.awt that implement AccessibleValue Modifier and Type Class Description protected class
Button.AccessibleAWTButton
This class implements accessibility support for theButton
class.protected class
Checkbox.AccessibleAWTCheckbox
This class implements accessibility support for theCheckbox
class.protected class
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Inner class of CheckboxMenuItem used to provide default support for accessibility.protected class
Menu.AccessibleAWTMenu
Inner class of Menu used to provide default support for accessibility.protected class
MenuItem.AccessibleAWTMenuItem
Inner class of MenuItem used to provide default support for accessibility.protected class
PopupMenu.AccessibleAWTPopupMenu
Inner class of PopupMenu used to provide default support for accessibility.protected class
Scrollbar.AccessibleAWTScrollBar
This class implements accessibility support for theScrollbar
class.Methods in java.awt that return AccessibleValue Modifier and Type Method Description AccessibleValue
Button.AccessibleAWTButton. getAccessibleValue()
Get the AccessibleValue associated with this object.AccessibleValue
Checkbox.AccessibleAWTCheckbox. getAccessibleValue()
Get the AccessibleValue associated with this object.AccessibleValue
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem. getAccessibleValue()
Get the AccessibleValue associated with this object.AccessibleValue
MenuItem.AccessibleAWTMenuItem. getAccessibleValue()
Get the AccessibleValue associated with this object.AccessibleValue
Scrollbar.AccessibleAWTScrollBar. getAccessibleValue()
Get theAccessibleValue
associated with this object. -
Uses of AccessibleValue in javax.accessibility
Methods in javax.accessibility that return AccessibleValue Modifier and Type Method Description AccessibleValue
AccessibleContext. getAccessibleValue()
Gets theAccessibleValue
associated with this object that supports aNumerical
value. -
Uses of AccessibleValue in javax.swing
Classes in javax.swing that implement AccessibleValue Modifier and Type Class Description protected class
AbstractButton.AccessibleAbstractButton
This class implements accessibility support for theAbstractButton
class.protected class
JButton.AccessibleJButton
This class implements accessibility support for theJButton
class.protected class
JCheckBox.AccessibleJCheckBox
This class implements accessibility support for theJCheckBox
class.protected class
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
This class implements accessibility support for theJCheckBoxMenuItem
class.protected class
JInternalFrame.AccessibleJInternalFrame
This class implements accessibility support for theJInternalFrame
class.protected class
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
This class implements accessibility support for theJInternalFrame.JDesktopIcon
class.protected class
JMenu.AccessibleJMenu
This class implements accessibility support for theJMenu
class.protected class
JMenuItem.AccessibleJMenuItem
This class implements accessibility support for theJMenuItem
class.protected class
JProgressBar.AccessibleJProgressBar
This class implements accessibility support for theJProgressBar
class.protected class
JRadioButton.AccessibleJRadioButton
This class implements accessibility support for theJRadioButton
class.protected class
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
This class implements accessibility support for theJRadioButtonMenuItem
class.protected class
JScrollBar.AccessibleJScrollBar
This class implements accessibility support for theJScrollBar
class.protected class
JSlider.AccessibleJSlider
This class implements accessibility support for theJSlider
class.protected class
JSpinner.AccessibleJSpinner
AccessibleJSpinner
implements accessibility support for theJSpinner
class.protected class
JSplitPane.AccessibleJSplitPane
This class implements accessibility support for theJSplitPane
class.protected class
JToggleButton.AccessibleJToggleButton
This class implements accessibility support for theJToggleButton
class.Methods in javax.swing that return AccessibleValue Modifier and Type Method Description AccessibleValue
AbstractButton.AccessibleAbstractButton. getAccessibleValue()
Get the AccessibleValue associated with this object.AccessibleValue
JInternalFrame.AccessibleJInternalFrame. getAccessibleValue()
Gets the AccessibleValue associated with this object.AccessibleValue
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon. getAccessibleValue()
Gets the AccessibleValue associated with this object.AccessibleValue
JProgressBar.AccessibleJProgressBar. getAccessibleValue()
Gets theAccessibleValue
associated with this object.AccessibleValue
JScrollBar.AccessibleJScrollBar. getAccessibleValue()
Get the AccessibleValue associated with this object.AccessibleValue
JSlider.AccessibleJSlider. getAccessibleValue()
Get the AccessibleValue associated with this object.AccessibleValue
JSpinner.AccessibleJSpinner. getAccessibleValue()
Gets the AccessibleValue associated with this object.AccessibleValue
JSplitPane.AccessibleJSplitPane. getAccessibleValue()
Get the AccessibleValue associated with this object.AccessibleValue
JTable.AccessibleJTable.AccessibleJTableCell. getAccessibleValue()
Gets theAccessibleValue
associated with this object if one exists.AccessibleValue
JTree.AccessibleJTree.AccessibleJTreeNode. getAccessibleValue()
Get the AccessibleValue associated with this object if one exists.AccessibleValue
ProgressMonitor.AccessibleProgressMonitor. getAccessibleValue()
Gets the AccessibleValue associated with this object that supports a Numerical value.
-