| Interface | Description |
|---|---|
| Enumerator<T> |
Enumerator for listing values.
|
| Model |
Interface of model classes for parameters or attributes
|
| ModelItem |
Interface for model items
|
| ModelItemContainer |
Interface for model item containers
|
| ModelViewItem<T extends ModelItem> |
Interface for view references to model items
|
| ViewItem |
Interface for view items
|
| ViewItemContainer |
Interface for view item containers
|
| ViewItemGroup |
interface for group of view items
|
| Class | Description |
|---|---|
| AbstractModelItem |
Abstract class for model items
|
| AbstractModelItemParser |
ModelItem parser from an XML configuration. |
| AbstractViewItemGroup |
Abstract class for group of view items
|
| CategorizedElementDefinitionHelper |
Helper for
CategorizedElementDefinitionProxy |
| CategorizedElementDefinitionParser |
Parser for categorized
ElementDefinition |
| CategorizedElementDefinitionProxy<T> |
Object containing the definition of an element and informations about its categories / groups
|
| DefinitionAndValue<T> |
Pair of a value and its definition
|
| ElementDefinition<T> |
The definition of a single model item (parameter, attribute)
|
| ElementDefinitionParser |
ElementDefinition parser from an XML configuration. |
| I18nizableTextModelItemComparator |
Comparator for the model items that can be used for example to call the sort method of
CategorizedElementDefinitionHelper |
| ModelHelper |
Helper class for models
|
| ModelItemGroup |
Class for group of model items
|
| ModelViewItemGroup |
View reference to a group of model items
|
| SimpleViewItemGroup |
Simple group of view items
|
| StaticEnumerator<T> |
This implementation enumerate the static configured elements
|
| View |
View of items
|
| ViewElement |
View reference to an element definition
|
| ViewHelper |
Helper class for views
|