org.grinvin.list.commands

Class ExportGraphImage

Implemented Interfaces:
ListSelectionListener

public class ExportGraphImage
extends AbstractSaveAsCommand
implements ListSelectionListener

Author:
adpeeter

Constructor Summary

ExportGraphImage(CommandManager commandManager, String id)

Method Summary

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

Constructor Details

ExportGraphImage

public ExportGraphImage(CommandManager commandManager,
                        String id)

Method Details

confirmProceed

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

getFileExistsMessage

protected String getFileExistsMessage(File file)

performSave

public void performSave(File file)

valueChanged

public void valueChanged(ListSelectionEvent e)