Uses of Interface
javax.accessibility.AccessibleValue
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Defines a contract between user-interface components and an assistive
technology that provides access to those components.
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
Modifier and TypeClassDescriptionprotected class
This class implements accessibility support for theButton
class.protected class
This class implements accessibility support for theCheckbox
class.protected class
Inner class of CheckboxMenuItem used to provide default support for accessibility.protected class
Inner class of Menu used to provide default support for accessibility.protected class
Inner class of MenuItem used to provide default support for accessibility.protected class
Inner class of PopupMenu used to provide default support for accessibility.protected class
This class implements accessibility support for theScrollbar
class.Modifier and TypeMethodDescriptionButton.AccessibleAWTButton.getAccessibleValue()
Get the AccessibleValue associated with this object.Checkbox.AccessibleAWTCheckbox.getAccessibleValue()
Get the AccessibleValue associated with this object.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem.getAccessibleValue()
Get the AccessibleValue associated with this object.MenuItem.AccessibleAWTMenuItem.getAccessibleValue()
Get the AccessibleValue associated with this object.Scrollbar.AccessibleAWTScrollBar.getAccessibleValue()
Get theAccessibleValue
associated with this object. -
Uses of AccessibleValue in javax.accessibility
Modifier and TypeMethodDescriptionAccessibleContext.getAccessibleValue()
Gets theAccessibleValue
associated with this object that supports aNumerical
value. -
Uses of AccessibleValue in javax.swing
Modifier and TypeClassDescriptionprotected class
This class implements accessibility support for theAbstractButton
class.protected class
This class implements accessibility support for theJButton
class.protected class
This class implements accessibility support for theJCheckBox
class.protected class
This class implements accessibility support for theJCheckBoxMenuItem
class.protected class
This class implements accessibility support for theJInternalFrame
class.protected class
This class implements accessibility support for theJInternalFrame.JDesktopIcon
class.protected class
This class implements accessibility support for theJMenu
class.protected class
This class implements accessibility support for theJMenuItem
class.protected class
This class implements accessibility support for theJProgressBar
class.protected class
This class implements accessibility support for theJRadioButton
class.protected class
This class implements accessibility support for theJRadioButtonMenuItem
class.protected class
This class implements accessibility support for theJScrollBar
class.protected class
This class implements accessibility support for theJSlider
class.protected class
AccessibleJSpinner
implements accessibility support for theJSpinner
class.protected class
This class implements accessibility support for theJSplitPane
class.protected class
This class implements accessibility support for theJToggleButton
class.Modifier and TypeMethodDescriptionAbstractButton.AccessibleAbstractButton.getAccessibleValue()
Get the AccessibleValue associated with this object.JInternalFrame.AccessibleJInternalFrame.getAccessibleValue()
Gets the AccessibleValue associated with this object.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.getAccessibleValue()
Gets the AccessibleValue associated with this object.JProgressBar.AccessibleJProgressBar.getAccessibleValue()
Gets theAccessibleValue
associated with this object.JScrollBar.AccessibleJScrollBar.getAccessibleValue()
Get the AccessibleValue associated with this object.JSlider.AccessibleJSlider.getAccessibleValue()
Get the AccessibleValue associated with this object.JSpinner.AccessibleJSpinner.getAccessibleValue()
Gets the AccessibleValue associated with this object.JSplitPane.AccessibleJSplitPane.getAccessibleValue()
Get the AccessibleValue associated with this object.JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleValue()
Gets theAccessibleValue
associated with this object if one exists.JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleValue()
Get the AccessibleValue associated with this object if one exists.ProgressMonitor.AccessibleProgressMonitor.getAccessibleValue()
Gets the AccessibleValue associated with this object that supports a Numerical value.