Package | Description |
---|---|
org.eclipse.ice.viz.csv.viewer | |
org.eclipse.ice.viz.service.csv |
Modifier and Type | Method and Description |
---|---|
void |
CSVDataTableViewer.refreshDataTable(CSVDataProvider newDataProvider)
This function creates a new data table in the CSV Data Table Viewer to
display the new provider.
|
void |
CreateCSVPlotAction.setIndependentVar(org.eclipse.swt.widgets.Shell shell,
CSVDataProvider newDataProvider) |
void |
AddCSVSeriesAction.setIndependentVar(org.eclipse.swt.widgets.Shell shell,
CSVDataProvider newDataProvider)
This operation presents the user with a dialog to select the independent
variable for the series.
|
Modifier and Type | Method and Description |
---|---|
CSVDataProvider |
SeriesProvider.getDataProvider()
Accessor for the data provider to use for this series
|
CSVDataProvider |
CSVDataLoader.load()
Loads csvInputFile via the CSVDataProvider
|
CSVDataProvider |
CSVDataLoader.load(java.io.File csvInputFile)
This method loads a CSV input file and returns the contents as a
CSVDataProvider object.
|
CSVDataProvider |
CSVDataLoader.load(java.lang.String csvFileName)
Loads the FileName via the CSVDataProvider
|
CSVDataProvider |
CSVDataLoader.loadAsFileSet(java.lang.String[] csvFileSet)
Loads a file set, where it file is a separate time.
|
CSVDataProvider |
CSVDataLoader.loadFileSet()
Loads csvInputStringList via the CSVDataProvider
|
Modifier and Type | Method and Description |
---|---|
void |
SeriesProvider.setDataProvider(CSVDataProvider dataProviderForSeries)
Mutator for the data provider to use for this series
|