public interface StatusBarEx extends StatusBar
StatusBar.Anchors, StatusBar.Info, StatusBar.StandardWidgets
Disposable.Parent
Modifier and Type | Method and Description |
---|---|
void |
addProgress(ProgressIndicatorEx indicator,
TaskInfo info) |
java.util.List<Pair<TaskInfo,ProgressIndicator>> |
getBackgroundProcesses() |
java.awt.Dimension |
getSize() |
boolean |
isProcessWindowOpen() |
boolean |
isVisible() |
BalloonHandler |
notifyProgressByBalloon(MessageType type,
java.lang.String htmlBody) |
BalloonHandler |
notifyProgressByBalloon(MessageType type,
java.lang.String htmlBody,
javax.swing.Icon icon,
javax.swing.event.HyperlinkListener listener) |
void |
setProcessWindowOpen(boolean open) |
void |
startRefreshIndication(java.lang.String tooltipText) |
void |
stopRefreshIndication() |
addCustomIndicationComponent, addWidget, addWidget, addWidget, addWidget, createChild, createChild, findChild, fireNotificationPopup, getComponent, getFrame, getProject, getWidget, install, removeCustomIndicationComponent, removeWidget, updateWidget
getInfo, setInfo, setInfo
dispose
void startRefreshIndication(java.lang.String tooltipText)
void stopRefreshIndication()
BalloonHandler notifyProgressByBalloon(MessageType type, java.lang.String htmlBody)
BalloonHandler notifyProgressByBalloon(MessageType type, java.lang.String htmlBody, javax.swing.Icon icon, javax.swing.event.HyperlinkListener listener)
void addProgress(ProgressIndicatorEx indicator, TaskInfo info)
java.util.List<Pair<TaskInfo,ProgressIndicator>> getBackgroundProcesses()
boolean isProcessWindowOpen()
void setProcessWindowOpen(boolean open)
java.awt.Dimension getSize()
boolean isVisible()