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

Uses of Interface org.openide.loaders.DataFilter (NetBeans Loaders API) - NetBeans API Javadoc 4.1.0

 

Uses of Interface
org.openide.loaders.DataFilter

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

Uses of DataFilter in org.openide.loaders
 

Subinterfaces of DataFilter in org.openide.loaders
 interface ChangeableDataFilter
          Allows certain data objects to be excluded from being displayed.
 

Fields in org.openide.loaders declared as DataFilter
static DataFilter DataFilter.ALL
          Default filter that accepts everything.
 

Methods in org.openide.loaders with parameters of type DataFilter
abstract  Node RepositoryNodeFactory.repository(DataFilter f)
          Deprecated. Create a node representing a subset of the repository of filesystems.
 Children DataFolder.createNodeChildren(DataFilter filter)
          Support method to obtain a children object that can be added to any Node.
 


 

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