Package com.iizigo.vs.actor
Class EditorSetFocus
java.lang.Object
com.iizix.prop.vs.actor.AbstractVSActionActor<SetFocus.Settings>
com.iizix.prop.vs.actor.SetFocus
com.iizigo.vs.actor.EditorSetFocus
- All Implemented Interfaces:
IEditorActionActor<SetFocus.Settings,
,EditorSetFocus.Settings> IActionActor<SetFocus.Settings>
public class EditorSetFocus extends SetFocus implements IEditorActionActor<SetFocus.Settings,EditorSetFocus.Settings>
Actor for VirtualSpace performing the action as the class name says.
- Author:
- Christopher Mindus
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Editor version of the Settings property container.static class
Field Summary
FieldsFields inherited from class com.iizix.prop.vs.actor.AbstractVSActionActor
action, settings
Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionCreate the container withAtom.SETTINGS
name.getImage()
Gets the image to use in the Designer Action panel for new items.Methods inherited from class com.iizix.prop.vs.actor.SetFocus
doesModifyVirtualSpace, getDefaultDescription, getEnabledState
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, doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, newTXPNode
Field Details
Constructor Details
Method Details
createSettings
Create the container withAtom.SETTINGS
name.- Specified by:
createSettings
in interfaceIEditorActionActor<SetFocus.Settings,
EditorSetFocus.Settings> - Overrides:
createSettings
in classSetFocus
getImage
Gets the image to use in the Designer Action panel for new items.- Specified by:
getImage
in interfaceIEditorActionActor<SetFocus.Settings,
EditorSetFocus.Settings>