|
org.netbeans.modules.projectuiapi/1 1.13.22 5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectActionPerformer
Callback interface for project- and main project-sensitive actions.
Method Summary | |
---|---|
boolean |
enable(Project project)
Called when the context of the action changes and the action should be enabled or disabled within the new context, according to the newly selected project. |
void |
perform(Project project)
Called when the user invokes the action. |
Method Detail |
---|
boolean enable(Project project)
project
- the currently selected project, or null if no project is selected
void perform(Project project)
project
- the project this action was invoked for (XXX can this be null or not?)
|
org.netbeans.modules.projectuiapi/1 1.13.22 5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |