Package com.iizigo.vs.actor
Class EditorSetTargetFieldValue
java.lang.Object
com.iizix.prop.vs.actor.AbstractVSActionActor<SetTargetFieldValue.Settings>
com.iizix.prop.vs.actor.SetTargetFieldValue
com.iizigo.vs.actor.EditorSetTargetFieldValue
- All Implemented Interfaces:
IEditorActionActor<SetTargetFieldValue.Settings,,EditorSetTargetFieldValue.Settings> IActionActor<SetTargetFieldValue.Settings>
public class EditorSetTargetFieldValue extends SetTargetFieldValue implements IEditorActionActor<SetTargetFieldValue.Settings,EditorSetTargetFieldValue.Settings>
Actor for VirtualSpace performing the action as the class name says.
- Author:
- Christopher Mindus
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEditor version of the Settings property container.static classField Summary
FieldsFields inherited from class com.iizix.prop.vs.actor.AbstractVSActionActor
action, settingsConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionCreate 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.SetTargetFieldValue
getDefaultDescription, getEnabledStateMethods inherited from class com.iizix.prop.vs.actor.AbstractVSActionActor
doesModifyVirtualSpace, getDescription, newTXPNodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.iizix.actionactor.IActionActor
delegateNewTXPNode, doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, newTXPNode
Field Details
ACTION_ACTOR_PROVIDER
The Action Actor provider.
Constructor Details
EditorSetTargetFieldValue
Creates a new instance.- Parameters:
action- The action initiator.
Method Details
createSettings
Create the container withAtom.SETTINGSname.- Specified by:
createSettingsin interfaceIEditorActionActor<SetTargetFieldValue.Settings,EditorSetTargetFieldValue.Settings> - Overrides:
createSettingsin classSetTargetFieldValue
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<SetTargetFieldValue.Settings,EditorSetTargetFieldValue.Settings>