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 TypeMethodDescriptionvoid
Fired events "clickable", "visible", "icon".void
clicked()
getIcon()
boolean
boolean
void
void
setPopupUtil
(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
-