Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor |
Modifier and Type | Method and Description |
---|---|
ReactorFormInput |
ReactorFormInputFactory.createInput(Form inputForm,
IAnalysisWidgetRegistry registry)
The default method for creating
ReactorFormInput . |
ReactorFormInput |
ReactorFormInputFactory.createInput(ReactorFormInput oldInput,
org.eclipse.jface.viewers.ITreeSelection selection,
DataSource dataSource)
This method creates a
ReactorFormInput based on previous input
and a ITreeSelection that will be used to generate a new
StateBroker . |
ReactorFormInput |
ReactorFormInputFactory.createInput(ReactorFormInput oldInput,
StateBroker broker)
This method creates a
ReactorFormInput based on previous input
and a new StateBroker . |
Modifier and Type | Method and Description |
---|---|
ReactorFormInput |
ReactorFormInputFactory.createInput(ReactorFormInput oldInput,
org.eclipse.jface.viewers.ITreeSelection selection,
DataSource dataSource)
This method creates a
ReactorFormInput based on previous input
and a ITreeSelection that will be used to generate a new
StateBroker . |
ReactorFormInput |
ReactorFormInputFactory.createInput(ReactorFormInput oldInput,
StateBroker broker)
This method creates a
ReactorFormInput based on previous input
and a new StateBroker . |