Package com.iizigo.vs.actor
Class EditorSetSourceFieldValue
- java.lang.Object
- com.iizix.prop.vs.actor.AbstractVSActionActor<SetSourceFieldValue.Settings>
- com.iizix.prop.vs.actor.SetSourceFieldValue
- com.iizigo.vs.actor.EditorSetSourceFieldValue
- All Implemented Interfaces:
IEditorActionActor<SetSourceFieldValue.Settings,EditorSetSourceFieldValue.Settings>
,IActionActor<SetSourceFieldValue.Settings>
public class EditorSetSourceFieldValue extends SetSourceFieldValue implements IEditorActionActor<SetSourceFieldValue.Settings,EditorSetSourceFieldValue.Settings>
Actor for VirtualSpace performing the action as the class name says.- Author:
- Christopher Mindus
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EditorSetSourceFieldValue.Settings
Editor version of the Settings property container.static class
EditorSetSourceFieldValue.Setup
Field Summary
Fields Modifier and Type Field Description static IEditorActionActorProvider
ACTION_ACTOR_PROVIDER
The Action Actor provider.Fields inherited from class com.iizix.prop.vs.actor.AbstractVSActionActor
action, settings
Constructor Summary
Constructors Constructor Description EditorSetSourceFieldValue(EditorVSAction action)
Creates a new instance.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditorSetSourceFieldValue.Settings
createSettings()
Create the 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 class com.iizix.prop.vs.actor.SetSourceFieldValue
getDefaultDescription, getEnabledState
Methods inherited from class com.iizix.prop.vs.actor.AbstractVSActionActor
doesModifyVirtualSpace, 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
EditorSetSourceFieldValue
public EditorSetSourceFieldValue(EditorVSAction action)
Creates a new instance.- Parameters:
action
- The action initiator.
Method Detail
createSettings
public EditorSetSourceFieldValue.Settings createSettings()
Create the container withAtom.SETTINGS
name.- Specified by:
createSettings
in interfaceIEditorActionActor<SetSourceFieldValue.Settings,EditorSetSourceFieldValue.Settings>
- Overrides:
createSettings
in classSetSourceFieldValue
getImage
public org.eclipse.swt.graphics.Image getImage()
Gets the image to use in the Designer Action panel for new items.- Specified by:
getImage
in interfaceIEditorActionActor<SetSourceFieldValue.Settings,EditorSetSourceFieldValue.Settings>