| java.lang.Object org.netbeans.spi.project.support.GenericSources
GenericSources | public class GenericSources (Code) | | Factories for standard
Sources implementations.
author: Jesse Glick |
group | public static SourceGroup group(Project p, FileObject rootFolder, String name, String displayName, Icon icon, Icon openedIcon)(Code) | | Default kind of source folder group.
Contains everything inside the supplied root folder which belongs to the
supplied project and is considered sharable by VCS.
Parameters: p - a project Parameters: rootFolder - the root folder to use for sources Parameters: name - a code name for the source group Parameters: displayName - a display name for the source group Parameters: icon - a regular icon to use for the source group, or null Parameters: openedIcon - an opened variant icon to use, or null a new group object |
|
|