See: Description
| Interface | Description |
|---|---|
| EnvironmentTypeService |
The Interface EnvironmentTypeService describes the structure to define an
EnvironmentType
for Agent.Workbench. |
| Class | Description |
|---|---|
| EnvironmentController |
This class has to be extended if you are writing your own environment model and visualisation.
|
| EnvironmentPanel |
In order to build an user interface, where environments can be defined by
end users in a visual way, this class has to be extended.
|
| EnvironmentType |
This class has to be used in order to hand over a predefined environment model
with its visual representation and tools to Agent.Workbench.
|
| EnvironmentTypes |
This extended Vector holds all known environment types of Agent.GUI.
|
| EnvironmentTypeServiceFinder |
The Class EnvironmentTypeServiceFinder enables to search for environment types
that are provide by an OSGI declarative service.
|
| Enum | Description |
|---|---|
| EnvironmentController.PersistenceStrategy |
The enumeration PersistenceStrategy helps to differentiate when an
environment model should be opened or saved.
|