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
-
REGION_UPDATED
-
-
ShellPaintEvent(Object, int, Rectangle)
- Constructor for ShellPaintEvent
-
getID()
- Returns the Region variable
-
getRegion()
- Returns the Region variable
REGION_UPDATED
public static final int REGION_UPDATED
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
getID
public final int getID()
- Returns the Region variable
- Returns:
- region
getRegion
public final Rectangle getRegion()
- Returns the Region variable
- Returns:
- region
All Packages Class Hierarchy This Package Previous Next Index