edu.ucsb.nceas.morpho.query
Class OpenDialogBoxCommand

java.lang.Object
  extended byedu.ucsb.nceas.morpho.query.OpenDialogBoxCommand
All Implemented Interfaces:
Command

public class OpenDialogBoxCommand
extends java.lang.Object
implements Command

Class to handle Open a dialog box command


Constructor Summary
OpenDialogBoxCommand(Morpho morpho)
          Constructor of SearchCommand
 
Method Summary
 void execute(java.awt.event.ActionEvent event)
          execute cancel command
protected  java.lang.String getOwnerQuery()
          Construct a query suitable for getting the owner documents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenDialogBoxCommand

public OpenDialogBoxCommand(Morpho morpho)
Constructor of SearchCommand

Parameters:
morpho - the Morpho app to which the cancel command will apply
Method Detail

execute

public void execute(java.awt.event.ActionEvent event)
execute cancel command

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

getOwnerQuery

protected java.lang.String getOwnerQuery()
Construct a query suitable for getting the owner documents

Returns:
String


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