public interface IEEFTabItem
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Image |
getImage()
Get the icon image for the tab.
|
java.lang.String |
getText()
Get the text label for the tab.
|
boolean |
isIndented()
Determine if this tab is indented.
|
boolean |
isSelected()
Determine if this tab is selected.
|
org.eclipse.swt.graphics.Image getImage()
java.lang.String getText()
boolean isSelected()
true
if this tab is selected.boolean isIndented()
true
if this tab is indented.