org.grinvin.list.commands

Class ExportGraph

Implemented Interfaces:
ListSelectionListener

public class ExportGraph
extends AbstractSaveAsCommand
implements ListSelectionListener

Command to export a graph.

Constructor Summary

ExportGraph(CommandManager commandManager, String id)

Method Summary

protected boolean
confirmProceed()
Check whether there is only a single graph selected before export.
FileFilter
getFILTER()
protected String
getFileExistsMessage(File file)
void
performSave(File file)
void
valueChanged(ListSelectionEvent e)

Constructor Details

ExportGraph

public ExportGraph(CommandManager commandManager,
                   String id)

Method Details

confirmProceed

protected boolean confirmProceed()
Check whether there is only a single graph selected before export.

getFILTER

public FileFilter getFILTER()

getFileExistsMessage

protected String getFileExistsMessage(File file)

performSave

public void performSave(File file)

valueChanged

public void valueChanged(ListSelectionEvent e)