|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WindowListener
Window listener interface.
Nested Class Summary | |
---|---|
static class |
WindowListener.Adapter
Window listener adapter. |
Method Summary | |
---|---|
void |
activeChanged(Window window,
Window obverseWindow)
Called when a window's active state has changed. |
void |
contentChanged(Window window,
Component previousContent)
Called when a window's content component has changed. |
void |
iconAdded(Window window,
Image addedIcon)
Called when a window's icon has changed. |
void |
iconInserted(Window window,
Image addedIcon,
int index)
Called when a window's icon has changed. |
void |
iconsRemoved(Window window,
int index,
Sequence<Image> removed)
Called when a window's icon has changed. |
void |
maximizedChanged(Window window)
Called when a window's maximized state has changed. |
void |
titleChanged(Window window,
String previousTitle)
Called when a window's title has changed. |
Method Detail |
---|
void titleChanged(Window window, String previousTitle)
window
- previousTitle
- void iconAdded(Window window, Image addedIcon)
window
- addedIcon
- void iconInserted(Window window, Image addedIcon, int index)
window
- addedIcon
- void iconsRemoved(Window window, int index, Sequence<Image> removed)
window
- index
- removed
- void contentChanged(Window window, Component previousContent)
window
- previousContent
- void activeChanged(Window window, Window obverseWindow)
window
- obverseWindow
- void maximizedChanged(Window window)
window
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |