Package com.iizigo.term.prop
Class EditorTerminalActionActor
java.lang.Object
com.iizix.term.prop.TerminalActionActor
com.iizigo.term.prop.EditorTerminalActionActor
- All Implemented Interfaces:
- IEditorActionActor<TerminalActionActor.Settings,,- EditorTerminalActionActor.Settings> - IActionActor<TerminalActionActor.Settings>
public class EditorTerminalActionActor extends TerminalActionActor implements IEditorActionActor<TerminalActionActor.Settings,EditorTerminalActionActor.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 classSet-up class for property editor.
- Field SummaryFields
- 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.term.prop.TerminalActionActor- doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, 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- EditorTerminalActionActorCreates a new instance.- Parameters:
- action- The action initiator.
 
 
- Method Details- createSettingsCreate the container with- Atom.SETTINGSname.- Specified by:
- createSettingsin interface- IEditorActionActor<TerminalActionActor.Settings,- EditorTerminalActionActor.Settings> 
 
- getImageGets the image to use in the Designer Action panel for new items.- Specified by:
- getImagein interface- IEditorActionActor<TerminalActionActor.Settings,- EditorTerminalActionActor.Settings>