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

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

 

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


 

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