Package org.eclipse.ui.views.properties.tabbed
Provides the Tabbed Properties framework. This allows client views and editors to
provide a tabbed property sheet page to the Properties view.
See TabbedPropertySheetPage.
The tabs and sections to show for the selected element(s) in the source part are
defined by extensions to this plug-in's extension points.
-
Interface Summary Interface Description IActionProvider Allows a tabbed properties view to make contributions to action bars.IOverridableTabList Represents a list of tabs.IOverridableTabListContentProvider A content provider for the tabbed property sheet page's list of tabs.ISection Represents a section of properties for a given input.ISectionDescriptor Represents a section descriptor on the tabbed property sections extensions.ISectionDescriptorProvider Represents a section descriptor provider for tabbed property sections.ITabbedPropertyConstants Constants used by the implementors of ITabbedPropertySection.ITabbedPropertySheetPageContributor Interface for a workbench part to contribute content to the tabbed property view.ITabDescriptor Represents a tab descriptor for the tabbed property view.ITabDescriptorProvider Represents a tab descriptor provider for the tabbed property view.ITabItem Represents a tab to be displayed in the tab list in the tabbed property sheet page.ITabSelectionListener A listener interested in tab selection events that occur for the tabbed property sheet page.ITypeMapper Allows property sheet page contributors to map the input object type to a domain model type. -
Class Summary Class Description AbstractOverridableTabListPropertySection An abstract implementation of a section in a tab that overrides the tabs that are provided by the tabbed property registry with a new list of tabs.AbstractPropertySection An abstract implementation of a section in a tab in the tabbed property sheet page.AbstractSectionDescriptor An abstract implementation of a section descriptor for the tabbed property view.AbstractTabDescriptor An abstract implementation of a tab descriptor for the tabbed property view.AbstractTypeMapper Default implementation of a type mapper.AdvancedPropertySection An advanced section that is intended to show the original table format properties view provided by base Eclipse.TabbedPropertySheetPage A property sheet page that provides a tabbed UI.TabbedPropertySheetWidgetFactory A FormToolkit customized for use by tabbed property sheet page.TabContents A property tab is composed by one or more property sections and is used to categorize sections.