Uses of Interface
org.eclipse.jface.text.source.projection.IProjectionListener
Packages that use IProjectionListener
Package
Description
This package provides the UI part for projection documents of which the most important part is the projection viewer.
-
Uses of IProjectionListener in org.eclipse.jface.text.source.projection
Methods in org.eclipse.jface.text.source.projection with parameters of type IProjectionListenerModifier and TypeMethodDescriptionvoidProjectionViewer.addProjectionListener(IProjectionListener listener) Adds a projection annotation listener to this viewer.voidProjectionViewer.removeProjectionListener(IProjectionListener listener) Removes the given listener from this viewer.