See: Description
| Interface | Description |
|---|---|
| AttributeTableEditor.AttribEditor |
A generic table cell editor interface.
|
| ChartOwner |
An interface which asks for a method drawChart().
|
| ExperimentStarterGUI |
Interface for graphical user interfaces for the Experiment Starter.
|
| GraphicalObserverContext |
Represents an arbitrary context (e.g. a JDesktop) for graphical observers.
|
| IGraphicalObserver |
| Class | Description |
|---|---|
| AccessPointTableModel |
Adapter to show a map of access points in a swing table.
|
| AttributeTableEditor |
A generic editor for elements in Swing tables.
|
| AttributeTableEditor.BooleanAttribEditor |
A combo box editor component for boolean attributes
|
| AttributeTableEditor.FilenameAttribEditor |
An editor component for filename attributes of type desmoj.util.Filename
|
| AttributeTableEditor.FloatingPointNumberEditor |
Editor for all floating point types (Float, Double)
|
| AttributeTableEditor.IntegerNumberEditor |
Editor for all integer based types (Byte, Short, Integer, Long)
|
| AttributeTableEditor.StringEditor |
Editor for a string component
|
| AttributeTableEditor.TextBasedEditor |
A default text editor consisting of a single TextField.
|
| AttributeTableEditor.TimeUnitAttribEditor |
A combo box editor component for TimeUnits
|
| BrowserPanel |
A simple HTML Browser for displaying experiment reports, traces, error- and
debug-files.
|
| Chart |
A GUI component (inherited from java.awt.Canvas) which displays a chart.
|
| ChartPanel |
A GUI container (inherited from javax.swing.JPanel) which includes a header,
legend items (if needed) and a special Chart object.
|
| ExperimentStarter |
A simple DESMO-J experimentation environment to use in connection with a GUI.
|
| ExperimentStarterApplet |
Title: ExperimentStarterApplicationGUI
Description: GUI for the Experiment Starter when used as applet
based on the ExperimentStarterApplication by Nicolas Knaack.
|
| ExperimentStarterApplication |
GUI for the Experiment Starter when used as application.
|
| GraphicalObserver |
Base class for graphical observers in the experiment launcher.
|
| HistogramPlotter |
A simple histogram plotter based on the statistic class Histogram and
the UI class ChartPanel.
|
| LoadModelDialog |
A Dialog to load a model- and experiment runner class dynamically in the
experiment starter.
|
| ObserverDesktop |
Desktop for graphical observers in the experiment starter (a JDesktopPane).
|
| ReportsPanel |
GUI-component to manage the report view.
|
| ReportStylerPanel |
ReportStylerPanel
A JPanel that allows to make selections on which parts of a certain trace or
report output shall be shown.
|
| SettingsPanel |
A GUI panel containing 2 tables for model and experiment parameters.
|
| TimeSeriesPlotter |
A simple time series plotter that can be displayed in the experiment
launcher.
|
| TimeSeriesPlotter.SimpleTimeSeriesViewer |
A simple means of drawing a TimeSeries without requiring the
experimentation GUI by adding a TimeSeriesPlotter to an
otherwise empty Frame.
|
| URLTreePanel |
Construct a tree with a root that has each experiment as a child.
|