TOC PREV NEXT INDEX



EditorPane (JEditorPane)


A JEditorPane is used to edit formatted content. The user can specify whether this content is plain text, HTML, or Rich Text Format. The user can load a new document via a URL. The JEditorPane can be set read-only by disabling the 'Editable' checkbox.

A JEditorPane will generate a CaretEvent whenever the user modifies the pane's text.

A JEditorPane will generate an HyperlinkEvent whenever the user clicks on a hyperlink when the pane is in HTML mode and is set to non-editable.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX