actions
Class ExportSVGAction

java.lang.Object
  extended by actions.ExportSVGAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ExportSVGAction
extends java.lang.Object
implements java.awt.event.ActionListener

Action for saving a map.


Field Summary
private  MainWindow mainWindow
          the main frame
 
Constructor Summary
ExportSVGAction(MainWindow window)
          Constructs the export action.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          Displays a save dialog and exports the map to the selected file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainWindow

private MainWindow mainWindow
the main frame

Constructor Detail

ExportSVGAction

public ExportSVGAction(MainWindow window)
Constructs the export action.

Parameters:
window - - the main frame
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Displays a save dialog and exports the map to the selected file.

Specified by:
actionPerformed in interface java.awt.event.ActionListener