Modifier and Type | Method and Description |
---|---|
void |
Client.loadResource(ICEResource resource)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
ICEResource |
EclipseTextEditor.getResource()
(non-Javadoc)
|
ICEResource |
ICEResourceView.getResourceFromSelection(org.eclipse.jface.viewers.ISelection selection)
Attempts to determine the
ICEResource from the selection. |
Modifier and Type | Method and Description |
---|---|
void |
EclipseTextEditor.setResource(ICEResource resource)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
ICEResource |
ReactorFormInput.getInputReactorComponentSource()
Gets the ICEResource for the file that contains the input
IReactorComponent.
|
ICEResource |
ReactorFormInput.getReferenceReactorComponentSource()
Gets the ICEResource for the file that contains the reference
IReactorComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
ReactorFormInput.setInputReactorComponent(IReactorComponent input,
ICEResource source)
Sets the input reactor component used by the
ReactorAnalyzer . |
void |
ReactorFormInput.setReferenceReactorComponent(IReactorComponent reference,
ICEResource source)
Sets the reference reactor component used by the
ReactorAnalyzer . |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ICEResource> |
ResourceComponent.getResources()
This operation gets all of the ICEResources from the component.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceComponent.addResource(ICEResource resource)
This operation adds an ICEResource to the component.
|
Modifier and Type | Class and Description |
---|---|
class |
VizResource
The VizResource is used for loading a data set that should be visualized in
one of the platform's many visualization services.
|
Modifier and Type | Method and Description |
---|---|
ICEResource |
ResourceHandler.getResource(java.lang.String filePath)
This method is the star of the
ResourceHandler class and does the
majority of the heavy-lifting. |
ICEResource |
ResourceHandler.getResource(java.lang.String filePath,
java.lang.String name)
This method calls
ResourceHandler.getResource(String) and then sets the
resource's name. |
ICEResource |
ResourceHandler.getResource(java.lang.String filePath,
java.lang.String name,
int id)
This method calls
ResourceHandler.getResource(String, String) and then sets the
resource's ID. |
ICEResource |
ResourceHandler.getResource(java.lang.String filePath,
java.lang.String name,
int id,
java.lang.String desc)
This method calls
ResourceHandler.getResource(String, String, int) and then sets
the resource's description. |
Modifier and Type | Method and Description |
---|---|
void |
ICEResource.copy(ICEResource otherResource)
This operation performs a deep copy of the attributes of another
ICEResource into the current ICEResource.
|
Modifier and Type | Method and Description |
---|---|
ICEResource |
ITextEditor.getResource()
This operation retrieves the ICEResource that editor is displaying or null if it has not been set.
|
Modifier and Type | Method and Description |
---|---|
void |
ISimpleResourceProvider.loadResource(ICEResource resource)
This operation directs the simple provider to load the resource in a way that is consistent with its inner workings.
|
void |
ITextEditor.setResource(ICEResource resource)
This operation sets the ICEResource that editor should display.
|
Modifier and Type | Method and Description |
---|---|
ICEResource |
Item.getResource(Entry file)
This method is similar to
Item.getResource(String) , except that
it takes in an Entry instead. |
ICEResource |
Item.getResource(java.lang.String filePath)
This method is intended to discover and create
ICEResource
objects (and the VizResource subclass) that are associated to
the Item in some way. |
Modifier and Type | Method and Description |
---|---|
void |
ReactorViewer.addReactorFile(ICEResource resource)
Add an ICEResource to the ReactorViewer.
|
Constructor and Description |
---|
AddReactorPartWizardPage(ICEResource resource)
The constructor for wizard pages for ICEResource selections in the
Reactor Viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
VizFileViewer.addFile(ICEResource resource)
Add an ICEResource to the VizFileViewer.
|
Modifier and Type | Method and Description |
---|---|
void |
AddCSVSeriesAction.addSeriesFromFile(org.eclipse.swt.widgets.Shell shell,
PlotProvider plotToAddSeries,
ICEResource resource)
Add a series to the selected
PlotProvider in the
CSVPlotViewer from the selected file in the VizFileViewer |
Modifier and Type | Method and Description |
---|---|
ICEResource |
VisitPlotViewer.getResource()
Gets the current VisIt-compatible ICEResource that is being used by this
PlotViewer.
|