Java Platform 1.2
Beta 4

Uses of Class
java.awt.event.ComponentEvent

Packages that use ComponentEvent
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.event Provides for events fired by Swing components.  
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.  
 

Uses of ComponentEvent in com.sun.java.swing
 

Methods in com.sun.java.swing with parameters of type ComponentEvent
 void JViewport.ViewListener.componentResized(ComponentEvent e)
           
 

Uses of ComponentEvent in com.sun.java.swing.event
 

Subclasses of ComponentEvent in com.sun.java.swing.event
  MenuDragMouseEvent
          MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.
  MenuKeyEvent
          MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.
 

Uses of ComponentEvent in java.awt
 

Methods in java.awt with parameters of type ComponentEvent
protected  void Component.processComponentEvent(ComponentEvent e)
          Processes component events occurring on this component by dispatching them to any registered ComponentListener objects.
 void AWTEventMulticaster.componentResized(ComponentEvent e)
          Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b.
 void AWTEventMulticaster.componentMoved(ComponentEvent e)
          Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b.
 void AWTEventMulticaster.componentShown(ComponentEvent e)
          Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b.
 void AWTEventMulticaster.componentHidden(ComponentEvent e)
          Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b.
 

Uses of ComponentEvent in java.awt.event
 

Subclasses of ComponentEvent in java.awt.event
  ContainerEvent
          A low-level event which indicates that a container's contents changed because a component was added or removed.
  FocusEvent
          A low-level event which indicates that a component has gained or lost the keyboard focus.
  InputEvent
          The root event class for all component-level input events.
  KeyEvent
          An event which indicates that a keystroke occurred in a component.
  MouseEvent
          /** An event which indicates that a mouse action occurred in a component.
  PaintEvent
          The component-level paint event.
  WindowEvent
          A low-level event which indicates that a window has changed its status.
 

Methods in java.awt.event with parameters of type ComponentEvent
 void ComponentAdapter.componentResized(ComponentEvent e)
          Invoked when the component's size changes.
 void ComponentAdapter.componentMoved(ComponentEvent e)
          Invoked when the component's position changes.
 void ComponentAdapter.componentShown(ComponentEvent e)
          Invoked when the component has been made visible.
 void ComponentAdapter.componentHidden(ComponentEvent e)
          Invoked when the component has been made invisible.
 void ComponentListener.componentResized(ComponentEvent e)
          Invoked when the component's size changes.
 void ComponentListener.componentMoved(ComponentEvent e)
          Invoked when the component's position changes.
 void ComponentListener.componentShown(ComponentEvent e)
          Invoked when the component has been made visible.
 void ComponentListener.componentHidden(ComponentEvent e)
          Invoked when the component has been made invisible.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.