Uses of Interface
org.eclipse.ui.IPageListener
Packages that use IPageListener
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IPageListener in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IPageListenerModifier and TypeMethodDescriptionvoidIPageService.addPageListener(IPageListener listener) Adds the given listener for page lifecycle events.voidIPageService.removePageListener(IPageListener listener) Removes the given page listener. -
Uses of IPageListener in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IPageListenerModifier and TypeClassDescriptionclassCloses all editors except ones with unsaved changes.classTheNavigationHistoryActionmoves navigation history back and forward.classThe abstract superclass for actions that listen to page activation and open/close events.classUtility class for tracking the active perspective in a window.Methods in org.eclipse.ui.internal with parameters of type IPageListenerModifier and TypeMethodDescriptionvoidPageListenerList.addPageListener(IPageListener l) Adds an IPartListener to the part service.voidSlavePageService.addPageListener(IPageListener listener) voidWorkbenchWindow.addPageListener(IPageListener l) voidPageListenerList.removePageListener(IPageListener l) Removes an IPartListener from the part service.voidSlavePageService.removePageListener(IPageListener listener) voidWorkbenchWindow.removePageListener(IPageListener l)