| Provides the listeners and get methods that are available to Eclipse 3.0
IWorkbenchPart, IEditorPart, IViewPart, and IWorkbenchPart2. Every new-style
part needs to be supplied with one of these so that it can later be adapted
back to an IWorkbenchPart.
If the new-style part wraps an old-style part, it supply an implementation that
redirects directly to the old-style part (see OldPartToNewAdapter ).
When wrapping a new-style part inside an old-style part, the wrapper should supply
an IPartPropertyProvider . Otherwise, the new-style part will use the
default implementation (PartPropertyProvider ).
since: 3.1 |