Package com.iizix.prop.vs.actor
Class HistoryBackward
java.lang.Object
com.iizix.prop.vs.actor.AbstractVSActionActor<HistoryBackward.Settings>
com.iizix.prop.vs.actor.HistoryBackward
- All Implemented Interfaces:
- IActionActor<HistoryBackward.Settings>
- Direct Known Subclasses:
- EditorHistoryBackward
Action Actor to perform a History Backward action.
- Author:
- Christopher Mindus
- Nested Class SummaryNested Classes
- Field Summary- Fields inherited from class com.iizix.prop.vs.actor.AbstractVSActionActor- action, settings
- Constructor SummaryConstructorsConstructorDescription- HistoryBackward- (VSAction action, HistoryBackward.Settings settings) Creates a new instance.
- Method SummaryModifier and TypeMethodDescriptionCreate the container with- Atom.SETTINGSname.- booleanChecks if the VirtualSpace is modified by the Action Actor.Gets the default description of the Action Actor to be used for the Designer or logging.- getEnabledState- (IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.- 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
- Constructor Details- HistoryBackwardCreates a new instance.- Parameters:
- action- The action initiator.
- settings- The settings to use, null in the Designer instance.
 
 
- Method Details- createSettingsCreate the container with- Atom.SETTINGSname.- Specified by:
- createSettingsin class- AbstractVSActionActor<HistoryBackward.Settings>
 
- getDefaultDescriptionGets the default description of the Action Actor to be used for the Designer or logging.- Specified by:
- getDefaultDescriptionin interface- IActionActor<HistoryBackward.Settings>
- Specified by:
- getDefaultDescriptionin class- AbstractVSActionActor<HistoryBackward.Settings>
- Returns:
- A short description.
 
- getEnabledStateChecks if the runnable is enabled for the current VirtualSpace. This method is checked to see if the action is enabled and also in the Designer.- Parameters:
- appGyro- The application session gyro instance.
- action- The action calling the action actor.
- Returns:
- null If enabled, otherwise an message why it's not enabled.
 
- doesModifyVirtualSpacepublic boolean doesModifyVirtualSpace()Checks if the VirtualSpace is modified by the Action Actor.- Specified by:
- doesModifyVirtualSpacein interface- IActionActor<HistoryBackward.Settings>
- Overrides:
- doesModifyVirtualSpacein class- AbstractVSActionActor<HistoryBackward.Settings>
- Returns:
- true if any field in the VS is modified (excludes focus).