Class LoadSaveDatasetFileMixin
- java.lang.Object
-
- com.vividsolutions.jump.workbench.datasource.LoadSaveDatasetFileMixin
-
public abstract class LoadSaveDatasetFileMixin extends Object
-
-
Constructor Summary
Constructors Constructor Description LoadSaveDatasetFileMixin()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract String
getLastDirectoryKey()
protected abstract String
getName()
protected String
getSelectedFormat()
abstract File
initiallySelectedFile(File currentDirectory)
abstract boolean
isAddingExtensionIfRequested()
protected void
setSelectedFormat(String selectedFormat)
protected Collection
showDialog(JFileChooser fileChooser, Class fileDataSourceQueryChooserClass, WorkbenchContext context)
-
-
-
Method Detail
-
setSelectedFormat
protected void setSelectedFormat(String selectedFormat)
-
getSelectedFormat
protected String getSelectedFormat()
-
showDialog
protected Collection showDialog(JFileChooser fileChooser, Class fileDataSourceQueryChooserClass, WorkbenchContext context)
-
getName
protected abstract String getName()
-
getLastDirectoryKey
protected abstract String getLastDirectoryKey()
-
isAddingExtensionIfRequested
public abstract boolean isAddingExtensionIfRequested()
-
-