Interface ActionEditorCreator<T extends ControllerAction>

    • Method Detail

      • createEditor

        ActionUI createEditor​(T action)
        Creates an editor for the specfied action.
        Parameters:
        action - the action to create the editor for
        Returns:
        an editor for the specified action.
      • getActionType

        Class getActionType()
        Gets the Class of the ControllerAction for which this creates an editor.
        Returns:
        the Class of the ControllerAction for which this creates an editor.