| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.core.runtimemanager.gui | |
| de.aristaflow.adept2.ui.guimanager |
| Modifier and Type | Method and Description |
|---|---|
GUIManager |
LocalExecutionClientService.getGUIManager()
Gets the GUI manager responsible for synchronising the currently selected
element in the GUI.
|
GUIManager |
MultiplexingClientService.getGUIManager() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteGUIManager
A
RemoteGUIManager extends a normal GUI manager by the means to
create local GUI contexts based on a transferred GUI context. |
| 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. |