Interface ITabItem
- All Known Subinterfaces:
ITabDescriptor
- All Known Implementing Classes:
AbstractTabDescriptor
public interface ITabItem
Represents a tab to be displayed in the tab list in the tabbed property sheet
page.
- Author:
- Anthony Hunter
-
Method Details
-
getImage
-
getText
-
isSelected
boolean isSelected()Determine if this tab is selected.- Returns:
trueif this tab is selected.
-
isIndented
boolean isIndented()Determine if this tab is indented.- Returns:
trueif this tab is indented.
-