站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Class org.openide.loaders.DataLoader (NetBeans Loaders API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.loaders.DataLoader

Packages that use DataLoader
org.openide.loaders Datasystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of DataLoader in org.openide.loaders
 

Subclasses of DataLoader in org.openide.loaders
 class MultiFileLoader
          Loader for any kind of MultiDataObject.
 class UniFileLoader
          Support class for loader handling one file at a time.
 

Methods in org.openide.loaders that return DataLoader
 DataLoader DataObject.getLoader()
          Get the loader that created this data object.
 DataLoader[] DataLoaderPool.toArray()
          Get an array of loaders that are currently registered.
 DataLoader DataLoaderPool.firstProducerOf(Class clazz)
          Finds the first producer of a representation class.
static DataLoader DataLoaderPool.getPreferredLoader(FileObject fo)
          Get the preferred loader for a file.
static DataLoader DataLoader.getLoader(Class loaderClass)
          Get a registered loader from the pool.
 

Methods in org.openide.loaders with parameters of type DataLoader
static void DataLoaderPool.setPreferredLoader(FileObject fo, DataLoader loader)
          Utility method to mark a file as belonging to a loader.
 

Constructors in org.openide.loaders with parameters of type DataLoader
DataShadow(FileObject fo, DataObject original, DataLoader loader)
          Deprecated. Since 1.13 do not use this constructor, it is for backward compatibility only
DataObject(FileObject pf, DataLoader loader)
          Create new data object.
DataLoaderPool(DataLoader loader)
          Create new loader pool and set preferred loader.
DataFolder(FileObject fo, DataLoader loader)
          Deprecated. Since 1.13 do not use this constructor, it is for backward compatibility only.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.