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 public class SaveDatasetAsFilePlugIn extends AbstractSaveDatasetAsPlugIn
Deprecated.in favor of com.vividsolutions.jump.workbench.datasource.SaveDatasetAsPlugIn
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description SaveDatasetAsFilePlugIn()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.Returns a very brief description of this PlugIn e.g.protected StringgetSelectedFormat()Deprecated.protected voidsetSelectedFormat(String format)Deprecated.protected CollectionshowDialog(WorkbenchContext context)Deprecated.-
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, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
-
-
-
Method Detail
-
setSelectedFormat
protected void setSelectedFormat(String format)
Deprecated.- Specified by:
setSelectedFormatin classAbstractLoadSaveDatasetPlugIn
-
getSelectedFormat
protected String getSelectedFormat()
Deprecated.- Specified by:
getSelectedFormatin classAbstractLoadSaveDatasetPlugIn
-
showDialog
protected Collection showDialog(WorkbenchContext context)
Deprecated.- Specified by:
showDialogin classAbstractLoadSaveDatasetPlugIn
-
getName
public String 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.
-
-