Uses of Interface
org.eclipse.jface.text.IViewportListener
Packages that use IViewportListener
Package
Description
Provides a framework for creating and manipulating text documents.
-
Uses of IViewportListener in org.eclipse.jface.text
Fields in org.eclipse.jface.text with type parameters of type IViewportListenerModifier and TypeFieldDescriptionprotected List<IViewportListener> TextViewer.fViewportListenersAll registered view port listenersMethods in org.eclipse.jface.text with parameters of type IViewportListenerModifier and TypeMethodDescriptionvoidITextViewer.addViewportListener(IViewportListener listener) Adds the given view port listener to this viewer.voidTextViewer.addViewportListener(IViewportListener listener) voidITextViewer.removeViewportListener(IViewportListener listener) Removes the given listener from this viewer's set of view port listeners.voidTextViewer.removeViewportListener(IViewportListener listener)