edu.ucsb.nceas.morpho.datapackage
Class RevertCommand

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

public class RevertCommand
extends java.lang.Object
implements Command

Class to Revert to current tab to original data sets


Constructor Summary
RevertCommand()
          Constructor of RevertCommand
RevertCommand(AbstractDataPackage adp)
          Constructor of RevertCommand
 
Method Summary
 void execute(java.awt.event.ActionEvent event)
          execute the revert command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevertCommand

public RevertCommand()
Constructor of RevertCommand


RevertCommand

public RevertCommand(AbstractDataPackage adp)
Constructor of RevertCommand

Parameters:
adp - the open dialog box will be applied this command
Method Detail

execute

public void execute(java.awt.event.ActionEvent event)
execute the revert command

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


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