Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor | |
org.eclipse.ice.client.widgets.reactoreditor.lwr | |
org.eclipse.ice.client.widgets.reactoreditor.sfr |
Modifier and Type | Interface and Description |
---|---|
interface |
IAnalysisView
This provides an interface for analysis views that will be displayed inside
an AnalysisToolComposite.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalysisView
This provides a super-class for specialized IAnalysisViews.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
StateBroker.register(java.lang.String key,
IStateListener listener)
Registers an IStateListener to be notified if the value associated with
the key has changed.
|
void |
StateBroker.unregister(java.lang.String key,
IStateListener listener)
Unregisters an IStateListener so that it no longer receives notification
should a key's value change.
|
Modifier and Type | Class and Description |
---|---|
class |
AssemblyAnalysisView
This class provides an IAnalysisView geared toward a
FuelAssembly . |
class |
ComparisonPlotAnalysisView
This class provides an
IAnalysisView specifically for comparison data
generated for an input and reference PressurizedWaterReactor .Instead of a FuelAssembly , it takes an AnalysisDataReader . |
class |
PlantAnalysisView
This class provides a IAnalysisView for a 3D display of an LWR plant.
When a reactor is selected, this View should update the StateBroker with the current selection. |
class |
RodAnalysisView
|
Modifier and Type | Class and Description |
---|---|
class |
CoreAnalysisView
This class provides an IAnalysisView geared toward an SFReactor
core.
|
class |
PinAnalysisView
This class provides an IAnalysisView for SFRPins.
|
class |
PinAssemblyAnalysisView
This class provides an IAnalysisView geared toward a PinAssembly
.
|
class |
PlotAnalysisView
The PlotAnalysisView provides an
IAnalysisView geared toward plotting
analysis data on an SWT XYGraph. |