Uses of Class
com.iizix.actionactor.AbstractSettings
Uses of AbstractSettings in com.iizigo.actionactor
Classes in com.iizigo.actionactor with type parameters of type AbstractSettings 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.Subclasses of AbstractSettings in com.iizigo.actionactor Modifier and Type Class Description static class
EditorJavaActionActor.Settings
Settings property container.Constructors in com.iizigo.actionactor with parameters of type AbstractSettings Constructor Description ActionActorDesignerProp(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup)
Constructor.Uses of AbstractSettings in com.iizigo.db.actionactor
Subclasses of AbstractSettings in com.iizigo.db.actionactor Modifier and Type Class Description static class
EditorDatabaseActionActor.Settings
Settings property container.Constructors in com.iizigo.db.actionactor with parameters of type AbstractSettings Constructor Description DatabaseActionActorDesignerProp(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup)
Constructor.Uses of AbstractSettings in com.iizigo.term.prop
Subclasses of AbstractSettings in com.iizigo.term.prop Modifier and Type Class Description static class
EditorTerminalActionActor.Settings
Editor version of the Settings property container.Constructors in com.iizigo.term.prop with parameters of type AbstractSettings Constructor Description TerminalActionActorDesignerProp(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup)
Constructor.Uses of AbstractSettings in com.iizigo.vs.actor
Subclasses of AbstractSettings in com.iizigo.vs.actor Modifier and Type Class Description static class
EditorHistoryBackward.Settings
Editor version of the Settings property container.static class
EditorHistoryForward.Settings
Editor version of the Settings property container.static class
EditorSetFocus.Settings
Editor version of the Settings property container.static class
EditorSetSourceFieldValue.Settings
Editor version of the Settings property container.static class
EditorSetTargetFieldValue.Settings
Editor version of the Settings property container.static class
EditorTransportField.Settings
Editor version of the Settings property container.Uses of AbstractSettings in com.iizigo.ws.actionactor
Subclasses of AbstractSettings in com.iizigo.ws.actionactor Modifier and Type Class Description static class
EditorWebServiceActionActor.Settings
Settings property container.Constructors in com.iizigo.ws.actionactor with parameters of type AbstractSettings Constructor Description WebServiceActionActorDesignerProp(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup)
Constructor.Uses of AbstractSettings in com.iizix.actionactor
Classes in com.iizix.actionactor with type parameters of type AbstractSettings Modifier and Type Interface Description interface
IActionActor<SETTINGS extends AbstractSettings>
Action Actor interface used for TXP runnable's.interface
IActionActorSettingsReceiver<SETTINGS extends AbstractSettings>
Interface implements by an Action Actor that wishes to receive the Settings container.Subclasses of AbstractSettings in com.iizix.actionactor Modifier and Type Class Description static class
JavaActionActorBase.Settings
Settings property container.Methods in com.iizix.actionactor that return AbstractSettings Modifier and Type Method Description AbstractSettings
AbstractSettings. clone()
Creates a clone out of this property.Methods in com.iizix.actionactor that return types with arguments of type AbstractSettings Modifier and Type Method Description protected abstract IActionActor<? extends AbstractSettings>
AbstractSettings. createActor(VSAction action)
Create the instance of the action actor.Methods in com.iizix.actionactor with parameters of type AbstractSettings Modifier and Type Method Description default AbstractActionActorTXPNode<SETTINGS>
IActionActor. delegateNewTXPNode(VSActionTXProcess actionProcess, VSAction action, AbstractSettings settings)
Internal method used to delegate the call to theIActionActor.newTXPNode(VSActionTXProcess, VSAction, AbstractSettings)
.Uses of AbstractSettings in com.iizix.db.actionactor
Subclasses of AbstractSettings in com.iizix.db.actionactor Modifier and Type Class Description static class
DatabaseActionActor.Settings
Settings property container.Uses of AbstractSettings in com.iizix.prop.vs.actor
Classes in com.iizix.prop.vs.actor with type parameters of type AbstractSettings Modifier and Type Class Description class
AbstractVSActionActor<SETTINGS extends AbstractSettings>
The VS Action Actor abstract implementation.Subclasses of AbstractSettings in com.iizix.prop.vs.actor Modifier and Type Class Description class
AbstractPredefinedSettings
The predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.static class
HistoryBackward.Settings
Settings property container.static class
HistoryForward.Settings
Settings property container.static class
SetFocus.Settings
Settings property container.static class
SetSourceFieldValue.Settings
Settings property container.static class
SetTargetFieldValue.Settings
Settings property container.static class
TransportField.Settings
Settings property container.static class
TransportGroup.Settings
Settings property container.static class
TransportSelectedTableRows.Settings
Settings property container.static class
TransportSingleSelectedTableRow.Settings
Settings property container.static class
TransportSingleSelectedTableRowAndColumnToField.Settings
Settings property container.static class
TransportSingleSelectedTableRowToFields.Settings
Settings property container.static class
TransportTableColumn.Settings
Settings property container.static class
TransportTableRows.Settings
Settings property container.Fields in com.iizix.prop.vs.actor declared as AbstractSettings Modifier and Type Field Description protected SETTINGS
AbstractVSActionActor. settings
The settings container.Methods in com.iizix.prop.vs.actor that return AbstractSettings Modifier and Type Method Description AbstractSettings[]
ActionActors. getActionActorsSettings()
Gets the abstract settings for the action actor.Uses of AbstractSettings in com.iizix.term.prop
Subclasses of AbstractSettings in com.iizix.term.prop Modifier and Type Class Description static class
TerminalActionActor.Settings
The terminal action actor settings.Uses of AbstractSettings in com.iizix.txp.impl
Classes in com.iizix.txp.impl with type parameters of type AbstractSettings Modifier and Type Class Description class
AbstractActionActorTXPNode<SETTINGS extends AbstractSettings>
The abstract TXP node that the Action Actors needs to extend from.Uses of AbstractSettings in com.iizix.ws.actionactor
Subclasses of AbstractSettings in com.iizix.ws.actionactor Modifier and Type Class Description static class
WebServiceActionActor.Settings
Settings property container.