Java Platform 1.2
Beta 4

Uses of Interface
java.awt.event.ComponentListener

Packages that use ComponentListener
com.sun.java.swing Provides a set of "lightweight" (all-Java
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 ComponentListener in com.sun.java.swing
 

Classes in com.sun.java.swing that implement ComponentListener
protected   JViewport.ViewListener
          A listener for the view.
 

Uses of ComponentListener in java.awt
 

Classes in java.awt that implement ComponentListener
  AWTEventMulticaster
          A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
 

Methods in java.awt that return ComponentListener
static ComponentListener AWTEventMulticaster.add(ComponentListener a, ComponentListener b)
          Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
static ComponentListener AWTEventMulticaster.remove(ComponentListener l, ComponentListener oldl)
          Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
 

Methods in java.awt with parameters of type ComponentListener
 void Component.addComponentListener(ComponentListener l)
          Adds the specified component listener to receive component events from this component.
 void Component.removeComponentListener(ComponentListener l)
          Removes the specified component listener so that it no longer receives component events from this component.
static ComponentListener AWTEventMulticaster.add(ComponentListener a, ComponentListener b)
          Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
static ComponentListener AWTEventMulticaster.remove(ComponentListener l, ComponentListener oldl)
          Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
 

Uses of ComponentListener in java.awt.event
 

Classes in java.awt.event that implement ComponentListener
  ComponentAdapter
          An abstract adapter class for receiving component events.
 


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.