Uses of Class
edu.ucsb.nceas.morpho.framework.MorphoFrame

Packages that use MorphoFrame
edu.ucsb.nceas.morpho.datapackage   
edu.ucsb.nceas.morpho.framework   
edu.ucsb.nceas.morpho.query   
edu.ucsb.nceas.morpho.util   
 

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

Methods in edu.ucsb.nceas.morpho.datapackage with parameters of type MorphoFrame
 java.lang.String DataPackagePlugin.getDocIdFromMorphoFrame(MorphoFrame morphoFrame)
          Method to get docid from a given morpho frame
 boolean DataPackagePlugin.isDataPackageInLocal(MorphoFrame morphoFrame)
          Method to determine a data package which in a morpho frame if is in local
 boolean DataPackagePlugin.isDataPackageInNetwork(MorphoFrame morphoFrame)
          Method to determine a data package which in a morpho frame if is in network
static DataViewContainerPanel AddDocumentationCommand.getDataViewContainerPanelFromMorphoFrame(MorphoFrame frame)
          Gave a morphoFrame, get DataViewContainerPanel from it.
 

Constructors in edu.ucsb.nceas.morpho.datapackage with parameters of type MorphoFrame
AddMetadataWizard(Morpho morpho, MorphoFrame packageFrame)
          Construct a dialog and set the framework
AddMetadataWizard(Morpho morpho, boolean modal, DataPackage dataPackage, MorphoFrame packageFrame, java.lang.String showImport)
          Construct the dialog
 

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

Methods in edu.ucsb.nceas.morpho.framework that return MorphoFrame
 MorphoFrame UIController.addWindow(java.lang.String windowName)
          This method is called by plugins to get a new window that is an instance of MorphoFrame.
static MorphoFrame UIController.getMorphoFrameContainingGUIAction(GUIAction clone)
          return the MorphoFrame that contains the GUIAction clone provided
 MorphoFrame UIController.getCurrentActiveWindow()
          get currently active window
static MorphoFrame MorphoFrame.getInstance()
          Create a new instance and set its default size
 

Methods in edu.ucsb.nceas.morpho.framework with parameters of type MorphoFrame
 void UIController.updateWindow(MorphoFrame window, java.lang.String title)
          This method is called by plugins to update window that is an instance of MorphoFrame.
 void UIController.removeWindow(MorphoFrame window)
          This method is called to de-register a Window that the plugin has created.
static GUIAction UIController.getGUIActionCloneUsedByMorphoFrame(GUIAction action, MorphoFrame frame)
          This method can be used if you have the original GUIAction instance and want to get the existing clone of it that was put into a particular MorphoFrame by UIController.
 void UIController.setCurrentActiveWindow(MorphoFrame window)
          set currently active window
 java.lang.String DataPackageInterface.getDocIdFromMorphoFrame(MorphoFrame morphoFrame)
          Method to get docid from a given morpho frame
 boolean DataPackageInterface.isDataPackageInLocal(MorphoFrame morphoFrame)
          Method to determine a data package which in a morpho frame if is in local
 boolean DataPackageInterface.isDataPackageInNetwork(MorphoFrame morphoFrame)
          Method to determine a data package which in a morpho frame if is in network
 

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

Methods in edu.ucsb.nceas.morpho.query that return MorphoFrame
 MorphoFrame OpenDialogBox.getParentFrame()
          Method to get the parent morphoFrame of dialog
 

Methods in edu.ucsb.nceas.morpho.query with parameters of type MorphoFrame
static ResultPanel RefreshCommand.getResultPanelFromMorphoFrame(MorphoFrame frame)
          Gave a morphoFrame, get resultpanel from it.
static void SearchCommand.doQuery(MorphoFrame resultWindow, Query query)
          Run the search query
 

Constructors in edu.ucsb.nceas.morpho.query with parameters of type MorphoFrame
RefreshCommand(MorphoFrame box)
          Constructor of RefreshCommand
LocalToNetworkCommand(OpenDialogBox myOpenDialog, javax.swing.JDialog box, MorphoFrame myFrame, java.lang.String frameType, java.lang.String selectId, boolean myInLocal, boolean myInNetwork)
          Constructor of LocalToNetworkCommand in dialog
SynchronizeDialog(MorphoFrame parent, java.lang.String frameType, java.lang.String myDocid, boolean myInLocal, boolean myInNetwork)
          Construct a new instance of the synchronize dialog which's parent is morpho frame
SynchronizeDialog(OpenDialogBox open, MorphoFrame frame, java.lang.String myDocid, boolean myInLocal, boolean myInNetwork)
          Construct a new instance of the synchronize dialog which's parent is a open dialog
DeleteDialog(MorphoFrame myParent, java.lang.String frameType, java.lang.String mySelectedDocId, boolean myInLocal, boolean myInNetwork)
          Construct a new instance of the delete dialog which parent is morphoframe
DeleteDialog(OpenDialogBox myParent, MorphoFrame grandParent, java.lang.String mySelectedDocId, boolean myInLocal, boolean myInNetwork)
          Construct a new instance of the delete dialog which parent is open dialog
NetworkToLocalCommand(OpenDialogBox myOpenDialog, javax.swing.JDialog mySynDialog, MorphoFrame myFrame, java.lang.String frameType, java.lang.String selectId, boolean myInLocal, boolean myInNetwork)
          Constructor of NetworkToLocalCommand in dialog
OpenDialogBox(MorphoFrame parent, Morpho morpho, Query myQuery)
          Construct a new instance of the query dialog
DeleteCommand(OpenDialogBox myOpenDialog, javax.swing.JDialog myDeleteDialog, MorphoFrame myFrame, java.lang.String frameType, java.lang.String myState, java.lang.String selectId, boolean myInLocal, boolean myInNetwork)
          Constructor of DeleteCommand
 

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

Methods in edu.ucsb.nceas.morpho.util that return MorphoFrame
static MorphoFrame GUIAction.getMorphoFrameAncestor(java.awt.Component c)
           
 



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