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
Prompts the user to pick a dataset to save.
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractPlugIn
shortcutKeys, shortcutModifiers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected voidsetSelectedFormat(String format) protected Collection<DataSourceQuery> showDialog(WorkbenchContext context) Methods inherited from class AbstractSaveDatasetAsPlugIn
createEnableCheck, runMethods inherited from class AbstractLoadSaveDatasetPlugIn
execute, getDataSourceQueries, getLastDirectoryKey, getLastFormatKey, initializeMethods inherited from class ThreadedBasePlugIn
mainMethods inherited from class 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 Details
-
ICON
-
-
Constructor Details
-
SaveDatasetAsPlugIn
public SaveDatasetAsPlugIn()
-
-
Method Details
-
showDialog
- Specified by:
showDialogin classAbstractLoadSaveDatasetPlugIn
-
setSelectedFormat
- Specified by:
setSelectedFormatin classAbstractLoadSaveDatasetPlugIn
-
getSelectedFormat
- Specified by:
getSelectedFormatin classAbstractLoadSaveDatasetPlugIn
-