See: Description
| Interface | Description |
|---|---|
| UiConnection |
Abstraction of a user interface session connection.
|
| UiExtensionService |
Service for registering user interface extensions.
|
| UiMessageHandlerFactory |
Abstraction of an entity capable of producing a set of message handlers
specific to the given user interface connection.
|
| UiPreferencesService |
Service for tracking user interface preferences.
|
| UiTopoLayoutService |
Service for managing
UiTopoLayout instances. |
| UiTopoMapFactory |
Abstraction of an entity capable of producing one or more topology
map topologies.
|
| UiTopoOverlayFactory |
Abstraction of an entity capable of producing one or more topology
overlay handlers specific to a given user interface connection.
|
| Class | Description |
|---|---|
| JsonUtils |
Provides convenience methods for dealing with JSON nodes, arrays etc.
|
| RequestHandler |
Abstraction of an entity that handles a specific request from the
user interface client.
|
| UiExtension |
User interface extension.
|
| UiExtension.Builder |
UI Extension Builder.
|
| UiMessageHandler |
Abstraction of an entity capable of processing JSON messages from the user
interface client.
|
| UiTopoMap |
Represents user interface topology view overlay.
|
| UiTopoOverlay |
Represents user interface topology view overlay.
|
| UiView |
Represents user interface view addition.
|
| UiViewHidden |
Represents user interface view addition, except that this one should not
have an entry in the navigation panel.
|
| Enum | Description |
|---|---|
| UiView.Category |
Designates navigation menu category.
|