All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dtai.gwt.ShellPaintEvent

java.lang.Object
   |
   +----java11.util.EventObject
           |
           +----dtai.gwt.ShellPaintEvent

public class ShellPaintEvent
extends EventObject
Class ShellPaintEvent


Variable Index

 o REGION_UPDATED

Constructor Index

 o ShellPaintEvent(Object, int, Rectangle)
Constructor for ShellPaintEvent

Method Index

 o getID()
Returns the Region variable
 o getRegion()
Returns the Region variable

Variables

 o REGION_UPDATED
 public static final int REGION_UPDATED

Constructors

 o ShellPaintEvent
 public ShellPaintEvent(Object source,
                        int id,
                        Rectangle region)
Constructor for ShellPaintEvent

Parameters:
source - The object that generated the event
id - This event's id

Methods

 o getID
 public final int getID()
Returns the Region variable

Returns:
region
 o getRegion
 public final Rectangle getRegion()
Returns the Region variable

Returns:
region

All Packages  Class Hierarchy  This Package  Previous  Next  Index