edu.ucsb.nceas.morpho.datapackage
Class AddDocumentationCommand

java.lang.Object
  |
  +--edu.ucsb.nceas.morpho.datapackage.AddDocumentationCommand

public class AddDocumentationCommand
extends java.lang.Object
implements Command

Class to handle add documentation command


Constructor Summary
AddDocumentationCommand()
          Constructor of refreshCommand There is no parameter, means it will refresh current active morpho frame
 
Method Summary
 void execute(java.awt.event.ActionEvent event)
          execute refresh command
static DataViewContainerPanel getDataViewContainerPanelFromMorphoFrame(MorphoFrame frame)
          Gave a morphoFrame, get DataViewContainerPanel from it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddDocumentationCommand

public AddDocumentationCommand()
Constructor of refreshCommand There is no parameter, means it will refresh current active morpho frame
Method Detail

execute

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

getDataViewContainerPanelFromMorphoFrame

public static DataViewContainerPanel getDataViewContainerPanelFromMorphoFrame(MorphoFrame frame)
Gave a morphoFrame, get DataViewContainerPanel from it. If morphFrame doesn't contain a DataViewContainerPanel, null will be returned
Parameters:
frame - the morpho frame which contains the need to be check


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