edu.ucsb.nceas.morpho.query
Class ExportCommand

java.lang.Object
  |
  +--edu.ucsb.nceas.morpho.query.ExportCommand

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

REGULAR

public static final java.lang.String REGULAR

TOEML2

public static final java.lang.String TOEML2
Constructor Detail

ExportCommand

public ExportCommand(OpenDialogBox box,
                     java.lang.String myFormat,
                     ExportDialog exportDialog)
Constructor of ExportCommand
Parameters:
dialog - a export command will be happened at this dialog
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.