|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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. |
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 |
Constructors in edu.ucsb.nceas.morpho.datapackage with parameters of type ClientFramework | |
TripleCollection(java.io.File triplesFile,
ClientFramework framework)
parses an xml document and pulls any triples out of it. |
|
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. |
|
NewDataFile(java.awt.Frame parent,
DataPackage dp,
ClientFramework framework,
java.lang.String entityId)
|
|
AddMetadataWizard(ClientFramework cont)
Construct a dialog and set the framework |
|
AddMetadataWizard(ClientFramework cont,
boolean modal,
DataPackage dataPackage)
Construct the dialog |
|
EntityGUI(DataPackage dp,
java.lang.String id,
java.lang.String location,
DataPackageGUI parent,
ClientFramework cf)
Creates a new entity editor. |
|
AccessionNumber(ClientFramework cf)
|
|
DataViewer(ClientFramework framework,
java.lang.String sTitle)
|
|
DataViewer(ClientFramework framework,
java.lang.String sTitle,
java.io.File dataFile)
|
|
DataPackageGUI(ClientFramework framework,
DataPackage dp)
|
Uses of ClientFramework in edu.ucsb.nceas.morpho.datapackage.wizard |
Constructors in edu.ucsb.nceas.morpho.datapackage.wizard with parameters of type ClientFramework | |
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). |
|
PackageWizardShell(ClientFramework cf)
|
|
PackageWizardShell(ClientFramework cf,
int startingFrame,
AddMetadataWizard amdw)
|
Uses of ClientFramework in edu.ucsb.nceas.morpho.editor |
Methods in edu.ucsb.nceas.morpho.editor with parameters of type ClientFramework | |
void |
edit_plugin.initialize(ClientFramework cf)
|
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 |
DocFrame.initDoc(ClientFramework cf,
java.lang.String doctext,
boolean flag)
|
void |
DocFrame.initDocInner(ClientFramework cf,
java.lang.String doctext,
boolean flag)
|
Constructors in edu.ucsb.nceas.morpho.editor with parameters of type ClientFramework | |
edit_plugin(ClientFramework cf,
java.lang.String sTitle)
|
|
DocFrame(ClientFramework cf,
java.lang.String sTitle,
java.lang.String doctext,
boolean flag)
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(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(ClientFramework cf,
java.lang.String sTitle,
java.lang.String doctext,
java.lang.String id,
java.lang.String location,
boolean templFlag)
this version of the constructor is needed so that each DocFrame can 'remember' the id and location parameters used to create it; includes template flag |
|
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 |
Uses of ClientFramework in edu.ucsb.nceas.morpho.framework |
Methods in edu.ucsb.nceas.morpho.framework with parameters of type ClientFramework | |
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. |
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. |
Constructors in edu.ucsb.nceas.morpho.framework with parameters of type ClientFramework | |
DataStore(ClientFramework cf)
create a new FileSystemDataStore for a ClientFramework |
|
FileSystemDataStore(ClientFramework cf)
create a new FileSystemDataStore for a ClientFramework |
|
ConnectionFrame(ClientFramework cont)
Construct a frame and set the framework |
|
ConnectionFrame(ClientFramework cont,
boolean modal)
Construct the frame |
|
ProfileDialog(ClientFramework cont)
Construct a dialog and set the framework |
|
ProfileDialog(ClientFramework cont,
boolean modal)
Construct the dialog |
|
MetacatDataStore(ClientFramework cf)
Constructor to create this object in conjunction with a ceartain framework. |
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 | |
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(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(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(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(ClientFramework cf,
ResultSet results)
Construct a new ResultFrame and display the result set |
|
ResultFrame(ClientFramework cf,
ResultSet results,
int fontSize)
Construct a new ResultFrame and display the result set |
|
QueryDialog(java.awt.Frame parent,
ClientFramework framework)
Construct a new instance of the query dialog |
|
QueryDialog(ClientFramework framework)
Construct a new instance of the query dialog |
|
LocalQuery(Query query,
ClientFramework framework)
Basic Constuctor for the class |
|
Query(java.io.Reader queryspec,
ClientFramework framework)
construct an instance of the Query class from an XML Stream |
|
Query(java.lang.String queryspec,
ClientFramework framework)
construct an instance of the Query class from an XML String |
|
Query(ClientFramework framework)
construct an instance of the Query class, manually setting the Query constraints rather that readin from an XML stream |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |