|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
MorphoFrame |
UIController.addHiddenWindow(java.lang.String windowName)
|
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.getHiddenInstance()
Create a new instance and set its visible to false |
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 |
Constructors in edu.ucsb.nceas.morpho.framework with parameters of type MorphoFrame | |
InitialScreen(Morpho morpho,
MorphoFrame parentFrame)
|
|
HTMLBrowser(MorphoFrame frame,
boolean showLocationBar)
|
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 void |
SearchCommand.doQuery(MorphoFrame resultWindow,
Query query,
boolean sorted,
int sortedIndex,
java.lang.String sortedOder,
boolean sendEvent)
Run the search query |
static ResultPanel |
RefreshCommand.getResultPanelFromMorphoFrame(MorphoFrame frame)
Gave a morphoFrame, get resultpanel from it. |
void |
Query.displaySearchResult(MorphoFrame resultWindow,
ResultPanel resultDisplayPanel,
boolean sort,
int sortIndex,
java.lang.String sortOder,
boolean showSearchNumber,
StateChangeEvent stateEvent)
This method will run the query and display the query results streamly in a given panel |
Constructors in edu.ucsb.nceas.morpho.query with parameters of type MorphoFrame | |
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 |
|
RefreshCommand(MorphoFrame box)
Constructor of RefreshCommand |
|
OpenDialogBox(MorphoFrame parent,
Morpho morpho,
Query myQuery)
Construct a new instance of the query 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 |
|
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 |
|
ExportDialog(MorphoFrame myParent,
java.lang.String frameType,
java.lang.String mySelectedDocId,
boolean myInLocal,
boolean myInNetwork)
Construct a new instance of the dialog where parent is morphoframe |
|
ExportDialog(OpenDialogBox myParent,
MorphoFrame grandParent,
java.lang.String mySelectedDocId,
boolean myInLocal,
boolean myInNetwork)
Construct a new instance of the delete dialog when parent is 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 |
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |