Package swingtree

Class UIForAnyEditorPane<I,C extends JEditorPane>

Type Parameters:
I - The concrete extension of this class.
C - The type of JEditorPane being wrapped.
Direct Known Subclasses:
UIForEditorPane, UIForTextPane

public abstract class UIForAnyEditorPane<I,C extends JEditorPane> extends UIForAnyTextComponent<I,C>
A base builder type for configuring any kind of JEditorPane component.
  • Constructor Details

    • UIForAnyEditorPane

      public UIForAnyEditorPane()