edu.ucsb.nceas.morpho.datapackage
Class InsertRowCommand

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

public class InsertRowCommand
extends java.lang.Object
implements Command

Class to handle insert a row command


Field Summary
static java.lang.String AFTER
           
static java.lang.String BEFORE
           
 
Constructor Summary
InsertRowCommand(java.lang.String column)
          Constructor of Import data command
 
Method Summary
 void execute(java.awt.event.ActionEvent event)
          execute insert command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AFTER

public static final java.lang.String AFTER

BEFORE

public static final java.lang.String BEFORE
Constructor Detail

InsertRowCommand

public InsertRowCommand(java.lang.String column)
Constructor of Import data command
Method Detail

execute

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


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