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

Packages that use ClientFramework
edu.ucsb.nceas.morpho.datapackage   
edu.ucsb.nceas.morpho.datapackage.wizard   
edu.ucsb.nceas.morpho.editor   
edu.ucsb.nceas.morpho.framework   
edu.ucsb.nceas.morpho.query   
 

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

Methods in edu.ucsb.nceas.morpho.datapackage with parameters of type ClientFramework
static org.w3c.dom.NodeList PackageUtil.getPathContent(java.io.File f, java.util.Vector paths, ClientFramework framework)
          Takes in a vector of paths and searches for each of the paths until a node is found that matches the paths.
static org.w3c.dom.NodeList PackageUtil.getPathContent(java.io.File f, java.lang.String path, ClientFramework framework)
          gets the content of a tag in a given xml file with the given path
static java.io.File PackageUtil.openFile(java.lang.String name, ClientFramework framework)
          opens a file on metacat or local.
static java.io.File PackageUtil.openFile(java.lang.String name, java.lang.String location, ClientFramework framework)
          figures out a files location if it is not known and opens it.
static EditorInterface PackageUtil.getEditor(ClientFramework framework)
          gets the editor context and returns it
static java.lang.String PackageUtil.addTriplesToTriplesFile(TripleCollection triples, DataPackage dataPackage, ClientFramework framework)
          method to add a collection of triples to a triples file.
static java.lang.String PackageUtil.deleteTriplesInTriplesFile(java.lang.String searchstring, DataPackage dataPackage, ClientFramework framework)
          method to delete triples with a specified string from the triples file
static java.util.Hashtable PackageUtil.getConfigFileTypeAttributes(ClientFramework framework, java.lang.String hashby)
          gets the file types from the config file and hashes them by a specified attribute
 void DataPackagePlugin.initialize(ClientFramework cf)
          The plugin must store a reference to the ClientFramework in order to be able to call the services available through the framework.
 

Constructors in edu.ucsb.nceas.morpho.datapackage with parameters of type ClientFramework
AccessionNumber.AccessionNumber(ClientFramework cf)
           
EntityGUI.EntityGUI(DataPackage dp, java.lang.String id, java.lang.String location, DataPackageGUI parent, ClientFramework cf)
          Creates a new entity editor.
DataPackageGUI.DataPackageGUI(ClientFramework framework, DataPackage dp)
           
TripleCollection.TripleCollection(java.io.File triplesFile, ClientFramework framework)
          parses an xml document and pulls any triples out of it.
DataPackage.DataPackage(java.lang.String location, java.lang.String identifier, java.util.Vector relations, ClientFramework framework)
          Create a new data package object with an id, location and associated relations.
AddMetadataWizard.AddMetadataWizard(ClientFramework cont)
          Construct a dialog and set the framework
AddMetadataWizard.AddMetadataWizard(ClientFramework cont, boolean modal, DataPackage dataPackage)
          Construct the dialog
 

Uses of ClientFramework in edu.ucsb.nceas.morpho.datapackage.wizard
 

Constructors in edu.ucsb.nceas.morpho.datapackage.wizard with parameters of type ClientFramework
PackageWizardShell.PackageWizardShell(ClientFramework cf)
           
PackageWizard.PackageWizard(ClientFramework framework, java.awt.Container contentPane, java.lang.String framefile)
          constructor which creates a package wizard frame in the given contentPane using the given framefile (xml configuration file).
 

Uses of ClientFramework in edu.ucsb.nceas.morpho.editor
 

Methods in edu.ucsb.nceas.morpho.editor with parameters of type ClientFramework
 void EditorPlugin.initialize(ClientFramework cf)
          The plugin must store a reference to the ClientFramework in order to be able to call the services available through the framework.
 void edit_plugin.initialize(ClientFramework cf)
           
 

Constructors in edu.ucsb.nceas.morpho.editor with parameters of type ClientFramework
DocFrame.DocFrame(ClientFramework cf, java.lang.String sTitle, java.lang.String doctext)
          This constructor actual handles the creation of a tree and panel for displaying and editing the information is an XML document, as represented in the String 'doctext'
DocFrame.DocFrame(ClientFramework cf, java.lang.String sTitle, java.lang.String doctext, java.lang.String id, java.lang.String location)
          this version of the constructor is needed so that each DocFrame can 'remember' the id and location parameters used to create it
DocFrame.DocFrame(ClientFramework cf, java.lang.String sTitle, java.lang.String doctext, java.lang.String id, java.lang.String location, java.lang.String nodeName, java.lang.String nodeValue)
          this version allows one to create a new DocFrame and set the initially selected nodename/nodetext
DocFrame.DocFrame(ClientFramework cf, java.lang.String sTitle, java.util.Vector docs, java.lang.String id, java.lang.String location, java.lang.String nodeName, java.lang.String nodeValue)
          this version will create a new DocFrame using a Vector of XML strings.
edit_plugin.edit_plugin(ClientFramework cf, java.lang.String sTitle)
           
 

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

Methods in edu.ucsb.nceas.morpho.framework with parameters of type ClientFramework
 void ToolPlugin.initialize(ClientFramework cf)
          The plugin must store a reference to the ClientFramework in order to be able to call the services available through the framework.
 void PluginInterface.initialize(ClientFramework cf)
          This method is called after the Plugin has been created in order to allow the plugin a chance to initialize variables, create menus and toolbars, and store a reference to the framework.
 

Constructors in edu.ucsb.nceas.morpho.framework with parameters of type ClientFramework
DataStore.DataStore(ClientFramework cf)
          create a new FileSystemDataStore for a ClientFramework
MetacatDataStore.MetacatDataStore(ClientFramework cf)
          Constructor to create this object in conjunction with a ceartain framework.
ConnectionFrame.ConnectionFrame(ClientFramework cont)
          Construct a frame and set the framework
ConnectionFrame.ConnectionFrame(ClientFramework cont, boolean modal)
          Construct the frame
ProfileDialog.ProfileDialog(ClientFramework cont)
          Construct a dialog and set the framework
ProfileDialog.ProfileDialog(ClientFramework cont, boolean modal)
          Construct the dialog
FileSystemDataStore.FileSystemDataStore(ClientFramework cf)
          create a new FileSystemDataStore for a ClientFramework
 

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

Methods in edu.ucsb.nceas.morpho.query that return ClientFramework
 ClientFramework ResultSet.getFramework()
          Get a reference to the framework
 

Methods in edu.ucsb.nceas.morpho.query with parameters of type ClientFramework
 void QueryPlugin.initialize(ClientFramework cf)
          The plugin must store a reference to the ClientFramework in order to be able to call the services available through the framework.
 

Constructors in edu.ucsb.nceas.morpho.query with parameters of type ClientFramework
Query.Query(java.io.Reader queryspec, ClientFramework framework)
          construct an instance of the Query class from an XML Stream
Query.Query(java.lang.String queryspec, ClientFramework framework)
          construct an instance of the Query class from an XML String
Query.Query(ClientFramework framework)
          construct an instance of the Query class, manually setting the Query constraints rather that readin from an XML stream
LocalQuery.LocalQuery(Query query, ClientFramework framework)
          Basic Constuctor for the class
QueryDialog.QueryDialog(java.awt.Frame parent, ClientFramework framework)
          Construct a new instance of the query dialog
QueryDialog.QueryDialog(ClientFramework framework)
          Construct a new instance of the query dialog
ResultSet.ResultSet(Query query, java.lang.String source, java.io.InputStream resultsXMLStream, ClientFramework cf)
          Construct a ResultSet instance given a query object and a InputStream that represents an XML encoding of the results.
ResultSet.ResultSet(Query query, java.lang.String source, java.util.Vector vec, ClientFramework cf)
          Construct a ResultSet instance from a vector of vectors; for use with LocalQuery
HeadResultSet.HeadResultSet(Query query, java.lang.String source, java.io.InputStream resultsXMLStream, ClientFramework cf)
          Construct a HeadResultSet instance given a query object and a InputStream that represents an XML encoding of the results.
HeadResultSet.HeadResultSet(Query query, java.lang.String source, java.util.Vector vec, ClientFramework cf)
          Construct a HeadResultSet instance from a vector of vectors; for use with LocalQuery
ResultFrame.ResultFrame(ClientFramework cf, ResultSet results)
          Construct a new ResultFrame and display the result set
ResultFrame.ResultFrame(ClientFramework cf, ResultSet results, int fontSize)
          Construct a new ResultFrame and display the result set
 



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