venice
Class ExportGXLFileCommand

java.lang.Object
  |
  +--venice.Command
        |
        +--venice.ExportGXLFileCommand

public class ExportGXLFileCommand
extends Command

Exports data from model storage to a GXL file.

Author:
Hannu Laurila

Fields inherited from class venice.Command
stAppModule
 
Constructor Summary
ExportGXLFileCommand()
           
 
Method Summary
 void execute()
          asks user for file location, opens outputstream and saves GXL to output stream.
 
Methods inherited from class venice.Command
getAppModule, setAppModule
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ExportGXLFileCommand

public ExportGXLFileCommand()
Method Detail

execute

public void execute()
asks user for file location, opens outputstream and saves GXL to output stream.
Overrides:
execute in class Command