Interface MdiEntryVitalityImage

All Known Implementing Classes:
MdiEntryVitalityImageSWT

public interface MdiEntryVitalityImage
  • Method Details

    • getImageID

      String getImageID()
    • setImageID

      void setImageID(String id)
    • getMdiEntry

      MdiEntry getMdiEntry()
    • addListener

      void addListener(MdiEntryVitalityImageListener l)
    • setToolTip

      void setToolTip(String tooltip)
    • setVisible

      void setVisible(boolean visible)
    • isVisible

      boolean isVisible()
    • triggerClickedListeners

      void triggerClickedListeners(int x, int y)
    • getAlignment

      int getAlignment()
    • setAlignment

      void setAlignment(int a)
    • getShowOutsideOfEntry

      boolean getShowOutsideOfEntry()
      Whether the Image is shown outside of the entry. ie. TabbedMDI has a section to the right of all tabs that can display actions.
    • setShowOutsideOfEntry

      void setShowOutsideOfEntry(boolean showOutsideOfEntry)
      Whether the Image is shown outside of the entry. ie. TabbedMDI has a section to the right of all tabs that can display actions.