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 ClassesModifier and TypeClassDescriptionstatic classEditor version of the Settings property container.static class--- Edit data setup for the properties ---Field Summary
FieldsFields inherited from class AbstractVSActionActor
action, settingsConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionCreate the container withAtom.SETTINGSname.getImage()Gets the image to use in the Designer Action panel for new items.Methods inherited from class HistoryForward
doesModifyVirtualSpace, getDefaultDescription, getEnabledStateMethods inherited from class AbstractVSActionActor
getDescription, newTXPNodeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IActionActor
delegateNewTXPNode, doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, newTXPNode
Field Details
ACTION_ACTOR_PROVIDER
The Action Actor provider.
Constructor Details
EditorHistoryForward
Creates a new instance.- Parameters:
action- The action initiator.
Method Details
createSettings
Create the container withAtom.SETTINGSname.- Specified by:
createSettingsin interfaceIEditorActionActor<HistoryForward.Settings, EditorHistoryForward.Settings>- Overrides:
createSettingsin classHistoryForward
getImage
Gets the image to use in the Designer Action panel for new items.- Specified by:
getImagein interfaceIEditorActionActor<HistoryForward.Settings, EditorHistoryForward.Settings>