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

Uses of Interface org.netbeans.api.project.Sources (Project API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.projectapi/1 1.13

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.13

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