|
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.text.JTextComponent.AccessibleJTextComponent | +--javax.swing.JEditorPane.AccessibleJEditorPane
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 |
JEditorPane.AccessibleJEditorPane()
|
Method Summary | |
java.lang.String |
getAccessibleDescription()
Gets the accessibleDescription property of this object. |
AccessibleStateSet |
getAccessibleStateSet()
Gets the state set of this object. |
Methods inherited from class javax.swing.text.JTextComponent.AccessibleJTextComponent |
caretUpdate,
changedUpdate,
getAccessibleRole,
getAccessibleText,
getAfterIndex,
getAtIndex,
getBeforeIndex,
getCaretPosition,
getCharacterAttribute,
getCharacterBounds,
getCharCount,
getIndexAtPoint,
getSelectedText,
getSelectionEnd,
getSelectionStart,
insertUpdate,
removeUpdate |
Methods inherited from class javax.accessibility.AccessibleContext |
firePropertyChange,
getAccessibleAction,
getAccessibleSelection,
getAccessibleValue,
setAccessibleDescription,
setAccessibleName,
setAccessibleParent |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
protected JEditorPane.AccessibleJEditorPane()
Method Detail |
public java.lang.String getAccessibleDescription()
AccessibleContext.setAccessibleName(java.lang.String)
public AccessibleStateSet getAccessibleStateSet()
AccessibleStateSet
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |