edu.ucsb.nceas.morpho.query
Class OpenExportDialogCommand

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

public class OpenExportDialogCommand
extends java.lang.Object
implements Command

Class to handle Open a dialog box command


Constructor Summary
OpenExportDialogCommand()
          Constructor of OpenExportDialogCommand
OpenExportDialogCommand(OpenDialogBox myDialog)
          Constructor of OpenExportDialogCommand
 
Method Summary
 void execute(java.awt.event.ActionEvent event)
          execute open export dialog command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenExportDialogCommand

public OpenExportDialogCommand()
Constructor of OpenExportDialogCommand

OpenExportDialogCommand

public OpenExportDialogCommand(OpenDialogBox myDialog)
Constructor of OpenExportDialogCommand
Parameters:
myDialog - the open dialog box will be applied this command
Method Detail

execute

public void execute(java.awt.event.ActionEvent event)
execute open export dialog command
Specified by:
execute in interface Command


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