public class CatalogFactoryCancellable extends InvCatalogFactory
debugDBurl, debugOpen, debugURL, debugVersion, debugXML, debugXMLopen, showCatalogXML, showParsedXML, showStackTrace| Constructor and Description |
|---|
CatalogFactoryCancellable(Component parent,
String name,
boolean validate)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBusy()
See if this object can be reused.
|
void |
readXMLasynch(String catalogName,
CatalogSetCallback callbacker)
Pops up a ProgressMonitor to allow user cancellation while reading the named catalog.
|
appendErr, appendFatalErr, appendWarning, getCatalogConverter, getDataRootLocationAliasExpanders, getDefaultConverter, getDefaultFactory, getMetadataConverter, getName, main, readXML, readXML, readXML, readXML, readXML, readXML, registerCatalogConverter, registerMetadataConverter, setDataRootLocationAliasExpanders, writeXML, writeXML, writeXML, writeXMLpublic CatalogFactoryCancellable(Component parent, String name, boolean validate)
parent - : put ProgressMonotpr on top of his component; may be null.name - : name of the InvCatalogFactoryvalidate - : should CML validation be done?InvCatalogFactory,
ProgressMonitorpublic void readXMLasynch(String catalogName, CatalogSetCallback callbacker)
readXMLasynch in class InvCatalogFactorycatalogName - : the URI name that the XML doc is at.callbacker - : this will be called (from AWT thread) if catalog was successfully called.public boolean isBusy()
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.