Class EditorJavaActionActor
java.lang.Object
com.iizix.actionactor.JavaActionActorBase
com.iizigo.actionactor.EditorJavaActionActor
- All Implemented Interfaces:
IEditorActionActor<JavaActionActorBase.Settings, EditorJavaActionActor.Settings>, IActionActor<JavaActionActorBase.Settings>
public class EditorJavaActionActor extends JavaActionActorBase implements IEditorActionActor<JavaActionActorBase.Settings, EditorJavaActionActor.Settings>
Custom Java-based Action Actor as provided by a user class.
- Author:
- Christopher Mindus
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSettings property container.static class--- Edit data setup for the properties ---Field Summary
FieldsFields inherited from class JavaActionActorBase
ACTOR_CLASSConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionCreate the Editor version of the settings container withAtom.SETTINGSname.getImage()Gets the image to use in the Designer Action panel for new items.Methods inherited from class JavaActionActorBase
doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, newTXPNodeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IActionActor
delegateNewTXPNode, doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, newTXPNode
Field Details
ACTION_ACTOR_PROVIDER
The Action Actor provider.
Constructor Details
EditorJavaActionActor
Creates a new instance.- Parameters:
action- The action initiator.
Method Details
createSettings
Create the Editor version of the settings container withAtom.SETTINGSname.- Specified by:
createSettingsin interfaceIEditorActionActor<JavaActionActorBase.Settings, EditorJavaActionActor.Settings>
getImage
Gets the image to use in the Designer Action panel for new items.- Specified by:
getImagein interfaceIEditorActionActor<JavaActionActorBase.Settings, EditorJavaActionActor.Settings>