|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.WindowListener.Adapter
public static class WindowListener.Adapter
Window listener adapter.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.WindowListener |
---|
WindowListener.Adapter |
Constructor Summary | |
---|---|
WindowListener.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowListener.Adapter()
Method Detail |
---|
public void titleChanged(Window window, String previousTitle)
WindowListener
titleChanged
in interface WindowListener
public void iconAdded(Window window, Image addedIcon)
WindowListener
iconAdded
in interface WindowListener
public void iconInserted(Window window, Image addedIcon, int index)
WindowListener
iconInserted
in interface WindowListener
public void iconsRemoved(Window window, int index, Sequence<Image> removed)
WindowListener
iconsRemoved
in interface WindowListener
public void contentChanged(Window window, Component previousContent)
WindowListener
contentChanged
in interface WindowListener
public void activeChanged(Window window, Window obverseWindow)
WindowListener
activeChanged
in interface WindowListener
public void maximizedChanged(Window window)
WindowListener
maximizedChanged
in interface WindowListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |