JavaTM 2 Platform
Standard Edition

Uses of Interface
javax.accessibility.AccessibleValue

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()
           
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.