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 StringgetLastDirectoryKey()protected abstract StringgetName()protected StringgetSelectedFormat()abstract FileinitiallySelectedFile(File currentDirectory)abstract booleanisAddingExtensionIfRequested()protected voidsetSelectedFormat(String selectedFormat)protected CollectionshowDialog(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()
-
-