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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EcreateEditor()
-
-
-
Method Detail
-
createEditor
E createEditor()
-
-