Uses of Interface
org.eclipse.jface.text.source.projection.IProjectionListener
-
Packages that use IProjectionListener Package Description org.eclipse.jface.text.source.projection 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 IProjectionListener Modifier and Type Method Description void
ProjectionViewer. addProjectionListener(IProjectionListener listener)
Adds a projection annotation listener to this viewer.void
ProjectionViewer. removeProjectionListener(IProjectionListener listener)
Removes the given listener from this viewer.
-