Interface EditorFactory<E extends ConfigEditor>

  • Type Parameters:
    E - The type of editor created by this factory.

    public interface EditorFactory<E extends ConfigEditor>
    Author:
    Hylke van der Schaaf
    • Method Detail

      • createEditor

        E createEditor()