Class SaveDatasetAsFilePlugIn
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.SaveDatasetAsFilePlugIn
- All Implemented Interfaces:
EnableChecked, Iconified, PlugIn, Recordable, ShortcutEnabled, ThreadedPlugIn
Deprecated.
in favor of com.vividsolutions.jump.workbench.datasource.SaveDatasetAsPlugIn
-
Field Summary
Fields inherited from class AbstractPlugIn
shortcutKeys, shortcutModifiers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.Returns a very brief description of this PlugIn e.g. for display as a menu itemprotected StringDeprecated.protected voidsetSelectedFormat(String format) Deprecated.protected CollectionshowDialog(WorkbenchContext context) Deprecated.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, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
Constructor Details
-
SaveDatasetAsFilePlugIn
public SaveDatasetAsFilePlugIn()Deprecated.
-
-
Method Details
-
setSelectedFormat
Deprecated.- Specified by:
setSelectedFormatin classAbstractLoadSaveDatasetPlugIn
-
getSelectedFormat
Deprecated.- Specified by:
getSelectedFormatin classAbstractLoadSaveDatasetPlugIn
-
showDialog
Deprecated.- Specified by:
showDialogin classAbstractLoadSaveDatasetPlugIn
-
getName
Deprecated.Description copied from interface:PlugInReturns a very brief description of this PlugIn e.g. for display as a menu item- Specified by:
getNamein interfacePlugIn- Overrides:
getNamein classAbstractPlugIn- Returns:
- the class name, minus "PlugIn", with spaces inserted at the appropriate point before each uppercase+lowercase and lowercase+uppercase combination.
-