Interface IEditorActionActor<RUNTIME_CONTAINER extends AbstractSettings,EDITOR_CONTAINER extends PropCnr>

All Superinterfaces:
IActionActor<RUNTIME_CONTAINER>
All Known Implementing Classes:
EditorDatabaseActionActor, EditorHistoryBackward, EditorHistoryForward, EditorJavaActionActor, EditorSetFocus, EditorSetSourceFieldValue, EditorSetTargetFieldValue, EditorTerminalActionActor, EditorTransportField, EditorWebServiceActionActor

public interface IEditorActionActor<RUNTIME_CONTAINER extends AbstractSettings,EDITOR_CONTAINER extends PropCnr> extends IActionActor<RUNTIME_CONTAINER>
Editor version of Action Actor interface used for TXP runnables.
Author:
Christopher Mindus
  • Method Details

    • createSettings

      EDITOR_CONTAINER createSettings()
      Create the Editor version of the settings container with Atom.SETTINGS name.
    • getImage

      Image getImage()
      Gets the image to use in the Designer Action panel for new items.