Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor | |
org.eclipse.ice.client.widgets.reactoreditor.lwr | |
org.eclipse.ice.client.widgets.reactoreditor.sfr |
Modifier and Type | Method and Description |
---|---|
StateBroker |
ReactorFormInput.getStateBroker()
Gets the StateBroker that manages selections in the reactor editor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IStateBrokerHandler.addValue(java.lang.Object value,
java.lang.Object parent,
StateBroker broker)
Adds the object to the specified
StateBroker . |
void |
StateBroker.copyValues(StateBroker broker)
Copies only the values from the specified StateBroker to this one.
|
ReactorFormInput |
ReactorFormInputFactory.createInput(ReactorFormInput oldInput,
StateBroker broker)
This method creates a
ReactorFormInput based on previous input
and a new StateBroker . |
void |
IStateListener.setBroker(StateBroker broker)
Sets the broker that will send updates to this listener.
|
void |
AnalysisView.setBroker(StateBroker broker)
Sets the broker used by this IAnalysisView.
|
void |
AnalysisToolComposite.setStateBroker(StateBroker broker)
Sets the StateBroker for the AnalysisToolComposite and all child
IAnalysisView s. |
void |
ReactorPage.setStateBroker(StateBroker broker)
This operation sets the state broker that will be shared by the parts of
the ReactorEditor to maintain view state.
|
Constructor and Description |
---|
AnalysisToolComposite(org.eclipse.swt.widgets.Composite parent,
StateBroker broker,
IAnalysisWidgetRegistry registry,
org.eclipse.jface.viewers.ISelectionProvider selectionProvider)
The default constructor for an ATC.
|
ReactorFormInput(Form inputForm,
IAnalysisWidgetRegistry registry,
StateBroker broker)
This constructor provides the specified StateBroker for the
ReactorFormEditor . |
Modifier and Type | Method and Description |
---|---|
boolean |
StateBrokerHandler.addValue(java.lang.Object value,
java.lang.Object parent,
StateBroker broker)
This method only adds LWRComponents, specifically reactors, assemblies,
and rods/tubes (or any component implemented in this class' visit
operations).
|
void |
StateBrokerHandler.setStateBroker(StateBroker broker)
Sets the
StateBroker used by this handler to store
LWRComponent s. |
Modifier and Type | Method and Description |
---|---|
boolean |
StateBrokerHandler.addValue(java.lang.Object value,
java.lang.Object parent,
StateBroker broker)
This method only adds SFRComponents, specifically reactors, assemblies,
and rods/pins (or any component implemented in this class' visit
operations).
|
void |
StateBrokerHandler.setStateBroker(StateBroker broker)
Sets the
StateBroker used by this handler to store
SFRComponent s. |