Uses of Interface
org.eclipse.ui.IPartListener2
Packages that use IPartListener2
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IPartListener2 in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IPartListener2Modifier and TypeMethodDescriptionvoidIPartService.addPartListener(IPartListener2 listener) Adds the given listener for part lifecycle events.voidIPartService.removePartListener(IPartListener2 listener) Removes the given part listener. -
Uses of IPartListener2 in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IPartListener2Modifier and TypeClassDescriptionclassAn object action extension in a popup menu.classMethods in org.eclipse.ui.internal with parameters of type IPartListener2Modifier and TypeMethodDescriptionvoidPartService.addPartListener(IPartListener2 listener) voidSlavePartService.addPartListener(IPartListener2 listener) voidWorkbenchPage.addPartListener(IPartListener2 l) Adds an IPartListener to the part service.voidPartService.removePartListener(IPartListener2 listener) voidSlavePartService.removePartListener(IPartListener2 listener) voidWorkbenchPage.removePartListener(IPartListener2 l) Removes an IPartListener from the part service.