Package | Description |
---|---|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTabDescriptor
An abstract implementation of a tab descriptor for the tabbed property view.
|
Modifier and Type | Method and Description |
---|---|
ITabDescriptor[] |
TabbedPropertySheetPage.getActiveTabs()
Returns the list of currently active tabs.
|
ITabDescriptor |
TabbedPropertySheetPage.getSelectedTab()
Returns the currently selected tab.
|
ITabDescriptor[] |
ITabDescriptorProvider.getTabDescriptors(IWorkbenchPart part,
ISelection selection)
Returns all tab descriptors.
|
Modifier and Type | Method and Description |
---|---|
protected TabContents |
TabbedPropertySheetPage.createTab(ITabDescriptor tabDescriptor)
Create the tab contents for the provided tab descriptor.
|
protected TabContents |
TabbedPropertySheetPage.getTabContents(ITabDescriptor tabDescriptor)
Returns the TabContents object corresponding to the given tab-descriptor.
|
void |
ITabSelectionListener.tabSelected(ITabDescriptor tabDescriptor)
Notifies this listener that the selected tab has changed.
|
protected void |
TabbedPropertySheetPage.updateTabs(ITabDescriptor[] descriptors)
Update the current tabs to represent the given input object.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.