org.grinvin.list.actions
Class ExportGraph
FileSaveAction
org.grinvin.list.actions.ExportGraph
- ListSelectionListener
public class ExportGraph
extends FileSaveAction
implements ListSelectionListener
Exports a graph bundle.
ExportGraph
public ExportGraph(Window parent,
GraphList list,
ListSelectionModel selectionModel)
saveFile
protected void saveFile(File file)
showFileExistsDialog
protected boolean showFileExistsDialog(File file)
Alert the user that a file with the chosen name already exists.
- true if the user allows the file to be overwritten.
valueChanged
public void valueChanged(ListSelectionEvent e)
void actionPerformed
public @Override void actionPerformed(ActionEvent e)