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

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

 

Uses of Interface
org.openide.loaders.DataLoader.RecognizedFiles

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

Uses of DataLoader.RecognizedFiles in org.openide.loaders
 

Methods in org.openide.loaders with parameters of type DataLoader.RecognizedFiles
protected  DataObject MultiFileLoader.handleFindDataObject(FileObject fo, DataLoader.RecognizedFiles recognized)
           
 DataObject DataLoaderPool.findDataObject(FileObject fo, DataLoader.RecognizedFiles r)
          Find a data object for this file object, considering already-recognized files (not for normal users of the APIs).
 DataObject DataLoader.findDataObject(FileObject fo, DataLoader.RecognizedFiles recognized)
          Find a data object appropriate to the given file object--the meat of this class.
protected abstract  DataObject DataLoader.handleFindDataObject(FileObject fo, DataLoader.RecognizedFiles recognized)
          Find a data object appropriate to the given file object (as implemented in subclasses).
 


 

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