|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.accessibility.AccessibleContext | +--javax.swing.JComponent.AccessibleJComponent | +--javax.swing.JSlider.AccessibleJSlider
The class used to obtain the accessible role for this object.
Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.
Inner classes inherited from class javax.swing.JComponent.AccessibleJComponent |
JComponent.AccessibleJComponent.AccessibleContainerHandler |
Fields inherited from class javax.swing.JComponent.AccessibleJComponent |
accessibleContainerHandler |
Constructor Summary | |
protected |
JSlider.AccessibleJSlider()
|
Method Summary | |
AccessibleRole |
getAccessibleRole()
Get the role of this object. |
AccessibleStateSet |
getAccessibleStateSet()
Get the state set of this object. |
AccessibleValue |
getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
Number |
getCurrentAccessibleValue()
Get the accessible value of this object. |
Number |
getMaximumAccessibleValue()
Get the maximum accessible value of this object. |
Number |
getMinimumAccessibleValue()
Get the minimum accessible value of this object. |
boolean |
setCurrentAccessibleValue(Number n)
Set the value of this object as a Number. |
Methods inherited from class javax.accessibility.AccessibleContext |
firePropertyChange,
getAccessibleAction,
getAccessibleSelection,
getAccessibleText,
setAccessibleDescription,
setAccessibleName,
setAccessibleParent |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
protected JSlider.AccessibleJSlider()
Method Detail |
public AccessibleStateSet getAccessibleStateSet()
AccessibleState
public AccessibleRole getAccessibleRole()
public AccessibleValue getAccessibleValue()
AccessibleValue
public Number getCurrentAccessibleValue()
public boolean setCurrentAccessibleValue(Number n)
public Number getMinimumAccessibleValue()
public Number getMaximumAccessibleValue()
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |