Uses of Interface
com.iizix.actionactor.IActionActor
Packages that use IActionActor
Package
Description
Uses of IActionActor in com.iizigo.actionactor
Subinterfaces of IActionActor in com.iizigo.actionactorModifier and TypeInterfaceDescriptioninterface
IEditorActionActor<RUNTIME_CONTAINER extends AbstractSettings,
EDITOR_CONTAINER extends PropCnr> Editor version of Action Actor interface used for TXP runnables.Classes in com.iizigo.actionactor that implement IActionActorModifier and TypeClassDescriptionclass
Custom Java-based Action Actor as provided by a user class.Uses of IActionActor in com.iizigo.db.actionactor
Classes in com.iizigo.db.actionactor that implement IActionActorModifier and TypeClassDescriptionclass
Custom Java-based Action Actor as provided by a user class.Uses of IActionActor in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement IActionActorModifier and TypeClassDescriptionclass
Actor for VirtualSpace performing the action as the class name says.Uses of IActionActor in com.iizigo.vs.actor
Classes in com.iizigo.vs.actor that implement IActionActorModifier and TypeClassDescriptionclass
Actor for history backward operation for a client session.class
Actor for history forward operation for a client session.class
Actor for VirtualSpace performing the action as the class name says.class
Actor for VirtualSpace performing the action as the class name says.class
Actor for VirtualSpace performing the action as the class name says.class
Actor for VirtualSpace performing the action as the class name says.Uses of IActionActor in com.iizigo.ws.actionactor
Classes in com.iizigo.ws.actionactor that implement IActionActorModifier and TypeClassDescriptionclass
Custom Java-based Action Actor as provided by a user class.Uses of IActionActor in com.iizix.actionactor
Classes in com.iizix.actionactor that implement IActionActorModifier and TypeClassDescriptionclass
Custom Java-based Action Actor as provided by a user class.Methods in com.iizix.actionactor that return IActionActorModifier and TypeMethodDescriptionprotected abstract IActionActor<? extends AbstractSettings>
AbstractSettings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<JavaActionActorBase.Settings>
JavaActionActorBase.Settings.createActor
(VSAction action) Create the instance of the action actor.final IActionActor<?>
AbstractSettings.getActionActor
(VSAction action) Gets the actor implementation instance.Uses of IActionActor in com.iizix.db.actionactor
Classes in com.iizix.db.actionactor that implement IActionActorMethods in com.iizix.db.actionactor that return IActionActorModifier and TypeMethodDescriptionprotected IActionActor<DatabaseActionActor.Settings>
DatabaseActionActor.Settings.createActor
(VSAction action) Create the instance of the action actor.Uses of IActionActor in com.iizix.prop.vs.actor
Classes in com.iizix.prop.vs.actor that implement IActionActorModifier and TypeClassDescriptionclass
AbstractVSActionActor<SETTINGS extends AbstractSettings>
The VS Action Actor abstract implementation.class
Action Actor to perform a History Backward action.class
Action Actor to perform a History Forward action.class
Action Actor for VirtualSpace performing the action as the class name says.class
Action Actor for VirtualSpace performing the action as the class name says.class
Action Actor for VirtualSpace performing the action as the class name says.class
Action Actor for VirtualSpace performing the action as the class name says.class
Action Actor for VirtualSpace performing the action as the class name says.class
Action Actor for VirtualSpace performing the action as the class name says.class
Action Actor for VirtualSpace performing the action as the class name says.class
Action Actor for VirtualSpace performing the action as the class name says.class
Action Actor for VirtualSpace performing the action as the class name says.class
Action Actor for VirtualSpace performing the action as the class name says.class
Action Actor for VirtualSpace performing the action as the class name says.Methods in com.iizix.prop.vs.actor that return IActionActorModifier and TypeMethodDescriptionprotected IActionActor<HistoryBackward.Settings>
HistoryBackward.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<HistoryForward.Settings>
HistoryForward.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<SetFocus.Settings>
SetFocus.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<SetSourceFieldValue.Settings>
SetSourceFieldValue.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<SetTargetFieldValue.Settings>
SetTargetFieldValue.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<TransportField.Settings>
TransportField.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<TransportGroup.Settings>
TransportGroup.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<TransportSelectedTableRows.Settings>
TransportSelectedTableRows.Settings.createActor
(VSAction action) Create the instance of the action actor.TransportSingleSelectedTableRow.Settings.createActor
(VSAction action) Create the instance of the action actor.TransportSingleSelectedTableRowAndColumnToField.Settings.createActor
(VSAction action) Create the instance of the action actor.TransportSingleSelectedTableRowToFields.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<TransportTableColumn.Settings>
TransportTableColumn.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<TransportTableRows.Settings>
TransportTableRows.Settings.createActor
(VSAction action) Create the instance of the action actor.IActionActor<?>
IActionActorSettings.getActionActor
(VSAction action) Gets the actor implementation instance.Uses of IActionActor in com.iizix.term.prop
Classes in com.iizix.term.prop that implement IActionActorMethods in com.iizix.term.prop that return IActionActorModifier and TypeMethodDescriptionprotected IActionActor<TerminalActionActor.Settings>
TerminalActionActor.Settings.createActor
(VSAction action) Create the instance of the action actor.Uses of IActionActor in com.iizix.ws.actionactor
Classes in com.iizix.ws.actionactor that implement IActionActorModifier and TypeClassDescriptionclass
The Web Service transaction Action Actor.Methods in com.iizix.ws.actionactor that return IActionActorModifier and TypeMethodDescriptionprotected IActionActor<WebServiceActionActor.Settings>
WebServiceActionActor.Settings.createActor
(VSAction action) Create the instance of the action actor.