See: Description
| Interface | Description |
|---|---|
| ChartSettingModelListener |
The listener interface for receiving updates of the ChartSettingModel.
|
| Class | Description |
|---|---|
| ChartModel | |
| ChartSettingModel |
The Class ChartSettingModel represents the special data model
for the ChartSetting Tab.
|
| DataModel |
This class manages the data models for different chart visualizations.
|
| OntologyModel | |
| TableModel |
Abstract superclass for the table representation of chart data.
|
| TableModelDataVector |
The Class TableModelDataVector is used within the TableModel that can
be edited by the user.
|
| Enum | Description |
|---|---|
| ChartModel.EventType |
Chart Model event types
|
| ChartSettingModel.EventType |
List of constants indicating changes of chart settings
|
| Exception | Description |
|---|---|
| NoSuchSeriesException |
This type of exception is thrown when trying to access a data series that does not exist in the (sub) data model
|
| NoSuchValueException |