|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AddAccessCommand
Class to handle add access command |
class |
AddAdditionalPartyCommand
Class to handle add additionalParty command |
class |
AddContactCommand
Class to handle add contact command |
class |
AddCreatorCommand
Class to handle add creator command |
class |
AddDocumentationCommand
Class to handle add documentation command |
class |
AddGeographicCovCommand
Class to handle add geographic coverage command |
class |
AddKeywordCommand
Class to handle add keyword command |
class |
AddMethodCommand
Class to handle add method command |
class |
AddResearchProjectCommand
Class to handle add project command |
class |
AddTaxonomicCovCommand
Class to handle addition of taxonomic coverage to the data package |
class |
AddTemporalCovCommand
Class to handle add temporal coverage command |
class |
AddTitleAbstractCommand
Class to handle add title and abstract command |
class |
AddUsageRightsCommand
Class to handle add usage command |
class |
CreateNewDataPackageCommand
Class to handle create new data package command |
class |
DeleteColumnCommand
Class to handle delete a column command |
class |
DeleteRowCommand
Class to handle delete a row command |
class |
DeleteTableCommand
Class to handle import data file 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 |
RevertAllCommand
Class to Revert to all tabs to original data sets |
class |
RevertCommand
Class to Revert to current tab to original data sets |
class |
SavePackageCommand
Class to Save an AbstractDataPackage to Metacat and/or Local File system |
class |
SavePackageCopyCommand
Class to Save an AbstractDataPackage to Local File system |
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 |
class |
ViewDocumentationCommand
Class to handle view documentation 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 |
HelpMetadataIntroCommand
|
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.plugins.printer |
Classes in edu.ucsb.nceas.morpho.plugins.printer that implement Command | |
class |
PreviewCommand
|
class |
PrintCommand
|
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 |
OpenExportDialogCommand
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(java.lang.String name,
javax.swing.Icon icon,
Command cmd)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |