Package com.iizigo.vs.actor
Class EditorTransportField
java.lang.Object
com.iizix.prop.vs.actor.AbstractVSActionActor<TransportField.Settings>
com.iizix.prop.vs.actor.TransportField
com.iizigo.vs.actor.EditorTransportField
- All Implemented Interfaces:
IEditorActionActor<TransportField.Settings,
,EditorTransportField.Settings> IActionActor<TransportField.Settings>
public class EditorTransportField extends TransportField implements IEditorActionActor<TransportField.Settings,EditorTransportField.Settings>
Actor for VirtualSpace performing the action as the class name says.
- Author:
- Christopher Mindus
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Editor version of the Settings property container.static class
Field Summary
Fields inherited from class com.iizix.prop.vs.actor.AbstractVSActionActor
action, settings
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionCreate 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.TransportField
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_PROVIDER
The Action Actor provider.
Constructor Details
EditorTransportField
Creates a new instance.- Parameters:
action
- The action initiator.
Method Details
createSettings
Create the container withAtom.SETTINGS
name.- Specified by:
createSettings
in interfaceIEditorActionActor<TransportField.Settings,
EditorTransportField.Settings> - Overrides:
createSettings
in classTransportField
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<TransportField.Settings,
EditorTransportField.Settings>