package swingtree; import javax.swing.*; public abstract class UIForAnyEditorPane<I, C extends JEditorPane> extends UIForAnyTextComponent<I, C> { }