Uses of Interface
org.eclipse.ui.views.properties.tabbed.ITabbedPropertySheetPageContributor
Package
Description
Provides the Tabbed Properties framework.
-
Uses of ITabbedPropertySheetPageContributor in org.eclipse.ui.views.properties.tabbed
Modifier and TypeMethodDescriptionprotected ITabbedPropertySheetPageContributor
TabbedPropertySheetPage.getSelectionContributor()
Get the current selection-contributor if anyModifier and TypeMethodDescriptionvoid
IActionProvider.setActionBars
(ITabbedPropertySheetPageContributor contributor, IActionBars actionBars) Allows the page to make contributions to the given action bars.ModifierConstructorDescriptionTabbedPropertySheetPage
(ITabbedPropertySheetPageContributor tabbedPropertySheetPageContributor) create a new tabbed property sheet page.TabbedPropertySheetPage
(ITabbedPropertySheetPageContributor tabbedPropertySheetPageContributor, boolean showTitleBar) create a new tabbed property sheet page.