org.autoplot.ExportDataPanel

GUI for specifying how data should be output to a file.

ExportDataPanel( )

Creates new form ExportDataPanel


createExportDataAction

createExportDataAction( java.awt.Component parent, org.autoplot.datasource.DataSource source ) → Action

create an Action to export the data from the data source. It is assumed that the data source will be a trivial data source wrapping some DataSet. Only getDataSet with a null monitor is called.

Parameters

parent - the component providing the context for the operation.
source - the source of the data, only getDataSet is called.

Returns:

a javax.swing.Action

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getDataSourceFormatEditorPanel

getDataSourceFormatEditorPanel( ) → DataSourceFormatEditorPanel

Returns:

org.autoplot.datasource.DataSourceFormatEditorPanel

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getExtension

getExtension( ) → String

return the extension selected

Returns:

the extension selected

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getFilename

getFilename( ) → String

return the filename selected by the GUI. This will append the correct extension.

Returns:

the filename.

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getFilenameTF

getFilenameTF( ) → JTextField

Returns:

the filenameTF

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getFormatDL

getFormatDL( ) → JComboBox

Returns:

the formatDL

[search for examples] [view on GitHub] [view on old javadoc] [view source]


isFormatPlotElement

isFormatPlotElement( ) → boolean

return the processed data within the plot element.

Returns:

a boolean

[search for examples] [view on GitHub] [view on old javadoc] [view source]


isFormatPlotElementAndTrim

isFormatPlotElementAndTrim( ) → boolean

format the visible data, trimming to xaxis bounds.

Returns:

a boolean

[search for examples] [view on GitHub] [view on old javadoc] [view source]


isOriginalData

isOriginalData( ) → boolean

format the original data for the plot element.

Returns:

a boolean

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setDataSet

setDataSet( org.autoplot.dom.Application model ) → void

Parameters

model - an Application

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]

setDataSet( QDataSet ds ) → void

setFile

setFile( String currentFileString ) → void

set the current file.

Parameters

currentFileString - a String

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]