Constructs a new instance of this class based on the information in the given untyped event.
Returns a string containing a concise, human-readable description of the receiver.
the number of following paint events which are pending which may always be zero on some platforms
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control. It is valid only during the paint and must not be disposed
the height of the bounding rectangle of the region that requires painting
the width of the bounding rectangle of the region that requires painting
the x offset of the bounding rectangle of the region that requires painting
the y offset of the bounding rectangle of the region that requires painting
the display where the event occurred
the widget that issued the event
the time that the event occurred.
a field for application use
Returns the name of the event. This is the name of the class without the module name.
Returns a string containing a concise, human-readable description of the receiver.
Instances of this class are sent as a result of visible areas of controls requiring re-painting.
@see PaintListener @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>