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