public interface ITabItem
Modifier and Type | Method and Description |
---|---|
Image |
getImage()
Get the icon image for the tab.
|
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.
|
Image getImage()
String getText()
boolean isSelected()
true
if this tab is selected.boolean isIndented()
true
if this tab is indented.Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.