Uses of Interface
edu.ucsb.nceas.morpho.util.Command

Packages that use Command
edu.ucsb.nceas.morpho   
edu.ucsb.nceas.morpho.datapackage   
edu.ucsb.nceas.morpho.framework   
edu.ucsb.nceas.morpho.plugins.metadisplay   
edu.ucsb.nceas.morpho.query   
edu.ucsb.nceas.morpho.util   
 

Uses of Command in edu.ucsb.nceas.morpho
 

Classes in edu.ucsb.nceas.morpho that implement Command
static class Morpho.CreateNewProfileCommand
           
 

Uses of Command in edu.ucsb.nceas.morpho.datapackage
 

Classes in edu.ucsb.nceas.morpho.datapackage that implement Command
 class AddDocumentationCommand
          Class to handle add documentation command
 class CreateNewDataPackageCommand
          Class to handle create new data package command
 class DeleteColumnCommand
          Class to handle delete a cloumn command
 class DeleteRowCommand
          Class to handle delete a row command
 class EditColumnMetaDataCommand
          Class to handle edit column meta data command
 class ImportDataCommand
          Class to handle import data file command
 class InsertColumnCommand
          Class to handle insert a cloumn command
 class InsertRowCommand
          Class to handle insert a row command
 class SortDataTableCommand
          Class to handle sort data table command
 class TableCopyCommand
          Class to handle table paste command
 class TableCutCommand
          Class to handle table paste command
 class TablePasteCommand
          Class to handle table paste command
 

Methods in edu.ucsb.nceas.morpho.datapackage that return Command
 Command DataPackagePlugin.getCommandObject(int commandIdentifier)
          return an instance of a Command object, identified by one of the integer constants defined above
 

Uses of Command in edu.ucsb.nceas.morpho.framework
 

Classes in edu.ucsb.nceas.morpho.framework that implement Command
 class HelpCommand
          Class to handle help command
 class LoginCommand
          Class to handle login
 

Methods in edu.ucsb.nceas.morpho.framework that return Command
 Command QueryRefreshInterface.getCommandObject(int commandIdentifier)
          return an instance of a Command object, identified by one of the integer constants defined above
 Command DataPackageInterface.getCommandObject(int commandIdentifier)
          return an instance of a Command object, identified by one of the integer constants defined above
 

Uses of Command in edu.ucsb.nceas.morpho.plugins.metadisplay
 

Classes in edu.ucsb.nceas.morpho.plugins.metadisplay that implement Command
 class BackCommand
           
 class CloseCommand
           
 class EditCommand
           
 

Methods in edu.ucsb.nceas.morpho.plugins.metadisplay that return Command
 Command PathElementInterface.getCommand()
          gets the edu.ucsb.nceas.morpho.util.Command for this item.
 

Methods in edu.ucsb.nceas.morpho.plugins.metadisplay with parameters of type Command
 void PathElementInterface.setCommand(Command cmd)
          sets the edu.ucsb.nceas.morpho.util.Command for this item.
 

Uses of Command in edu.ucsb.nceas.morpho.query
 

Classes in edu.ucsb.nceas.morpho.query that implement Command
 class CancelCommand
          Class to handle cancel command
 class DeleteCommand
          Class to handle delete local copy command
 class ExportCommand
          Class to handle export package (both regular and zip) command
 class LocalToNetworkCommand
          Class to handle upload a package to network command
 class NetworkToLocalCommand
          Class to handle download a package from network command
 class OpenDeleteDialogCommand
          Class to handle Open a dialog box command
 class OpenDialogBoxCommand
          Class to handle Open a dialog box command
 class OpenPackageCommand
          Class to handle open package command
 class OpenPreviousVersionCommand
          Class to handle open a previous version package command
 class OpenSynchronizeDialogCommand
          Class to handle Open a synchronize (upload or download) dialog box command
 class RefreshCommand
          Class to handle refresh command
 class ReviseSearchCommand
          Class to handle search command
 class RunSavedQueryCommand
          Class to handle click a saved query menu item
 class SaveQueryCommand
          Class to handle savequery command
 class SearchCommand
          Class to handle search command
 

Methods in edu.ucsb.nceas.morpho.query that return Command
 Command QueryPlugin.getCommandObject(int commandIdentifier)
          return an instance of a Command object, identified by one of the integer constants defined above
 

Uses of Command in edu.ucsb.nceas.morpho.util
 

Classes in edu.ucsb.nceas.morpho.util that implement Command
 class SortTableCommand
          Class to handle sorting table command
 

Methods in edu.ucsb.nceas.morpho.util that return Command
 Command GUIAction.getCommand()
          Get the command in this action object
 

Methods in edu.ucsb.nceas.morpho.util with parameters of type Command
 void GUIAction.setCommand(Command cmd)
          Set the command in this action object
 void GUIAction.setCommandOnStateChange(java.lang.String changedState, Command command, int respondTo)
          Set the state of this action to the enabled value if a state change matching changedState occurs.
 

Constructors in edu.ucsb.nceas.morpho.util with parameters of type Command
GUIAction.GUIAction(java.lang.String name, javax.swing.Icon icon, Command cmd)
          Constructor
 



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