Package com.iizigo.vs.actor
Class EditorHistoryForward
- java.lang.Object
- com.iizix.prop.vs.actor.AbstractVSActionActor<HistoryForward.Settings>
- com.iizix.prop.vs.actor.HistoryForward
- com.iizigo.vs.actor.EditorHistoryForward
- All Implemented Interfaces:
IEditorActionActor<HistoryForward.Settings,EditorHistoryForward.Settings>,IActionActor<HistoryForward.Settings>
public class EditorHistoryForward extends HistoryForward implements IEditorActionActor<HistoryForward.Settings,EditorHistoryForward.Settings>
Actor for history forward operation for a client session.- Author:
- Christopher Mindus
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEditorHistoryForward.SettingsEditor version of the Settings property container.static classEditorHistoryForward.Setup
Field Summary
Fields Modifier and Type Field Description static IEditorActionActorProviderACTION_ACTOR_PROVIDERThe Action Actor provider.Fields inherited from class com.iizix.prop.vs.actor.AbstractVSActionActor
action, settings
Constructor Summary
Constructors Constructor Description EditorHistoryForward(EditorVSAction action)Creates a new instance.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditorHistoryForward.SettingscreateSettings()Create the container withAtom.SETTINGSname.org.eclipse.swt.graphics.ImagegetImage()Gets the image to use in the Designer Action panel for new items.Methods inherited from class com.iizix.prop.vs.actor.HistoryForward
doesModifyVirtualSpace, getDefaultDescription, getEnabledState
Methods inherited from class com.iizix.prop.vs.actor.AbstractVSActionActor
getDescription, newTXPNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.iizix.actionactor.IActionActor
delegateNewTXPNode, doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, newTXPNode
Field Detail
ACTION_ACTOR_PROVIDER
public static final IEditorActionActorProvider ACTION_ACTOR_PROVIDER
The Action Actor provider.
Constructor Detail
EditorHistoryForward
public EditorHistoryForward(EditorVSAction action)
Creates a new instance.- Parameters:
action- The action initiator.
Method Detail
createSettings
public EditorHistoryForward.Settings createSettings()
Create the container withAtom.SETTINGSname.- Specified by:
createSettingsin interfaceIEditorActionActor<HistoryForward.Settings,EditorHistoryForward.Settings>- Overrides:
createSettingsin classHistoryForward
getImage
public org.eclipse.swt.graphics.Image getImage()
Gets the image to use in the Designer Action panel for new items.- Specified by:
getImagein interfaceIEditorActionActor<HistoryForward.Settings,EditorHistoryForward.Settings>