| Package | Description |
|---|---|
| de.aristaflow.adept2.core.runtimemanager.gui | |
| de.aristaflow.adept2.ui.guimanager |
| Modifier and Type | Method and Description |
|---|---|
GUIContext |
AbstractGUIManager.createGUIContext(SessionToken session,
de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt,
ExecutionControlManager ecm)
Creates a GUI context for the designated
TransferrableGUIContext and the designated
ExecutionControlManager. |
GUIContext |
GUIManager.getGUIContext(SessionToken session,
ActivityInstance activityInstance,
EBPInstanceReference ebpInstanceReference,
java.lang.String sessionId,
ExecutionContext executionContext,
ExecutionControlManager executionControlManager,
java.lang.Thread thread)
Gets an appropriate GUI context for the designated activity as configured
locally for the corresponding client.
|
GUIContext |
AbstractGUIManager.getLocalForRemoteGuiContext(SessionToken session,
de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext transfrdCtxt) |
GUIContext |
RemoteGUIManager.getLocalForRemoteGuiContext(SessionToken session,
de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext transfrdCtxt)
Gets an appropriate GUI context for the designated
TransferableGUIContext. |
| Modifier and Type | Method and Description |
|---|---|
GUIContext |
NullGUIManager.createGUIContext(SessionToken session,
de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt,
ExecutionControlManager ecm) |
GUIContext |
NullGUIManager.getGUIContext(SessionToken session,
ActivityInstance activityInstance,
EBPInstanceReference ebpInstanceReference,
java.lang.String sessionID,
ExecutionContext executionContext,
ExecutionControlManager ecm,
java.lang.Thread thread) |
GUIContext |
RemoteHTMLGUIManager.getGUIContext(SessionToken session,
ActivityInstance activityInstance,
EBPInstanceReference ebpInstanceReference,
java.lang.String sessionID,
ExecutionContext executionContext,
ExecutionControlManager ecm,
java.lang.Thread thread) |