public final class UIInternalHandle
extends org.netbeans.modules.progress.spi.InternalHandle
InternalHandle.| Constructor | Description |
|---|---|
UIInternalHandle(String displayName,
org.openide.util.Cancellable cancel,
boolean userInitiated,
Action view) |
| Modifier and Type | Method | Description |
|---|---|---|
JComponent |
extractComponent() |
have the component in custom location, don't include in the status bar.
|
JLabel |
extractDetailLabel() |
|
JLabel |
extractMainLabel() |
|
boolean |
isAllowCancel() |
|
boolean |
isAllowView() |
|
boolean |
isCustomPlaced() |
|
void |
requestView() |
createProgressHandle, finish, getDisplayName, getInitialDelay, getLastPingTime, getPercentageDone, getState, getTimeStampStarted, getTotalUnits, isInSleepMode, isUserInitialized, progress, requestCancel, requestDisplayNameChange, requestExplicitSelection, requestStateSnapshot, setController, setInitialDelay, start, toDeterminate, toIndeterminate, toSilentpublic boolean isAllowCancel()
isAllowCancel in class org.netbeans.modules.progress.spi.InternalHandlepublic boolean isAllowView()
isAllowView in class org.netbeans.modules.progress.spi.InternalHandlepublic boolean isCustomPlaced()
isCustomPlaced in class org.netbeans.modules.progress.spi.InternalHandlepublic void requestView()
requestView in class org.netbeans.modules.progress.spi.InternalHandlepublic JComponent extractComponent()
public JLabel extractDetailLabel()
public JLabel extractMainLabel()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.