Package org.loboevolution.gui
Interface ItemEditorFactory<T>
- Type Parameters:
T
- the generic type
public interface ItemEditorFactory<T>
A factory for creating ItemEditor objects.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new ItemEditor object.
-
Method Details
-
createItemEditor
AbstractItemEditor<T> createItemEditor()Creates a new ItemEditor object.- Returns:
- the abstract item editor
-