org.eclipse.stp.core.saf.ui.contribution
Interface ITabDescriptor


public interface ITabDescriptor

Provides details of a tab that is required to display an object using the ISOAPropertiesContribution.

See Also:
ISOAPropertiesContribution.getTabDescriptors()

Method Summary
 ISOAPropertiesContribution getContribution()
          Returns the ISOAPropertiesContribution, which is used to create the contents (the control) in the tabbed page
 java.lang.String getTabName()
          Return the name of the tab.
 

Method Detail

getTabName

public java.lang.String getTabName()
Return the name of the tab.

Returns:
Name to assign to the tab. This name must be translatable.

getContribution

public ISOAPropertiesContribution getContribution()
Returns the ISOAPropertiesContribution, which is used to create the contents (the control) in the tabbed page

Returns:
The ISOAPropertiesContribution, which creates the contents of the tabbed page