Uses of Interface
org.eclipse.ui.IPerspectiveListener
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IPerspectiveListener in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
Extension interface toIPerspectiveListener
which adds support for listening to part-specific perspective lifecycle events.interface
Extension interface toIPerspectiveListener
which adds support for listening to perspective open and close events.interface
Extension interface toIPerspectiveListener
which adds support for listening to perspective pre-deactivate events.Modifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theIPerspectiveListener
interface and its extension interfaces.Modifier and TypeMethodDescriptionvoid
IPageService.addPerspectiveListener
(IPerspectiveListener listener) Adds the given listener for a page's perspective lifecycle events.void
IPageService.removePerspectiveListener
(IPerspectiveListener listener) Removes the given page's perspective listener. -
Uses of IPerspectiveListener in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
Utility class for tracking the active perspective in a window.class
Hides or shows the editor area within the current perspective of the workbench page.Modifier and TypeMethodDescriptionvoid
PerspectiveListenerList.addPerspectiveListener
(IPerspectiveListener l) Adds an IPerspectiveListener to the perspective service.void
SlavePageService.addPerspectiveListener
(IPerspectiveListener listener) void
WorkbenchWindow.addPerspectiveListener
(IPerspectiveListener l) void
PerspectiveListenerList.removePerspectiveListener
(IPerspectiveListener l) Removes an IPerspectiveListener from the perspective service.void
SlavePageService.removePerspectiveListener
(IPerspectiveListener listener) void
WorkbenchWindow.removePerspectiveListener
(IPerspectiveListener l)