Class java.awt.event.ComponentEvent (1.1)
public class ComponentEvent extends AWTEvent {
// Public Constructors
public ComponentEvent(Event event);
public ComponentEvent(Component source, int id);
// Constants
public final static int COMPONENT_FIRST;
public final static int COMPONENT_HIDDEN;
public final static int COMPONENT_LAST;
public final static int COMPONENT_MOVED;
public final static int COMPONENT_RESIZED;
public final static int COMPONENT_SHOWN;
// Public Instance Methods
public Component getComponent( );
public String paramString( ); // Overrides AWTEvent.paramString( )
}