Package com.iizigo.ws.actionactor
Class EditorWebServiceActionActor
java.lang.Object
com.iizix.ws.actionactor.WebServiceActionActor
com.iizigo.ws.actionactor.EditorWebServiceActionActor
- All Implemented Interfaces:
- IEditorActionActor<WebServiceActionActor.Settings,,- EditorWebServiceActionActor.Settings> - IActionActor<WebServiceActionActor.Settings>
public class EditorWebServiceActionActor extends WebServiceActionActor implements IEditorActionActor<WebServiceActionActor.Settings,EditorWebServiceActionActor.Settings> 
Custom Java-based Action Actor as provided by a user class.
- Author:
- Christopher Mindus
- Nested Class SummaryNested ClassesModifier and TypeClassDescription- static classSettings property container.- static classSetup class for property editor.
- Field SummaryFields
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescriptionCreate the Editor version of the settings container with- Atom.SETTINGSname.- getImage()Gets the image to use in the Designer Action panel for new items.- Methods inherited from class com.iizix.ws.actionactor.WebServiceActionActor- doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, getVSAction, 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- EditorWebServiceActionActorCreates a new instance.- Parameters:
- action- The action initiator.
 
 
- Method Details- createSettingsCreate the Editor version of the settings container with- Atom.SETTINGSname.- Specified by:
- createSettingsin interface- IEditorActionActor<WebServiceActionActor.Settings,- EditorWebServiceActionActor.Settings> 
 
- getImageGets the image to use in the Designer Action panel for new items.- Specified by:
- getImagein interface- IEditorActionActor<WebServiceActionActor.Settings,- EditorWebServiceActionActor.Settings>