See: Description
| Class | Description |
|---|---|
| PlugIn |
This abstract class is the root for customized plug-in's, which can
be loaded to extend an individual agent project.
|
| PlugInError |
The Class PlugInError serves as an error instance in case that a PlugIn class can not be found or loaded.
|
| PlugInListElement |
This class is used as a displayable element in JLists, as for example
in the project tab
ProjectResources. |
| PlugInNotification |
This class is used within the observer pattern of projects.
|
| PlugInsLoaded |
This class represents the list of plug-in's, which are loaded in a single
project.
|
| Exception | Description |
|---|---|
| PlugInLoadException |
The exception class for Plug-In's
|