Interface MdiEntryVitalityImage

    • Method Detail

      • getImageID

        java.lang.String getImageID()
      • setImageID

        void setImageID​(java.lang.String id)
      • setToolTip

        void setToolTip​(java.lang.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.