org.autoplot.csv.CsvDataSourceEditorPanel
CsvDataSourceEditorPanel( )
initializer
PROP_FILE
the current file
PROP_TABLE
PROP_FIRST_ROW
PROP_COLUMN
PROP_BUNDLE
PROP_DEP0
PROP_DELIM
columnsComboBox
delimComboBox
dep0Columns
jLabel1
jLabel2
jLabel3
jLabel4
jPanel1
jScrollPane1
jTable1
jToggleButton2
jToggleButton3
skipTextField
getFile
getFile( ) → java.io.File
return the current file
Returns:
the current file
[search for examples]
[view on GitHub]
[view on old javadoc]
getPanel
getPanel( ) → javax.swing.JPanel
Returns:
javax.swing.JPanel
[search for examples]
[view on GitHub]
[view on old javadoc]
getTable
getTable( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
getURI
getURI( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
markProblems
markProblems( java.util.List problems ) → void
Parameters
problems - a java.util.List
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
prepare
prepare( String uri, java.awt.Window parent, ProgressMonitor mon ) → boolean
Parameters
uri - a String
parent - a Window
mon - a ProgressMonitor
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
reject
reject( String url ) → boolean
Parameters
url - a String
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
setFile
setFile( java.io.File file ) → void
set the current file
Parameters
file - the current file
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
setTable
setTable( String table ) → void
Parameters
table - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
setURI
setURI( String url ) → void
Parameters
url - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]