| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.core.runtimemanager.gui | |
| de.aristaflow.adept2.ui.guimanager |
| Modifier and Type | Method and Description |
|---|---|
RemoteGUIManager |
ExecutionClientService.getRemoteGUIManager()
Gets the GUI manager for creating local GUI contexts for the GUI contexts
that are transferred from a remotely executed activity.
|
RemoteGUIManager |
MultiplexingClientService.getRemoteGUIManager() |
RemoteGUIManager |
RemoteExecutionClientService.getRemoteGUIManager()
Gets the GUI manager for creating local GUI contexts for the GUI contexts
that are transferred from a remotely executed activity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGUIManager
This class provides the basic means for a
RemoteGUIManager which
is the interaction between remotely executed component to GUI context (via
ActivityStateNotification and vice versa
(via AbstractGUIManager.terminateRemoteExecution(SessionToken, EBPInstanceReference, String)). |
| Modifier and Type | Class and Description |
|---|---|
class |
NullGUIManager
The null GUI manager returns the
NullGUIContext as the GUIContext and
may be used for GUI-less clients. |
class |
RemoteHTMLGUIManager
A GUI manager supporting the
NullGUIContext and a
RemoteHTMLContext as the GUIContext for (nearly)
GUI-less clients with a webserver. |