|
Swing 1.1 | |||||||||
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 | +--javax.swing.JToggleButton.AccessibleJToggleButton
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 | |
JToggleButton.AccessibleJToggleButton()
|
Method Summary | |
AccessibleRole |
getAccessibleRole()
Get the role of this object. |
void |
itemStateChanged(java.awt.event.ItemEvent e)
Fire accessible property change events when the state of the toggle button changes. |
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 |
public JToggleButton.AccessibleJToggleButton()
Method Detail |
public void itemStateChanged(java.awt.event.ItemEvent e)
public AccessibleRole getAccessibleRole()
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |