Package | Description |
---|---|
org.eclipse.ice.client.widgets | |
org.eclipse.ice.client.widgets.moose | |
org.eclipse.ice.client.widgets.reactoreditor | |
org.eclipse.ice.iclient.uiwidgets |
Modifier and Type | Class and Description |
---|---|
class |
EclipseFormWidget
This class implements the IFormWidget interface to display a Form using
elements of SWT/JFace and the Eclipse Rich Client Platform.
|
class |
ICEFormEditor
The ICEFormEditor is an Eclipse FormEditor subclass that renders and displays
a Form.
|
Modifier and Type | Class and Description |
---|---|
class |
MOOSEEclipseFormWidget
This class creates and displays a
MOOSEFormEditor for modifying a
MOOSE model according to standard operating procedure in ICE. |
class |
MOOSEFormEditor
This class extends the default
ICEFormEditor to enable it to draw a
PlantAppState , a 3D view built on jME3 for viewing plant models. |
Modifier and Type | Class and Description |
---|---|
class |
ReactorEclipseFormWidget
This class extends the EclipseFormWidget and opens the ReactorFormEditor
instead of the ICEFormEditor.
|
class |
ReactorFormEditor
This class extends the default ICEFormEditor to enable it to draw data from
the ReactorAnalyzer better.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFormWidget
The IFormWidget interface describes the operations that ICE expects from a Widget that can display Forms.
|