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

Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives.

See:
           Description

Interface Summary
IComparableContribution Instances of this interface represent a contribution within the workbench.
IContributionService Instances of this service are capable of providing standard mechanisms that clients may use to order, display, and generally work with contributions to the Workbench.
IWorkbenchAdapter This adapter interface provides visual presentation and hierarchical structure for workbench elements, allowing them to be displayed in the UI without having to know the concrete type of the element.
IWorkbenchAdapter2 Extension interface for IWorkbenchAdapter that allows for color and font support.
 

Class Summary
AdaptableList A modifiable list of IAdaptable objects.
BaseWorkbenchContentProvider Tree content provider for objects that can be adapted to the interface IWorkbenchAdapter.
ContributionComparator A ContributionComparator is capable of ordering IComparableContribution instances, either as a ViewerComparator (for StructuredViewers) or as a traditional Comparator .
PerspectiveLabelProvider A table label provider implementation for showing workbench perspectives (objects of type IPerspectiveDescriptor) in table- and tree-structured viewers.
WorkbenchAdapter Abstract base class with basic implementations of the IWorkbenchAdapter interface.
WorkbenchContentProvider Tree content provider for resource objects that can be adapted to the interface IWorkbenchAdapter.
WorkbenchLabelProvider Provides basic labels for adaptable objects that have the IWorkbenchAdapter adapter associated with them.
WorkbenchPartLabelProvider A table label provider implementation for showing workbench views and editors (objects of type IWorkbenchPart) in tree- and table-structured viewers.
WorkbenchViewerComparator A viewer comparator that sorts elements with registered workbench adapters by their text property.
WorkbenchViewerSorter Deprecated. as of 3.3, use WorkbenchViewerComparator instead
 

Package org.eclipse.ui.model Description

Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives.


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