List of usage examples for javax.swing JEditorPane subclass-usage
From source file net.sourceforge.msscodefactory.cflib.v1_11.CFLib.Swing.CFJEditorPane.java
/** * CFJTextField Swing Text Field Display Widget. */ public class CFJEditorPane extends JEditorPane { public CFJEditorPane() { super();
From source file net.sourceforge.msscodefactory.cflib.v2_1.CFLib.Swing.CFJEditorPane.java
/** * CFJTextField Swing Text Field Display Widget. */ public class CFJEditorPane extends JEditorPane { public CFJEditorPane() { super();
From source file com.android.tools.swing.ui.NavigationComponent.java
/** * A component that displays breadcrumbs to allow navigation. */ public class NavigationComponent<T extends NavigationComponent.Item> extends JEditorPane { private boolean myDisplaySingleRoot;
From source file EditorDropTarget4.java
class AutoScrollingEditorPane extends JEditorPane implements Autoscroll { public static final Insets defaultScrollInsets = new Insets(8, 8, 8, 8); protected Insets scrollInsets = defaultScrollInsets; public AutoScrollingEditorPane() {