org.eclipse.ui.presentations |
Package-level Javadoc
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.
|
Java Source File Name | Type | Comment |
AbstractPresentationFactory.java | Class | This is a factory for presentation objects that control the appearance of
editors, views and other components in the workbench. |
IPartMenu.java | Interface | Interface to a menu created by a part that will be displayed in a presentation. |
IPresentablePart.java | Interface | This is a skin's interface to the contents of a view or editor. |
IPresentationSerializer.java | Interface | This interface is given to a StackPresentation when it is loading or saving
its state. |
IStackPresentationSite.java | Interface | Represents the main interface between a StackPresentation and the workbench. |
PresentationUtil.java | Class | |
StackDropResult.java | Class | This structure describes a drop event that will cause a dragged part
to be stacked in a position currently occupied by another part. |
StackPresentation.java | Class | This represents an object that can supply trim around a IPresentablePart. |
WorkbenchPresentationFactory.java | Class | The default presentation factory for the Workbench. |