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.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.