org.netbeans.modules.projectapi/1 1.36.1

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

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

Uses of SourceGroup in org.netbeans.api.project
 

Methods in org.netbeans.api.project that return SourceGroup
 SourceGroup SourceGroupModifier.Future.createSourceGroup()
          Create the instance of SourceGroup wrapped by this object.
static SourceGroup SourceGroupModifier.createSourceGroup(Project project, String type, String hint)
          Creates a SourceGroup in the given Project of the given type and hint.
 SourceGroup[] Sources.getSourceGroups(String type)
          Find all root source folders matching a given type.
 

Uses of SourceGroup in org.netbeans.spi.project
 

Methods in org.netbeans.spi.project that return SourceGroup
 SourceGroup SourceGroupModifierImplementation.createSourceGroup(String type, String hint)
          Creates a SourceGroup of the given type and hint.
 

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

Methods in org.netbeans.spi.project.support that return SourceGroup
static SourceGroup GenericSources.group(Project p, FileObject rootFolder, String name, String displayName, Icon icon, Icon openedIcon)
          Default kind of source folder group.
 


org.netbeans.modules.projectapi/1 1.36.1

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