Package | Description |
---|---|
org.netbeans.spi.project.ui.support |
Helpful UI support classes for general projects.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
BuildExecutionSupport.ActionItem
Wrapper for the build job used by
BuildExecutionSupport , extending Item ,
allows collecting history of executions keyed by the getAction() values. |
Modifier and Type | Method and Description |
---|---|
static BuildExecutionSupport.Item |
BuildExecutionSupport.getLastFinishedItem()
Returns the last registered finished item.
|
Modifier and Type | Method and Description |
---|---|
static void |
BuildExecutionSupport.registerFinishedItem(BuildExecutionSupport.Item item)
Notify that the build job finished.
|
static void |
BuildExecutionSupport.registerRunningItem(BuildExecutionSupport.Item item)
Notify that the build job was started and pass a reference to it.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.