Uses of Interface
org.eclipse.ui.views.properties.tabbed.ITabDescriptor
Packages that use ITabDescriptor
Package
Description
Provides the Tabbed Properties framework.
-
Uses of ITabDescriptor in org.eclipse.ui.views.properties.tabbed
Classes in org.eclipse.ui.views.properties.tabbed that implement ITabDescriptorModifier and TypeClassDescriptionclassAn abstract implementation of a tab descriptor for the tabbed property view.Methods in org.eclipse.ui.views.properties.tabbed that return ITabDescriptorModifier and TypeMethodDescriptionTabbedPropertySheetPage.getActiveTabs()Returns the list of currently active tabs.TabbedPropertySheetPage.getSelectedTab()Returns the currently selected tab.ITabDescriptorProvider.getTabDescriptors(IWorkbenchPart part, ISelection selection) Returns all tab descriptors.Methods in org.eclipse.ui.views.properties.tabbed with parameters of type ITabDescriptorModifier and TypeMethodDescriptionprotected TabContentsTabbedPropertySheetPage.createTab(ITabDescriptor tabDescriptor) Create the tab contents for the provided tab descriptor.protected TabContentsTabbedPropertySheetPage.getTabContents(ITabDescriptor tabDescriptor) Returns the TabContents object corresponding to the given tab-descriptor.voidITabSelectionListener.tabSelected(ITabDescriptor tabDescriptor) Notifies this listener that the selected tab has changed.protected voidTabbedPropertySheetPage.updateTabs(ITabDescriptor[] descriptors) Update the current tabs to represent the given input object.