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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EDITOR_CONTAINER
createSettings()
Create the Editor version of the settings container withAtom.SETTINGS
name.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 Detail
createSettings
EDITOR_CONTAINER createSettings()
Create the Editor version of the settings container withAtom.SETTINGS
name.
getImage
org.eclipse.swt.graphics.Image getImage()
Gets the image to use in the Designer Action panel for new items.