javax.swing

Class JEditorPane.AccessibleJEditorPane

protected class JEditorPane.AccessibleJEditorPane extends AccessibleJTextComponent

Provides accessibility support for JEditorPane.
Constructor Summary
protected AccessibleJEditorPane()
Creates a new AccessibleJEditorPane object.
Method Summary
StringgetAccessibleDescription()
Returns a description of this AccessibleJEditorPane.
AccessibleStateSetgetAccessibleStateSet()
Returns the accessible state of this AccessibleJEditorPane.

Constructor Detail

AccessibleJEditorPane

protected AccessibleJEditorPane()
Creates a new AccessibleJEditorPane object.

Method Detail

getAccessibleDescription

public String getAccessibleDescription()
Returns a description of this AccessibleJEditorPane. If this property is not set, then this returns the content-type of the editor pane.

Returns: a description of this AccessibleJEditorPane

getAccessibleStateSet

public AccessibleStateSet getAccessibleStateSet()
Returns the accessible state of this AccessibleJEditorPane.

Returns: the accessible state of this AccessibleJEditorPane