Modifier and Type | Method and Description |
---|---|
IFormWidget |
ItemProcessor.getFormWidget()
This operation retrieves the IFormWidget that is updated by the
ItemProcessor.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemProcessor.setFormWidget(IFormWidget widget)
This operation sets the IFormWidget that is updated by the ItemProcessor.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IFormWidget |
IFormWidgetBuilder.build()
This operation builds the IFormWidget.
|
IFormWidget |
EclipseUIWidgetFactory.getFormWidget(java.lang.String formName) |
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. |
Modifier and Type | Method and Description |
---|---|
IFormWidget |
MOOSEFormWidgetBuilder.build() |
Modifier and Type | Class and Description |
---|---|
class |
ReactorEclipseFormWidget
This class extends the EclipseFormWidget and opens the ReactorFormEditor
instead of the ICEFormEditor.
|
Modifier and Type | Method and Description |
---|---|
IFormWidget |
ReactorFormWidgetBuilder.build()
This operation builds the FormWidget.
|
Modifier and Type | Method and Description |
---|---|
IFormWidget |
IWidgetFactory.getFormWidget(java.lang.String formName)
This operation returns an IFormWidget that is rendered by the underlying graphics package.
|