Package | Description |
---|---|
org.netbeans.spi.project.ui.support |
Helpful UI support classes for general projects.
|
Modifier and Type | Method and Description |
---|---|
static Action |
MainProjectSensitiveActions.mainProjectSensitiveAction(ProjectActionPerformer performer,
String namePattern,
Icon icon)
Creates an action sensitive to the project currently selected as main in the UI.
|
static Action |
ProjectSensitiveActions.projectSensitiveAction(ProjectActionPerformer performer,
String namePattern,
Icon icon)
Creates an action sensitive to the set of currently selected projects.
|