Package org.eclipse.ui.presentations
Classes for contributing presentations to eclipse.
See:
Description
Interface Summary
|
IPartMenu
|
Interface to a menu created by a part that will be displayed in a presentation. |
IPresentablePart
|
This is a skin's interface to the contents of a view or editor. |
IPresentationSerializer
|
This interface is given to a StackPresentation when it is loading or saving
its state. |
IStackPresentationSite
|
Represents the main interface between a StackPresentation and the workbench. |
Class Summary
|
AbstractPresentationFactory
|
This is a factory for presentation objects that control the appearance of
editors, views and other components in the workbench. |
PresentationUtil
|
Contains various utility methods for Presentation authors |
StackDropResult
|
This structure describes a drop event that will cause a dragged part
to be stacked in a position currently occupied by another part. |
StackPresentation
|
This represents an object that can supply trim around a IPresentablePart. |
WorkbenchPresentationFactory
|
The default presentation factory for the Workbench. |
Package org.eclipse.ui.presentations Description
Classes for contributing presentations to eclipse.
Package Specification
This package has the presentation API support, for customizing the
presentation of stacks for view and editors.
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.