Uses of Interface
org.eclipse.ui.views.properties.tabbed.ITabbedPropertySheetPageContributor
Packages that use ITabbedPropertySheetPageContributor
Package
Description
Provides the Tabbed Properties framework.
-
Uses of ITabbedPropertySheetPageContributor in org.eclipse.ui.views.properties.tabbed
Methods in org.eclipse.ui.views.properties.tabbed that return ITabbedPropertySheetPageContributorModifier and TypeMethodDescriptionprotected ITabbedPropertySheetPageContributorTabbedPropertySheetPage.getSelectionContributor()Get the current selection-contributor if anyMethods in org.eclipse.ui.views.properties.tabbed with parameters of type ITabbedPropertySheetPageContributorModifier and TypeMethodDescriptionvoidIActionProvider.setActionBars(ITabbedPropertySheetPageContributor contributor, IActionBars actionBars) Allows the page to make contributions to the given action bars.Constructors in org.eclipse.ui.views.properties.tabbed with parameters of type ITabbedPropertySheetPageContributorModifierConstructorDescriptionTabbedPropertySheetPage(ITabbedPropertySheetPageContributor tabbedPropertySheetPageContributor) create a new tabbed property sheet page.TabbedPropertySheetPage(ITabbedPropertySheetPageContributor tabbedPropertySheetPageContributor, boolean showTitleBar) create a new tabbed property sheet page.