Package | Description |
---|---|
org.eclipse.ice.datastructures.resource | |
org.eclipse.ice.viz.csv.viewer | |
org.eclipse.ice.viz.visit |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<VizResource> |
VizResource.getChildrenResources()
Return any possible children VizResources.
|
Modifier and Type | Method and Description |
---|---|
void |
VizResource.copy(VizResource otherResource)
This operation performs a deep copy of the attributes of another
VizResource into the current VizResource.
|
Constructor and Description |
---|
VizResource(java.io.File resourceFile,
java.util.ArrayList<VizResource> children)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
VizResource |
CSVPlotViewer.getResource()
Gets the current VizResource wrapping the CSV file that is being used by
this PlotViewer.
|
Modifier and Type | Method and Description |
---|---|
void |
AddCSVSeriesAction.addSeriesFromFileSet(org.eclipse.swt.widgets.Shell shell,
PlotProvider plotToAddSeries,
VizResource resource)
Add a series to the selected
PlotProvider in the
CSVPlotViewer from the selected file set in the
VizFileViewer . |
void |
CreateCSVPlotAction.plotFile(org.eclipse.swt.widgets.Shell shell,
CSVPlotViewer plotViewer,
VizResource resource) |
void |
CreateCSVPlotAction.plotFileSet(org.eclipse.swt.widgets.Shell shell,
CSVPlotViewer plotViewer,
VizResource resource) |
void |
CSVPlotViewer.setResource(VizResource inResource)
This method is called when the selection in the VizFileViewer has
changed.
|
Modifier and Type | Method and Description |
---|---|
void |
VisitPlotViewer.setResource(VizResource inResource)
This method is called when the selection in the VizFileViewer has
changed.
|