Uses of Interface
com.iizix.actionactor.IActionActor
Package
Description
Uses of IActionActor in com.iizigo.actionactor
Modifier and TypeInterfaceDescriptioninterface
IEditorActionActor<RUNTIME_CONTAINER extends AbstractSettings,
EDITOR_CONTAINER extends PropCnr> Editor version of Action Actor interface used for TXP runnables.Modifier and TypeClassDescriptionclass
Custom Java-based Action Actor as provided by a user class.Uses of IActionActor in com.iizigo.db.actionactor
Modifier and TypeClassDescriptionclass
Custom Java-based Action Actor as provided by a user class.Uses of IActionActor in com.iizigo.term.prop
Modifier and TypeClassDescriptionclass
Actor for VirtualSpace performing the action as the class name says.Uses of IActionActor in com.iizigo.vs.actor
Modifier 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
Modifier and TypeClassDescriptionclass
Custom Java-based Action Actor as provided by a user class.Uses of IActionActor in com.iizix.actionactor
Modifier and TypeClassDescriptionclass
Custom Java-based Action Actor as provided by a user class.Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
The Web Service transaction Action Actor.Modifier and TypeMethodDescriptionprotected IActionActor<WebServiceActionActor.Settings>
WebServiceActionActor.Settings.createActor
(VSAction action) Create the instance of the action actor.