Eclipse Platform
2.1

Uses of Class
org.eclipse.swt.events.PaintEvent

Packages that use PaintEvent
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
org.eclipse.swt.events SWT typed listener support. 
 

Uses of PaintEvent in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text with parameters of type PaintEvent
 void MarginPainter.paintControl(PaintEvent e)
           
 

Uses of PaintEvent in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source with parameters of type PaintEvent
 void AnnotationPainter.paintControl(PaintEvent event)
           
 void MatchingCharacterPainter.paintControl(PaintEvent event)
           
 

Uses of PaintEvent in org.eclipse.swt.events
 

Methods in org.eclipse.swt.events with parameters of type PaintEvent
 void PaintListener.paintControl(PaintEvent e)
          Sent when a paint event occurs for the control.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.