Eclipse Platform
Release 3.2

org.eclipse.ui.views.properties.tabbed
Interface ITabItem


public interface ITabItem

Represents a tab to be displayed in the tab list in the tabbed property sheet page.


Method Summary
 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.
 

Method Detail

getImage

public Image getImage()
Get the icon image for the tab.

Returns:
the icon image for the tab.

getText

public String getText()
Get the text label for the tab.

Returns:
the text label for the tab.

isSelected

public boolean isSelected()
Determine if this tab is selected.

Returns:
true if this tab is selected.

isIndented

public boolean isIndented()
Determine if this tab is indented.

Returns:
true if this tab is indented.

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.