Class SaveDatasetAsPlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- com.vividsolutions.jump.workbench.plugin.ThreadedBasePlugIn
-
- com.vividsolutions.jump.workbench.datasource.AbstractLoadSaveDatasetPlugIn
-
- com.vividsolutions.jump.workbench.datasource.AbstractSaveDatasetAsPlugIn
-
- com.vividsolutions.jump.workbench.datasource.SaveDatasetAsPlugIn
-
- All Implemented Interfaces:
EnableChecked
,Iconified
,PlugIn
,Recordable
,ShortcutEnabled
,ThreadedPlugIn
public class SaveDatasetAsPlugIn extends AbstractSaveDatasetAsPlugIn
Prompts the user to pick a dataset to save.- See Also:
DataSourceQueryChooserDialog
-
-
Field Summary
Fields Modifier and Type Field Description static ImageIcon
ICON
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description SaveDatasetAsPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getSelectedFormat()
protected void
setSelectedFormat(String format)
protected Collection<DataSourceQuery>
showDialog(WorkbenchContext context)
-
Methods inherited from class com.vividsolutions.jump.workbench.datasource.AbstractSaveDatasetAsPlugIn
createEnableCheck, run
-
Methods inherited from class com.vividsolutions.jump.workbench.datasource.AbstractLoadSaveDatasetPlugIn
execute, getDataSourceQueries, getLastDirectoryKey, getLastFormatKey, initialize
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.ThreadedBasePlugIn
main
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getEnableCheck, getIcon, getIcon, getIcon, getIntegerParam, getName, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
-
-
-
Field Detail
-
ICON
public static final ImageIcon ICON
-
-
Method Detail
-
showDialog
protected Collection<DataSourceQuery> showDialog(WorkbenchContext context)
- Specified by:
showDialog
in classAbstractLoadSaveDatasetPlugIn
-
setSelectedFormat
protected void setSelectedFormat(String format)
- Specified by:
setSelectedFormat
in classAbstractLoadSaveDatasetPlugIn
-
getSelectedFormat
protected String getSelectedFormat()
- Specified by:
getSelectedFormat
in classAbstractLoadSaveDatasetPlugIn
-
-