Interface IActionActorSettings

All Superinterfaces:
IGProp<GProp<?>[]>, IPropCnr
All Known Subinterfaces:
IEditorActionActorSettings
All Known Implementing Classes:
AbstractPredefinedSettings, AbstractSettings, DatabaseActionActor.Settings, EditorDatabaseActionActor.Settings, EditorHistoryBackward.Settings, EditorHistoryForward.Settings, EditorJavaActionActor.Settings, EditorSetFocus.Settings, EditorSetSourceFieldValue.Settings, EditorSetTargetFieldValue.Settings, EditorTerminalActionActor.Settings, EditorTransportField.Settings, EditorWebServiceActionActor.Settings, HistoryBackward.Settings, HistoryForward.Settings, JavaActionActorBase.Settings, SetFocus.Settings, SetSourceFieldValue.Settings, SetTargetFieldValue.Settings, TerminalActionActor.Settings, TransportField.Settings, TransportGroup.Settings, TransportSelectedTableRows.Settings, TransportSingleSelectedTableRow.Settings, TransportSingleSelectedTableRowAndColumnToField.Settings, TransportSingleSelectedTableRowToFields.Settings, TransportTableColumn.Settings, TransportTableRows.Settings, WebServiceActionActor.Settings

public interface IActionActorSettings extends IPropCnr
Interface for the settings of the property container for the Action Actor Settings.
Author:
Christopher Mindus
  • Method Details

    • getActionActor

      IActionActor<?> getActionActor(VSAction action)
      Gets the actor implementation instance.
      Parameters:
      action - The action instance.
      Returns:
      The action actor implementation.
    • getDescription

      String getDescription()
      Gets the description of this actor from it's settings or the actor.