Modifier and Type | Method and Description |
---|---|
static DataSource |
DataSource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataSource[] |
DataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 . |
IAnalysisView |
IAnalysisWidgetFactory.createView(java.lang.String viewName,
DataSource dataSource)
Creates one of the possible views given a string.
|
java.util.List<java.lang.String> |
IAnalysisWidgetFactory.getAvailableViews(DataSource dataSource)
Returns an array of names associated with all allowed views (AVCs).
|
void |
IStateBrokerHandler.setDataSource(DataSource dataSource)
Sets the DataSource (Input or Reference) for which data is being added to
the tree.
|
void |
AnalysisToolComposite.setToFirstView(DataSource dataSource)
Sets the current View to the first available view for the specified
DataSource.
|
Constructor and Description |
---|
AnalysisView(DataSource dataSource)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
IAnalysisView |
AnalysisWidgetFactory.createView(java.lang.String viewName,
DataSource dataSource) |
java.util.List<java.lang.String> |
AnalysisWidgetFactory.getAvailableViews(DataSource dataSource) |
void |
StateBrokerHandler.setDataSource(DataSource dataSource) |
Constructor and Description |
---|
AssemblyAnalysisView(DataSource dataSource)
The default constructor.
|
ComparisonPlotAnalysisView(DataSource dataSource)
The default constructor.
|
CoreAnalysisView(DataSource dataSource)
The default constructor.
|
PlantAnalysisView(DataSource dataSource)
The default constructor.
|
PlotAnalysisView(DataSource dataSource)
The default constructor.
|
RodAnalysisView(DataSource dataSource)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
IAnalysisView |
AnalysisWidgetFactory.createView(java.lang.String viewName,
DataSource dataSource) |
java.util.List<java.lang.String> |
AnalysisWidgetFactory.getAvailableViews(DataSource dataSource) |
void |
StateBrokerHandler.setDataSource(DataSource dataSource) |
Constructor and Description |
---|
CoreAnalysisView(DataSource dataSource)
The default constructor.
|
PinAnalysisView(DataSource dataSource)
The default constructor.
|
PinAssemblyAnalysisView(DataSource dataSource)
The default constructor.
|
PlotAnalysisView(DataSource dataSource)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReactorEditorRegistry.setInput(int id,
org.eclipse.jface.viewers.ITreeSelection selection,
DataSource dataSource)
Sets the input for a particular Reactor Editor based on an
ITreeSelection from the ReactorViewer . |