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 interfaceIEditorActionActor<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 classEditorJavaActionActorCustom 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 classEditorDatabaseActionActorCustom 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 classEditorTerminalActionActorActor 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 classEditorHistoryBackwardActor for history backward operation for a client session.classEditorHistoryForwardActor for history forward operation for a client session.classEditorSetFocusActor for VirtualSpace performing the action as the class name says.classEditorSetSourceFieldValueActor for VirtualSpace performing the action as the class name says.classEditorSetTargetFieldValueActor for VirtualSpace performing the action as the class name says.classEditorTransportFieldActor 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 classEditorWebServiceActionActorCustom 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 classJavaActionActorBaseCustom 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 classDatabaseActionActorThe 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 classAbstractVSActionActor<SETTINGS extends AbstractSettings>The VS Action Actor abstract implementation.classHistoryBackwardAction Actor to perform a History Backward action.classHistoryForwardAction Actor to perform a History Forward action.classSetFocusAction Actor for VirtualSpace performing the action as the class name says.classSetSourceFieldValueAction Actor for VirtualSpace performing the action as the class name says.classSetTargetFieldValueAction Actor for VirtualSpace performing the action as the class name says.classTransportFieldAction Actor for VirtualSpace performing the action as the class name says.classTransportGroupAction Actor for VirtualSpace performing the action as the class name says.classTransportSelectedTableRowsAction Actor for VirtualSpace performing the action as the class name says.classTransportSingleSelectedTableRowAction Actor for VirtualSpace performing the action as the class name says.classTransportSingleSelectedTableRowAndColumnToFieldAction Actor for VirtualSpace performing the action as the class name says.classTransportSingleSelectedTableRowToFieldsAction Actor for VirtualSpace performing the action as the class name says.classTransportTableColumnAction Actor for VirtualSpace performing the action as the class name says.classTransportTableRowsAction 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 classTerminalActionActorThe 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 classWebServiceActionActorThe 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.