|
org.netbeans.modules.projectuiapi/1 1.51.1 8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.project.ui.support.BuildExecutionSupport
public final class BuildExecutionSupport
Register running and finished build/run/debug tasks for use by generic project UI, like "Repeat Build" action or "Stop Build" action in main menu.
Nested Class Summary | |
---|---|
static interface |
BuildExecutionSupport.Item
Wrapper for the build job used by BuildExecutionSupport |
Method Summary | |
---|---|
static void |
registerFinishedItem(BuildExecutionSupport.Item item)
Notify that the build job finished. |
static void |
registerRunningItem(BuildExecutionSupport.Item item)
Notify that the build job was started and pass a reference to it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void registerRunningItem(BuildExecutionSupport.Item item)
item
- public static void registerFinishedItem(BuildExecutionSupport.Item item)
item
-
|
org.netbeans.modules.projectuiapi/1 1.51.1 8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |