JML

java.awt.event
Class ComponentEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjava.awt.AWTEvent
          extended byjava.awt.event.ComponentEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WindowEvent

public class ComponentEvent
extends AWTEvent


Model Field Summary
 
Model fields inherited from class java.lang.Object
_getClass, objectState, theString
 
Ghost Field Summary
 
Ghost fields inherited from class java.lang.Object
objectTimesFinalized, owner
 
Field Summary
static int COMPONENT_FIRST
           
static int COMPONENT_HIDDEN
           
static int COMPONENT_LAST
           
static int COMPONENT_MOVED
           
static int COMPONENT_RESIZED
           
static int COMPONENT_SHOWN
           
private static long serialVersionUID
           
 
Fields inherited from class java.awt.AWTEvent
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASK
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ComponentEvent(Component, int)
           
 
Model Method Summary
 
Model methods inherited from class java.lang.Object
hashValue
 
Method Summary
 Component getComponent()
           
 String paramString()
           
 
Methods inherited from class java.awt.AWTEvent
consume, getID, isConsumed, setSource, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPONENT_MOVED

public static final int COMPONENT_MOVED

COMPONENT_SHOWN

public static final int COMPONENT_SHOWN

COMPONENT_HIDDEN

public static final int COMPONENT_HIDDEN

COMPONENT_FIRST

public static final int COMPONENT_FIRST

COMPONENT_LAST

public static final int COMPONENT_LAST

COMPONENT_RESIZED

public static final int COMPONENT_RESIZED

serialVersionUID

private static final long serialVersionUID
Constructor Detail

ComponentEvent

public ComponentEvent(Component,
                      int)
Method Detail

getComponent

public Component getComponent()

paramString

public String paramString()
Overrides:
paramString in class AWTEvent

JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.