Package com.biglybt.ui.swt.widgets
Interface TabFolderRenderer.TabbedEntryVitalityImage
- All Known Implementing Classes:
MdiEntryVitalityImageSWT
- Enclosing class:
TabFolderRenderer
public static interface TabFolderRenderer.TabbedEntryVitalityImage
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
org.eclipse.swt.graphics.Image
getImage()
boolean
boolean
boolean
void
setHitArea
(org.eclipse.swt.graphics.Rectangle hitArea) void
switchSuffix
(String suffix)
-
Method Details
-
isVisible
boolean isVisible() -
getImage
org.eclipse.swt.graphics.Image getImage() -
setHitArea
void setHitArea(org.eclipse.swt.graphics.Rectangle hitArea) -
switchSuffix
-
getAlignment
int getAlignment() -
getShowOnlyOnSelection
boolean getShowOnlyOnSelection() -
getAlwaysLast
boolean getAlwaysLast() -
getShowOutsideOfEntry
boolean getShowOutsideOfEntry()
-