edu.ucsb.nceas.morpho.datapackage
Class CreateNewDataPackageCommand

java.lang.Object
  extended byedu.ucsb.nceas.morpho.datapackage.CreateNewDataPackageCommand
All Implemented Interfaces:
Command

public class CreateNewDataPackageCommand
extends java.lang.Object
implements Command

Class to handle create new data package command


Constructor Summary
CreateNewDataPackageCommand(Morpho morpho)
          Constructor of CreateNewDataPackageCommand
 
Method Summary
 void execute(java.awt.event.ActionEvent event)
          execute create data package command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateNewDataPackageCommand

public CreateNewDataPackageCommand(Morpho morpho)
Constructor of CreateNewDataPackageCommand

Parameters:
morpho - the morpho will apply to this command
Method Detail

execute

public void execute(java.awt.event.ActionEvent event)
execute create data package command

Specified by:
execute in interface Command
Parameters:
event - ActionEvent


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