Uses of Interface
org.eclipse.ui.IPartListener2
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IPartListener2 in org.eclipse.ui
Modifier and TypeMethodDescriptionvoid
IPartService.addPartListener
(IPartListener2 listener) Adds the given listener for part lifecycle events.void
IPartService.removePartListener
(IPartListener2 listener) Removes the given part listener. -
Uses of IPartListener2 in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
An object action extension in a popup menu.class
Modifier and TypeMethodDescriptionvoid
PartService.addPartListener
(IPartListener2 listener) void
SlavePartService.addPartListener
(IPartListener2 listener) void
WorkbenchPage.addPartListener
(IPartListener2 l) Adds an IPartListener to the part service.void
PartService.removePartListener
(IPartListener2 listener) void
SlavePartService.removePartListener
(IPartListener2 listener) void
WorkbenchPage.removePartListener
(IPartListener2 l) Removes an IPartListener from the part service.