Package com.iizigo.actionactor
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 SummaryModifier and TypeMethodDescriptionCreate the Editor version of the settings container with- Atom.SETTINGSname.- org.eclipse.swt.graphics.Image- getImage()Gets the image to use in the Designer Action panel for new items.- Methods inherited from interface com.iizix.actionactor.IActionActor- delegateNewTXPNode, doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, newTXPNode
- Method Details- createSettingsEDITOR_CONTAINER createSettings()Create the Editor version of the settings container with- Atom.SETTINGSname.
- getImageorg.eclipse.swt.graphics.Image getImage()Gets the image to use in the Designer Action panel for new items.