|
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 | +--javax.swing.JEditorPane.AccessibleJEditorPaneHTML
This class provides support for AccessibleHypertext, and is used in instances where the EditorKit installed in this JEditorPane is an instance of HTMLEditorKit.
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 baseline for serialized form of Swing objects.
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.AccessibleJEditorPaneHTML()
|
Method Summary | |
AccessibleText |
getAccessibleText()
|
Methods inherited from class javax.swing.JEditorPane.AccessibleJEditorPane |
getAccessibleDescription,
getAccessibleStateSet |
Methods inherited from class javax.swing.text.JTextComponent.AccessibleJTextComponent |
caretUpdate,
changedUpdate,
getAccessibleRole,
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.AccessibleJEditorPaneHTML()
Method Detail |
public AccessibleText getAccessibleText()
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |