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 SummaryNested ClassesModifier and TypeClassDescription- static classEditor version of the Settings property container.- static class
- Field SummaryFields- Fields inherited from class com.iizix.prop.vs.actor.AbstractVSActionActor- action, settings
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescriptionCreate the container with- Atom.SETTINGSname.- 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 Details- ACTION_ACTOR_PROVIDERThe Action Actor provider.
 
- Constructor Details- EditorSetSourceFieldValueCreates a new instance.- Parameters:
- action- The action initiator.
 
 
- Method Details- createSettingsCreate the container with- Atom.SETTINGSname.- Specified by:
- createSettingsin interface- IEditorActionActor<SetSourceFieldValue.Settings,- EditorSetSourceFieldValue.Settings> 
- Overrides:
- createSettingsin class- SetSourceFieldValue
 
- getImageGets the image to use in the Designer Action panel for new items.- Specified by:
- getImagein interface- IEditorActionActor<SetSourceFieldValue.Settings,- EditorSetSourceFieldValue.Settings>