Eclipse Platform
Release 3.2

Package org.eclipse.ui.views.properties.tabbed

Provides the Tabbed Properties framework.

See:
          Description

Interface Summary
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.
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
AbstractPropertySection An abstract implementation of a section in a tab in the tabbed property sheet page.
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.
 

Package org.eclipse.ui.views.properties.tabbed Description

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.


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.