Uses of Interface
org.openide.loaders.DataFilter

Packages that use DataFilter
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of DataFilter in org.openide
 

Methods in org.openide with parameters of type DataFilter
 Node Places.Nodes.repository(DataFilter f)
          Get a Repository node with a given data filter.
 Node Places.Nodes.packages(DataFilter f)
          Get a root of packages with a given data filter.
 

Uses of DataFilter in org.openide.loaders
 

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
 Children DataFolder.createNodeChildren(DataFilter filter)
          Support method to obtain a children object that can be added to any Node.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.