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 String
getName()
Deprecated.Returns a very brief description of this PlugIn e.g.protected String
getSelectedFormat()
Deprecated.protected void
setSelectedFormat(String format)
Deprecated.protected Collection
showDialog(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:
setSelectedFormat
in classAbstractLoadSaveDatasetPlugIn
-
getSelectedFormat
protected String getSelectedFormat()
Deprecated.- Specified by:
getSelectedFormat
in classAbstractLoadSaveDatasetPlugIn
-
showDialog
protected Collection showDialog(WorkbenchContext context)
Deprecated.- Specified by:
showDialog
in classAbstractLoadSaveDatasetPlugIn
-
getName
public String getName()
Deprecated.Description copied from interface:PlugIn
Returns a very brief description of this PlugIn e.g. for display as a menu item- Specified by:
getName
in interfacePlugIn
- Overrides:
getName
in classAbstractPlugIn
- Returns:
- the class name, minus "PlugIn", with spaces inserted at the appropriate point before each uppercase+lowercase and lowercase+uppercase combination.
-
-