javax.swing

Class JEditorPane.AccessibleJEditorPaneHTML

protected class JEditorPane.AccessibleJEditorPaneHTML extends JEditorPane.AccessibleJEditorPane

Provides accessibility support for JEditorPanes, when the editor kit is an instance of {@link HTMLEditorKit}.
Method Summary
AccessibleTextgetAccessibleText()
Returns the accessible text of the JEditorPane.

Method Detail

getAccessibleText

public AccessibleText getAccessibleText()
Returns the accessible text of the JEditorPane. This will be an instance of {@link JEditorPaneAccessibleHypertextSupport}.

Returns: the accessible text of the JEditorPane