Uses of Interface
org.eclipse.swt.events.PaintListener
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a framework for connecting document regions
with annotations and for displaying those.
SWT widget public API classes.
-
Uses of PaintListener in org.eclipse.e4.ui.css.swt.helpers
Modifier and TypeMethodDescriptionstatic PaintListener
CSSSWTHelpers.createBorderPaintListener
(CSSEngine engine, Control control) -
Uses of PaintListener in org.eclipse.help.ui.internal
-
Uses of PaintListener in org.eclipse.jface.text
Modifier and TypeClassDescriptionclass
Paints a vertical line (margin line) after a given column respecting the text viewer's font.class
A painter for drawing visible characters for (invisible) whitespace characters. -
Uses of PaintListener in org.eclipse.jface.text.source
Modifier and TypeClassDescriptionclass
Paints decorations for annotations provided by an annotation model and/or highlights them in the associated source viewer.final class
Highlights the peer character matching the character near the caret position, or a pair of peer characters enclosing the caret position. -
Uses of PaintListener in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionvoid
Control.addPaintListener
(PaintListener listener) Adds the listener to the collection of listeners who will be notified when the receiver needs to be painted, by sending it one of the messages defined in thePaintListener
interface.void
Control.removePaintListener
(PaintListener listener) Removes the listener from the collection of listeners who will be notified when the receiver needs to be painted.