API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleValue View Source
Author(s)
Peter Korn
Hans Muller
Willie Walker
Since
Version
1.9 10/12/99 15:41:54
Serial
Hierarchy
 AccessibleValue
Subinterfaces
Description
public interface AccessibleValue
  The AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a scroll bar).
Methods
Hide/Show inherited methods
public Number getCurrentAccessibleValue ()
  Get the value of this object as a Number.
public Number getMaximumAccessibleValue ()
  Get the maximum value of this object as a Number.
public Number getMinimumAccessibleValue ()
  Get the minimum value of this object as a Number.
public boolean setCurrentAccessibleValue (Number n)
  Set the value of this object as a Number.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar