Package se.conciliate.extensions.ui
Interface Shell.StatusIcon
- Enclosing interface:
- Shell
public static interface Shell.StatusIcon
Shows an icon in the status bar. Throws property change
events for the icon on the EDT, and can react to clicks.
-
Method Summary
Modifier and TypeMethodDescriptionvoidFired events "clickable", "visible", "icon".voidclicked()getIcon()booleanbooleanvoidvoidsetPopupUtil(Shell.PopupUtil popupUtil)
-
Method Details
-
getIcon
Icon getIcon() -
isClickable
boolean isClickable() -
isVisible
boolean isVisible() -
setPopupUtil
-
clicked
void clicked() -
getToolTipText
-
addPropertyChangeListener
Fired events "clickable", "visible", "icon". -
removePropertyChangeListener
-