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 TypeMethodDescriptionvoid
IPageService.addPageListener
(IPageListener listener) Adds the given listener for page lifecycle events.void
IPageService.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 TypeClassDescriptionclass
Closes all editors except ones with unsaved changes.class
TheNavigationHistoryAction
moves navigation history back and forward.class
The abstract superclass for actions that listen to page activation and open/close events.class
Utility class for tracking the active perspective in a window.Methods in org.eclipse.ui.internal with parameters of type IPageListenerModifier and TypeMethodDescriptionvoid
PageListenerList.addPageListener
(IPageListener l) Adds an IPartListener to the part service.void
SlavePageService.addPageListener
(IPageListener listener) void
WorkbenchWindow.addPageListener
(IPageListener l) void
PageListenerList.removePageListener
(IPageListener l) Removes an IPartListener from the part service.void
SlavePageService.removePageListener
(IPageListener listener) void
WorkbenchWindow.removePageListener
(IPageListener l)