|
Gridarta Editor
|
Classes | |
| class | AbstractPathParameter |
| Base class for PluginParameters that hold a File value. More... | |
| class | AbstractPluginParameter |
| Parameter for a Plugin. More... | |
| class | AbstractStringPluginParameter |
| Abstract base class for PluginParameter implementations for which the value is calculated from the string representation. More... | |
| class | AbstractValuePluginParameter |
| Abstract base class for PluginParameter implementations for which the string representation of the value is calculated from the value. More... | |
| class | ArchetypeParameter |
| A PluginParameter that holds an Archetype value. More... | |
| class | BooleanParameter |
| A PluginParameter that holds a boolean value. More... | |
| class | DoubleParameter |
| A PluginParameter that holds a double value. More... | |
| class | IntegerParameter |
| A PluginParameter that holds an integer value and a range of valid values. More... | |
| class | InvalidValueException |
| An exception that is thrown if the string representation of value in a PluginParameter cannot be converted to an object. More... | |
| class | MapParameter |
| A PluginParameter that holds a MapControl value. More... | |
| class | MapPathParameter |
| A PluginParameter that holds a path with in the maps directory. More... | |
| class | NoSuchParameterException |
| Thrown if a parameter does not exist. More... | |
| interface | PluginParameter |
| Parameter for a Plugin. More... | |
| class | PluginParameterCodec |
| Converts PluginParameters from or to XML encoding. More... | |
| class | PluginParameterCodecTest |
| Regression tests for PluginParameterCodec. More... | |
| class | PluginParameterFactory |
| Factory for Plugin Parameters. More... | |
| interface | PluginParameterListener |
| Interface for listeners interested in PluginParameter related events. More... | |
| interface | PluginParameterVisitor |
| Interface for visitors of PluginParameter instances. More... | |
| class | StringParameter |
| A PluginParameter that holds a string value. More... | |