edu.ucsb.nceas.morpho.query
Class ExportCommand

java.lang.Object
  extended byedu.ucsb.nceas.morpho.query.ExportCommand
All Implemented Interfaces:
Command

public class ExportCommand
extends java.lang.Object
implements Command

Class to handle export package (both regular and zip) command


Field Summary
static java.lang.String REGULAR
           
static java.lang.String TOEML2
           
static java.lang.String ZIP
          Constant String to show state of delete
 
Constructor Summary
ExportCommand(OpenDialogBox box, java.lang.String myFormat, ExportDialog exportDialog)
          Constructor of ExportCommand
 
Method Summary
 void execute(java.awt.event.ActionEvent event)
          execute delete local package command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZIP

public static final java.lang.String ZIP
Constant String to show state of delete

See Also:
Constant Field Values

REGULAR

public static final java.lang.String REGULAR
See Also:
Constant Field Values

TOEML2

public static final java.lang.String TOEML2
See Also:
Constant Field Values
Constructor Detail

ExportCommand

public ExportCommand(OpenDialogBox box,
                     java.lang.String myFormat,
                     ExportDialog exportDialog)
Constructor of ExportCommand

Parameters:
myFormat - the format for export, regular or zip
Method Detail

execute

public void execute(java.awt.event.ActionEvent event)
execute delete local package command

Specified by:
execute in interface Command


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.