Interface ItemEditorFactory<T>

Type Parameters:
T - the generic type

public interface ItemEditorFactory<T>
A factory for creating ItemEditor objects.
  • Method Details

    • createItemEditor

      AbstractItemEditor<T> createItemEditor()
      Creates a new ItemEditor object.
      Returns:
      the abstract item editor