| Package | Description |
|---|---|
| org.netbeans.modules.progress.spi |
Interfaces permitting a UI for the progress system to be supplied.
|
| Modifier and Type | Method | Description |
|---|---|---|
InternalHandle |
TaskModel.getExplicitSelection() |
|
InternalHandle[] |
TaskModel.getHandles() |
|
InternalHandle |
TaskModel.getSelectedHandle() |
|
InternalHandle |
ProgressEvent.getSource() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TaskModel.addHandle(InternalHandle handle) |
|
void |
TaskModel.explicitlySelect(InternalHandle handle) |
|
void |
TaskModel.removeHandle(InternalHandle handle) |
| Constructor | Description |
|---|---|
ProgressEvent(InternalHandle src,
int type,
boolean isWatched) |
Creates a new instance of ProgressEvent
|
ProgressEvent(InternalHandle src,
int type,
boolean isWatched,
java.lang.String msg) |
Creates a new instance of ProgressEvent
|
ProgressEvent(InternalHandle src,
java.lang.String msg,
int units,
double percentage,
long estimate,
boolean isWatched) |
|
ProgressEvent(InternalHandle src,
java.lang.String msg,
int units,
double percentage,
long estimate,
boolean isWatched,
java.lang.String displayName) |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.