Package | Description |
---|---|
org.eclipse.ice.client.widgets | |
org.eclipse.ice.client.widgets.moose | |
org.eclipse.ice.client.widgets.reactoreditor |
Modifier and Type | Method and Description |
---|---|
ICEFormEditor |
TreeCompositeViewer.getFormEditor()
Gets the source of the
TreeCompositeViewer.inputTree . |
Modifier and Type | Method and Description |
---|---|
void |
TreeCompositeViewer.setInput(TreeComposite tree,
ICEFormEditor source)
This operation sets the TreeComposite that should be displayed for the
current FormEditor.
|
Constructor and Description |
---|
EclipseFormWidget(ICEFormEditor editor)
This is an alternative constructor that allows the ICEFormEditor to be
injected.
|
ICEDataComponentDetailsPage(DataComponent dataComponent,
ICEFormEditor editor)
The constructor.
|
ICEDataComponentSectionPart(org.eclipse.ui.forms.widgets.Section section,
ICEFormEditor formEditor,
org.eclipse.ui.forms.IManagedForm managedForm)
The Constructor
|
ICEDetailsPageProvider(MasterDetailsComponent masterDetailsComponent,
ICEFormEditor editor)
The constructor.
|
ICEScrolledPropertiesBlock(MasterDetailsComponent component,
ICEFormEditor editor,
org.eclipse.ui.forms.IDetailsPageProvider pageProvider)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
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 |
ReactorFormEditor
This class extends the default ICEFormEditor to enable it to draw data from
the ReactorAnalyzer better.
|