Modifier and Type | Method and Description |
---|---|
static Sources |
genericOnly(Project p)
Lists only one source folder group, of
Sources.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) . |
static SourceGroup |
group(Project p,
FileObject rootFolder,
String name,
String displayName,
Icon icon,
Icon openedIcon)
Default kind of source folder group.
|
public static Sources genericOnly(Project p)
Sources.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)
.
If you think you need this, look at ProjectUtils.getSources(org.netbeans.api.project.Project)
first.p
- a projectpublic static SourceGroup group(Project p, FileObject rootFolder, String name, String displayName, Icon icon, Icon openedIcon)
p
- a projectrootFolder
- the root folder to use for sourcesname
- a code name for the source groupdisplayName
- a display name for the source groupicon
- a regular icon to use for the source group, or nullopenedIcon
- an opened variant icon to use, or null