public class ReactorFormWidgetBuilder extends java.lang.Object implements IFormWidgetBuilder
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
name
The name of the items/forms used to create
ReactorFormEditor s. |
Constructor and Description |
---|
ReactorFormWidgetBuilder() |
Modifier and Type | Method and Description |
---|---|
IFormWidget |
build()
This operation builds the FormWidget.
|
java.lang.String |
getTargetFormName()
This operation returns the name of the target Form that the Builder will render.
|
void |
setAnalysisWidgetRegistry(IAnalysisWidgetRegistry registry)
Sets the IAnalysisWidgetRegistry used by
AnalysisToolComposite s
in ReactorPage s. |
void |
setReactorEditorRegistry(IReactorEditorRegistry registry)
Sets the IReactorEditorRegistry to which
ReactorFormEditor s
should register when they are created. |
public static final java.lang.String name
ReactorFormEditor
s.
This should be the same as the name in the Reactor Analyzer item class.public java.lang.String getTargetFormName()
IFormWidgetBuilder
This operation returns the name of the target Form that the Builder will render.
getTargetFormName
in interface IFormWidgetBuilder
The name of the Form.
public IFormWidget build()
build
in interface IFormWidgetBuilder
public void setAnalysisWidgetRegistry(IAnalysisWidgetRegistry registry)
AnalysisToolComposite
s
in ReactorPage
s.registry
- The widget registry.public void setReactorEditorRegistry(IReactorEditorRegistry registry)
ReactorFormEditor
s
should register when they are created. These editors are contacted from
the ReactorViewer in the reactors perspective.registry
- The editor registry.