Uses of Interface
com.iizix.actionactor.IActionActor
Uses of IActionActor in com.iizigo.actionactor
Subinterfaces of IActionActor in com.iizigo.actionactor Modifier and Type Interface Description interface
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 IActionActor Modifier and Type Class Description class
EditorJavaActionActor
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 IActionActor Modifier and Type Class Description class
EditorDatabaseActionActor
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 IActionActor Modifier and Type Class Description class
EditorTerminalActionActor
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 IActionActor Modifier and Type Class Description class
EditorHistoryBackward
Actor for history backward operation for a client session.class
EditorHistoryForward
Actor for history forward operation for a client session.class
EditorSetFocus
Actor for VirtualSpace performing the action as the class name says.class
EditorSetSourceFieldValue
Actor for VirtualSpace performing the action as the class name says.class
EditorSetTargetFieldValue
Actor for VirtualSpace performing the action as the class name says.class
EditorTransportField
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 IActionActor Modifier and Type Class Description class
EditorWebServiceActionActor
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 IActionActor Modifier and Type Class Description class
JavaActionActorBase
Custom Java-based Action Actor as provided by a user class.Methods in com.iizix.actionactor that return IActionActor Modifier and Type Method Description protected 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.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 IActionActor Modifier and Type Class Description class
DatabaseActionActor
The Database transaction Action Actor.Methods in com.iizix.db.actionactor that return IActionActor Modifier and Type Method Description protected 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 IActionActor Modifier and Type Class Description class
AbstractVSActionActor<SETTINGS extends AbstractSettings>
The VS Action Actor abstract implementation.class
HistoryBackward
Action Actor to perform a History Backward action.class
HistoryForward
Action Actor to perform a History Forward action.class
SetFocus
Action Actor for VirtualSpace performing the action as the class name says.class
SetSourceFieldValue
Action Actor for VirtualSpace performing the action as the class name says.class
SetTargetFieldValue
Action Actor for VirtualSpace performing the action as the class name says.class
TransportField
Action Actor for VirtualSpace performing the action as the class name says.class
TransportGroup
Action Actor for VirtualSpace performing the action as the class name says.class
TransportSelectedTableRows
Action Actor for VirtualSpace performing the action as the class name says.class
TransportSingleSelectedTableRow
Action Actor for VirtualSpace performing the action as the class name says.class
TransportSingleSelectedTableRowAndColumnToField
Action Actor for VirtualSpace performing the action as the class name says.class
TransportSingleSelectedTableRowToFields
Action Actor for VirtualSpace performing the action as the class name says.class
TransportTableColumn
Action Actor for VirtualSpace performing the action as the class name says.class
TransportTableRows
Action Actor for VirtualSpace performing the action as the class name says.Methods in com.iizix.prop.vs.actor that return IActionActor Modifier and Type Method Description protected 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.protected IActionActor<TransportSingleSelectedTableRow.Settings>
TransportSingleSelectedTableRow.Settings. createActor(VSAction action)
Create the instance of the action actor.protected IActionActor<TransportSingleSelectedTableRowAndColumnToField.Settings>
TransportSingleSelectedTableRowAndColumnToField.Settings. createActor(VSAction action)
Create the instance of the action actor.protected IActionActor<TransportSingleSelectedTableRowToFields.Settings>
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 IActionActor Modifier and Type Class Description class
TerminalActionActor
The Action Actor for the Terminal.Methods in com.iizix.term.prop that return IActionActor Modifier and Type Method Description protected 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 IActionActor Modifier and Type Class Description class
WebServiceActionActor
The Web Service transaction Action Actor.Methods in com.iizix.ws.actionactor that return IActionActor Modifier and Type Method Description protected IActionActor<WebServiceActionActor.Settings>
WebServiceActionActor.Settings. createActor(VSAction action)
Create the instance of the action actor.