com.vividsolutions.jump.workbench.datasource
Class SaveDatasetAsPlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by com.vividsolutions.jump.workbench.plugin.ThreadedBasePlugIn
          extended by com.vividsolutions.jump.workbench.datasource.AbstractLoadSaveDatasetPlugIn
              extended by com.vividsolutions.jump.workbench.datasource.AbstractSaveDatasetAsPlugIn
                  extended by com.vividsolutions.jump.workbench.datasource.SaveDatasetAsPlugIn
All Implemented Interfaces:
PlugIn, ThreadedPlugIn

public class SaveDatasetAsPlugIn
extends AbstractSaveDatasetAsPlugIn

Prompts the user to pick a dataset to save.

See Also:
DataSourceQueryChooserDialog

Field Summary
static javax.swing.ImageIcon ICON
           
 
Constructor Summary
SaveDatasetAsPlugIn()
           
 
Method Summary
protected  java.lang.String getSelectedFormat()
           
protected  void setSelectedFormat(java.lang.String format)
           
protected  java.util.Collection 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, getContext, 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
createName, execute, execute, getName, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.PlugIn
getName
 

Field Detail

ICON

public static final javax.swing.ImageIcon ICON
Constructor Detail

SaveDatasetAsPlugIn

public SaveDatasetAsPlugIn()
Method Detail

showDialog

protected java.util.Collection showDialog(WorkbenchContext context)
Specified by:
showDialog in class AbstractLoadSaveDatasetPlugIn

setSelectedFormat

protected void setSelectedFormat(java.lang.String format)
Specified by:
setSelectedFormat in class AbstractLoadSaveDatasetPlugIn

getSelectedFormat

protected java.lang.String getSelectedFormat()
Specified by:
getSelectedFormat in class AbstractLoadSaveDatasetPlugIn