Class LoadFileDataSourceQueryChooser
- java.lang.Object
-
- com.vividsolutions.jump.workbench.datasource.FileDataSourceQueryChooser
-
- com.vividsolutions.jump.workbench.datasource.LoadFileDataSourceQueryChooser
-
- All Implemented Interfaces:
DataSourceQueryChooser
public class LoadFileDataSourceQueryChooser extends FileDataSourceQueryChooser
UI for picking a file-based dataset to load.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vividsolutions.jump.workbench.datasource.FileDataSourceQueryChooser
FileDataSourceQueryChooser.FileChooserPanel
-
-
Field Summary
Fields Modifier and Type Field Description static String
FILE_CHOOSER_COORDINATE_SYSTEM_KEY
static String
FILE_CHOOSER_DIRECTORY_KEY
static String
FILE_CHOOSER_KEY
static String
FILE_CHOOSER_PANEL_KEY
-
Constructor Summary
Constructors Constructor Description LoadFileDataSourceQueryChooser(Class dataSourceClass, String description, String[] extensions, WorkbenchContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<DataSourceQuery>
getDataSourceQueries()
protected FileDataSourceQueryChooser.FileChooserPanel
getFileChooserPanel()
File[]
getSelectedFiles()
selected files get the default (first) file extension appended if they do not exist as named (user might have entered just the filename w/o ext into the filechooser) but exist with the extension at the given location-
Methods inherited from class com.vividsolutions.jump.workbench.datasource.FileDataSourceQueryChooser
addFileFilters, getComponent, getDataSourceClass, getDescription, getExtensions, getFileFilter, getSouthComponent1, getSouthComponent2, isInputValid, main, toDataSourceQueries, toDataSourceQuery, toProperties, toString
-
-
-
-
Field Detail
-
FILE_CHOOSER_DIRECTORY_KEY
public static final String FILE_CHOOSER_DIRECTORY_KEY
-
FILE_CHOOSER_COORDINATE_SYSTEM_KEY
public static final String FILE_CHOOSER_COORDINATE_SYSTEM_KEY
-
FILE_CHOOSER_PANEL_KEY
public static final String FILE_CHOOSER_PANEL_KEY
-
FILE_CHOOSER_KEY
public static final String FILE_CHOOSER_KEY
-
-
Constructor Detail
-
LoadFileDataSourceQueryChooser
public LoadFileDataSourceQueryChooser(Class dataSourceClass, String description, String[] extensions, WorkbenchContext context)
- Parameters:
extensions
- e.g. txt
-
-
Method Detail
-
getFileChooserPanel
protected FileDataSourceQueryChooser.FileChooserPanel getFileChooserPanel()
- Specified by:
getFileChooserPanel
in classFileDataSourceQueryChooser
-
getDataSourceQueries
public Collection<DataSourceQuery> getDataSourceQueries()
- Specified by:
getDataSourceQueries
in interfaceDataSourceQueryChooser
- Overrides:
getDataSourceQueries
in classFileDataSourceQueryChooser
-
getSelectedFiles
public File[] getSelectedFiles()
selected files get the default (first) file extension appended if they do not exist as named (user might have entered just the filename w/o ext into the filechooser) but exist with the extension at the given location- Specified by:
getSelectedFiles
in classFileDataSourceQueryChooser
- Returns:
- array of file objects
-
-