Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

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

Provides the Tabbed Properties framework.

See:
           Description

Interface Summary
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
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.
 

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire