|
Java Platform 1.2 |
|||||||||
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.AbstractButton.AccessibleAbstractButton
Accessiblity support.
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 |
AbstractButton.AccessibleAbstractButton()
|
Method Summary | |
boolean |
doAccessibleAction(int i)
Perform the specified Action on the object |
AccessibleAction |
getAccessibleAction()
Get the AccessibleAction associated with this object if one exists. |
int |
getAccessibleActionCount()
Returns the number of Actions available in this object. |
String |
getAccessibleActionDescription(int i)
Return a description of the specified action of the object. |
String |
getAccessibleName()
Get the accessible name 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 value of this object as a Number. |
Number |
getMaximumAccessibleValue()
Get the maximum value of this object as a Number. |
Number |
getMinimumAccessibleValue()
Get the minimum value of this object as a Number. |
boolean |
setCurrentAccessibleValue(Number n)
Set the value of this object as a Number. |
Methods inherited from class javax.accessibility.AccessibleContext |
firePropertyChange,
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 AbstractButton.AccessibleAbstractButton()
Method Detail |
public String getAccessibleName()
public AccessibleStateSet getAccessibleStateSet()
AccessibleState
public AccessibleAction getAccessibleAction()
public AccessibleValue getAccessibleValue()
public int getAccessibleActionCount()
public String getAccessibleActionDescription(int i)
i
- zero-based index of the actionspublic boolean doAccessibleAction(int i)
i
- zero-based index of actionspublic Number getCurrentAccessibleValue()
AbstractButton.isSelected()
public boolean setCurrentAccessibleValue(Number n)
public Number getMinimumAccessibleValue()
public Number getMaximumAccessibleValue()
|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |