Uses of Interface java.awt.event.WindowFocusListener

Uses in package javax.swing

Classes implementing java.awt.event.WindowFocusListener

class

Uses in package java.awt

Classes implementing java.awt.event.WindowFocusListener

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

Methods with parameter type java.awt.event.WindowFocusListener

WindowFocusListener
Chain WindowFocusListener a and b.
void
Adds the specified listener to this window.
WindowFocusListener
Removes the listener oldl from the listener l.
void
Removes the specified listener from this window.

Methods with return type java.awt.event.WindowFocusListener

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

Uses in package javax.swing.plaf.basic

Classes implementing java.awt.event.WindowFocusListener

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.

Uses in package java.awt.event

Classes implementing java.awt.event.WindowFocusListener

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