Package swingwtx.swing.editorpanes

Interface Summary
EditorPane Some distributions of Free OSes don't like the reliance on Mozilla that use of the browser component brings (well, Debian so far), so this interface allows us to abstract away the implementation of the editorpane.
 

Class Summary
FakeBrowserEditorPane An implementation of an editor pane that behaves like a browser, but is implemented purely with SWT widgets.
PlatformBrowserEditorPane Implementation of a JEditorPane based on a platform component.
TextEditorPane An implementation of an editor pane that supports text entry.