public final class UIInternalHandle
extends org.netbeans.modules.progress.spi.InternalHandle
InternalHandle.| Constructor | Description |
|---|---|
UIInternalHandle(java.lang.String displayName,
org.openide.util.Cancellable cancel,
boolean userInitiated,
javax.swing.Action view) |
| Modifier and Type | Method | Description |
|---|---|---|
javax.swing.JComponent |
extractComponent() |
have the component in custom location, don't include in the status bar.
|
javax.swing.JLabel |
extractDetailLabel() |
|
javax.swing.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 UIInternalHandle(java.lang.String displayName,
org.openide.util.Cancellable cancel,
boolean userInitiated,
javax.swing.Action view)
public 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 javax.swing.JComponent extractComponent()
public javax.swing.JLabel extractDetailLabel()
public javax.swing.JLabel extractMainLabel()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.