Uses of Interface
org.eclipse.ui.IPartListener
Packages that use IPartListener
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse text editor template support.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IPartListener in org.eclipse.debug.ui
Classes in org.eclipse.debug.ui that implement IPartListenerModifier and TypeClassDescriptionclassCommon function for views related to debugging. -
Uses of IPartListener in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IPartListenerModifier and TypeMethodDescriptionvoidIPartService.addPartListener(IPartListener listener) Adds the given listener for part lifecycle events.voidIPartService.removePartListener(IPartListener listener) Removes the given part listener. -
Uses of IPartListener in org.eclipse.ui.actions
Classes in org.eclipse.ui.actions that implement IPartListenerModifier and TypeClassDescriptionclassALabelRetargetActionextends the behavior of RetargetAction.classThe abstract superclass for actions that listen to part activation and open/close events.classARetargetActiontracks the active part in the workbench. -
Uses of IPartListener in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IPartListenerModifier 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.classMethods in org.eclipse.ui.internal with parameters of type IPartListenerModifier and TypeMethodDescriptionvoidPartService.addPartListener(IPartListener listener) voidSlavePartService.addPartListener(IPartListener listener) voidWorkbenchPage.addPartListener(IPartListener l) Adds an IPartListener to the part service.voidPartService.removePartListener(IPartListener listener) voidSlavePartService.removePartListener(IPartListener listener) voidWorkbenchPage.removePartListener(IPartListener l) Removes an IPartListener from the part service. -
Uses of IPartListener in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IPartListenerModifier and TypeClassDescriptionclassAbstract superclass of all multi-page workbench views. -
Uses of IPartListener in org.eclipse.ui.texteditor.templates
Classes in org.eclipse.ui.texteditor.templates that implement IPartListenerModifier and TypeClassDescriptionfinal classThe Templates view.hostsITemplatesPages that shows the templates for the currently active editor part. -
Uses of IPartListener in org.eclipse.ui.views.contentoutline
Classes in org.eclipse.ui.views.contentoutline that implement IPartListener -
Uses of IPartListener in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IPartListener