public interface ProgressEnvironment
Modifier and Type | Method | Description |
---|---|---|
ProgressHandle |
createHandle(String displayname,
org.openide.util.Cancellable c,
boolean userInit) |
Creates a ProgressHandle with the specified parameters.
|
Controller |
getController() |
Creates a Controller specific for the target environment.
|
ProgressHandle createHandle(String displayname, org.openide.util.Cancellable c, boolean userInit)
displayname
- the display namec
- callback that can cancel the operation, optional - can be null
userInit
- true, if initiated by the user, false if initiated automaticallyController getController()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.