swingwt.awt.event
Class PaintEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwt.awt.AWTEvent
          extended byswingwt.awt.event.ComponentEvent
              extended byswingwt.awt.event.PaintEvent
All Implemented Interfaces:
java.io.Serializable

public class PaintEvent
extends ComponentEvent

See Also:
Serialized Form

Field Summary
static int PAINT
           
static int PAINT_FIRST
           
static int PAINT_LAST
           
static int UPDATE
           
 
Fields inherited from class swingwt.awt.event.ComponentEvent
COMPONENT_FIRST, COMPONENT_HIDDEN, COMPONENT_LAST, COMPONENT_MOVED, COMPONENT_RESIZED, COMPONENT_SHOWN
 
Fields inherited from class swingwt.awt.AWTEvent
consumed, eventID
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PaintEvent(Component source, int id, Rectangle updateRect)
           
 
Method Summary
 Rectangle getUpdateRect()
           
 void setUpdateRect(Rectangle updateRect)
           
 
Methods inherited from class swingwt.awt.event.ComponentEvent
getComponent
 
Methods inherited from class swingwt.awt.AWTEvent
consume, getID, isConsumed, setSource
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PAINT_FIRST

public static final int PAINT_FIRST
See Also:
Constant Field Values

PAINT_LAST

public static final int PAINT_LAST
See Also:
Constant Field Values

PAINT

public static final int PAINT
See Also:
Constant Field Values

UPDATE

public static final int UPDATE
See Also:
Constant Field Values
Constructor Detail

PaintEvent

public PaintEvent(Component source,
                  int id,
                  Rectangle updateRect)
Method Detail

getUpdateRect

public Rectangle getUpdateRect()

setUpdateRect

public void setUpdateRect(Rectangle updateRect)