Package com.biglybt.ui.mdi
Interface MdiEntryVitalityImage
- All Known Implementing Classes:
MdiEntryVitalityImageSWT
public interface MdiEntryVitalityImage
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
boolean
Whether the Image is shown outside of the entry.boolean
void
setAlignment
(int a) void
setImageID
(String id) void
setShowOutsideOfEntry
(boolean showOutsideOfEntry) Whether the Image is shown outside of the entry.void
setToolTip
(String tooltip) void
setVisible
(boolean visible) void
triggerClickedListeners
(int x, int y)
-
Method Details
-
getImageID
String getImageID() -
setImageID
-
getMdiEntry
MdiEntry getMdiEntry() -
addListener
-
setToolTip
-
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.
-