org.netbeans.modules.projectapi/1 1.36.1

Uses of Interface
org.netbeans.api.project.Sources

Packages that use Sources
org.netbeans.api.project General API for finding and manipulating all kinds of projects. 
org.netbeans.spi.project.support   
 

Uses of Sources in org.netbeans.api.project
 

Methods in org.netbeans.api.project that return Sources
static Sources ProjectUtils.getSources(Project p)
          Get a list of sources for a project.
 

Uses of Sources in org.netbeans.spi.project.support
 

Methods in org.netbeans.spi.project.support that return Sources
static Sources GenericSources.genericOnly(Project p)
          Lists only one source folder group, of TYPE_GENERIC, containing the project directory, as by GenericSources.group(org.netbeans.api.project.Project, org.openide.filesystems.FileObject, java.lang.String, java.lang.String, javax.swing.Icon, javax.swing.Icon).
 

Methods in org.netbeans.spi.project.support that return types with arguments of type Sources
static LookupMerger<Sources> LookupProviderSupport.createSourcesMerger()
          Factory method for creating LookupMerger instance that merges Sources instances in the project lookup.
 


org.netbeans.modules.projectapi/1 1.36.1

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