Uses of Class
org.eclipse.ui.views.properties.tabbed.TabContents
-
Packages that use TabContents Package Description org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
-
Uses of TabContents in org.eclipse.ui.views.properties.tabbed
Methods in org.eclipse.ui.views.properties.tabbed that return TabContents Modifier and Type Method Description TabContents
AbstractTabDescriptor. createTab()
TabContents
ITabDescriptor. createTab()
Instantiate this tab's sections.protected TabContents
TabbedPropertySheetPage. createTab(ITabDescriptor tabDescriptor)
Create the tab contents for the provided tab descriptor.TabContents
TabbedPropertySheetPage. getCurrentTab()
Get the currently active tab.protected TabContents
TabbedPropertySheetPage. getTabContents(ITabDescriptor tabDescriptor)
Returns the TabContents object corresponding to the given tab-descriptor.
-