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 Details

    • getIcon

      Icon getIcon()
    • isClickable

      boolean isClickable()
    • isVisible

      boolean isVisible()
    • setPopupUtil

      void setPopupUtil(Shell.PopupUtil popupUtil)
    • clicked

      void clicked()
    • getToolTipText

      default Optional<String> getToolTipText()
    • addPropertyChangeListener

      void addPropertyChangeListener(PropertyChangeListener l)
      Fired events "clickable", "visible", "icon".
    • removePropertyChangeListener

      void removePropertyChangeListener(PropertyChangeListener l)