|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.accessibility.AccessibleContext | +--java.awt.Component.AccessibleAWTComponent | +--java.awt.Checkbox.AccessibleAWTCheckbox
This class implements accessibility support for the
Checkbox
class. It provides an implementation of the
Java Accessibility API appropriate to checkbox user-interface elements.
Nested Class Summary |
Nested classes inherited from class java.awt.Component.AccessibleAWTComponent |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
Field Summary |
Fields inherited from class java.awt.Component.AccessibleAWTComponent |
accessibleAWTComponentHandler, accessibleAWTFocusHandler |
Constructor Summary | |
Checkbox.AccessibleAWTCheckbox()
|
Method Summary | |
boolean |
doAccessibleAction(int i)
Perform the specified Action on the object |
AccessibleAction |
getAccessibleAction()
Get the AccessibleAction associated with this object. |
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. |
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. |
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. |
void |
itemStateChanged(ItemEvent e)
Fire accessible property change events when the state of the toggle button changes. |
boolean |
setCurrentAccessibleValue(Number n)
Set the value of this object as a Number. |
Methods inherited from class javax.accessibility.AccessibleContext |
firePropertyChange, getAccessibleEditableText, getAccessibleIcon, getAccessibleRelationSet, getAccessibleSelection, getAccessibleTable, getAccessibleText, setAccessibleDescription, setAccessibleName, setAccessibleParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Checkbox.AccessibleAWTCheckbox()
Method Detail |
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
public AccessibleAction getAccessibleAction()
getAccessibleAction
in class AccessibleContext
AccessibleAction
public AccessibleValue getAccessibleValue()
getAccessibleValue
in class AccessibleContext
AccessibleValue
public int getAccessibleActionCount()
getAccessibleActionCount
in interface AccessibleAction
public String getAccessibleActionDescription(int i)
getAccessibleActionDescription
in interface AccessibleAction
i
- zero-based index of the actions
AccessibleAction.getAccessibleActionCount()
public boolean doAccessibleAction(int i)
doAccessibleAction
in interface AccessibleAction
i
- zero-based index of actions
AccessibleAction.getAccessibleActionCount()
public Number getCurrentAccessibleValue()
getCurrentAccessibleValue
in interface AccessibleValue
setCurrentAccessibleValue(java.lang.Number)
public boolean setCurrentAccessibleValue(Number n)
setCurrentAccessibleValue
in interface AccessibleValue
getCurrentAccessibleValue()
public Number getMinimumAccessibleValue()
getMinimumAccessibleValue
in interface AccessibleValue
getMaximumAccessibleValue()
public Number getMaximumAccessibleValue()
getMaximumAccessibleValue
in interface AccessibleValue
getMinimumAccessibleValue()
public AccessibleRole getAccessibleRole()
getAccessibleRole
in class Component.AccessibleAWTComponent
AccessibleRole
public AccessibleStateSet getAccessibleStateSet()
getAccessibleStateSet
in class Component.AccessibleAWTComponent
AccessibleState
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.