Uses of Interface java.awt.event.WindowListener

Uses in package javax.swing

Classes implementing java.awt.event.WindowListener

class

Uses in package java.awt

Classes implementing java.awt.event.WindowListener

class
This class is used to implement a chain of event handlers.

Methods with parameter type java.awt.event.WindowListener

WindowListener
Chain WindowListener a and b.
void
Adds the specified listener to the list of WindowListeners that will receive events for this window.
WindowListener
Removes the listener oldl from the listener l.
void
Removes the specified listener from the list of WindowListeners that will receive events for this window.

Methods with return type java.awt.event.WindowListener

WindowListener
Chain WindowListener a and b.
WindowListener[]
Returns an array of all the window listeners registered on this window.
WindowListener
Removes the listener oldl from the listener l.

Uses in package javax.swing.plaf.basic

Classes implementing java.awt.event.WindowListener

class
This helper class listens for Window events from the floatable window and if it is closed, returns the JToolBar to the last known good location.

Methods with return type java.awt.event.WindowListener

WindowListener
This method creates a new WindowListener for the JToolBar.

Uses in package java.awt.event

Classes implementing java.awt.event.WindowListener

class
This class implements WindowListener, WindowStateListener, and WindowFocusListener, and implements all methods with empty bodies.