org.openide.loaders 7.16.1

Uses of Class
org.openide.loaders.XMLDataObject.Info

Packages that use XMLDataObject.Info
org.openide.loaders Datasystems are the logical layer between a filesystem and higher-level file-oriented operations. 
 

Uses of XMLDataObject.Info in org.openide.loaders
 

Methods in org.openide.loaders that return XMLDataObject.Info
 XMLDataObject.Info XMLDataObject.getInfo()
          Deprecated. not used anymore
static XMLDataObject.Info XMLDataObject.getRegisteredInfo(String publicId)
          Deprecated. Register via lookup
 

Methods in org.openide.loaders with parameters of type XMLDataObject.Info
static void XMLDataObject.registerInfo(String publicId, XMLDataObject.Info info)
          Deprecated. Register an Environment via lookup, see some details.
 void XMLDataObject.setInfo(XMLDataObject.Info ii)
          Deprecated. does not do anything useful
 


org.openide.loaders 7.16.1

Built on August 25 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.