Interface | Description |
---|---|
IAnalysisView |
This provides an interface for analysis views that will be displayed inside
an AnalysisToolComposite.
|
IAnalysisWidgetFactory |
This provides a factory interface for producing analysis widgets.
|
IAnalysisWidgetRegistry |
This class provides an interface for an OSGi-DS-based registry.
|
IReactorEditorRegistry |
An IReactorEditorRegistry maintains a group of
ReactorFormEditor s. |
IStateBrokerHandler |
This interface is used to get keys for objects that will be added to a
StateBroker . |
IStateListener |
A class implementing this interface should register with a StateBroker as a
listener.
|
IWizardProvider |
This interface is used by implementing classes to provide an IWizard
instance.
|
Class | Description |
---|---|
AnalysisDataReader |
This class should read in data into data structures used by the
ReactorEditor.
|
AnalysisToolComposite |
An AnalysisToolComposite provides an SWT Composite built to contain multiple
IAnalysisView . |
AnalysisView |
This provides a super-class for specialized IAnalysisViews.
|
AnalysisWidgetRegistry |
This class provides an implementation of
IAnalysisWidgetRegistry . |
Circle |
This class provides a strictly circular shape.
|
ColorFactory |
A ColorFactory can be used to get the next available color from a pre-defined
palette.
|
ColorScale |
The Class ColorScale creates a color scale based on the 3 overlapping
Gaussian functions representing bands of red, green and blue.
|
MaterialShape |
This class is similar to the Circle class but instead provides a rectangle.
|
ReactorEclipseFormWidget |
This class extends the EclipseFormWidget and opens the ReactorFormEditor
instead of the ICEFormEditor.
|
ReactorFormEditor |
This class extends the default ICEFormEditor to enable it to draw data from
the ReactorAnalyzer better.
|
ReactorFormInput |
This class provides input for
ReactorFormEditor s. |
ReactorFormInputFactory |
This factory is used to help construct
ReactorFormInput for a
ReactorFormEditor . |
ReactorFormWidgetBuilder |
This class provides the declarative service that registers the Reactor Editor
Form Widget with ICE's service for dynamically extending the widget factory.
|
ReactorPage |
This class extends the default ICEFormPage to provide custom page composed of
widgets for reactors.
|
SelectionProvider |
This is a basic implementation of ISelectionProvider.
|
StateBroker |
A StateBroker instance manages a HashMap of key/value pairs and a registry
(also a HashMap) of IStateListeners who want to be notified when the value of
a certain key is changed.
|
ToolItemMenuListener |
This class implements a Listener that enables a drop-down Menu for a ToolItem
on a ToolBar.
|
Enum | Description |
---|---|
ColorScalePalette |
An enum containing pre-configured
ColorScale s. |
DataSource |
An enum representing the possible data sources supported by the
ReactorEditor.
|