public class WindowAdapter extends Object implements GriffonPivotAdapter, WindowListener
WindowListener.Adapter| Constructor and Description |
|---|
WindowAdapter() |
public CallableWithArgs<Void> getIconAdded()
public CallableWithArgs<Void> getIconInserted()
public CallableWithArgs<Void> getIconsRemoved()
public CallableWithArgs<Void> getTitleChanged()
public CallableWithArgs<Void> getContentChanged()
public CallableWithArgs<Void> getActiveChanged()
public CallableWithArgs<Void> getMaximizedChanged()
public void setIconAdded(CallableWithArgs<Void> iconAdded)
public void setIconInserted(CallableWithArgs<Void> iconInserted)
public void setIconsRemoved(CallableWithArgs<Void> iconsRemoved)
public void setTitleChanged(CallableWithArgs<Void> titleChanged)
public void setContentChanged(CallableWithArgs<Void> contentChanged)
public void setActiveChanged(CallableWithArgs<Void> activeChanged)
public void setMaximizedChanged(CallableWithArgs<Void> maximizedChanged)
public void iconAdded(Window arg0, Image arg1)
iconAdded in interface WindowListenerpublic void iconInserted(Window arg0, Image arg1, int arg2)
iconInserted in interface WindowListenerpublic void iconsRemoved(Window arg0, int arg1, Sequence<Image> arg2)
iconsRemoved in interface WindowListenerpublic void titleChanged(Window arg0, String arg1)
titleChanged in interface WindowListenerpublic void contentChanged(Window arg0, Component arg1)
contentChanged in interface WindowListenerpublic void activeChanged(Window arg0, Window arg1)
activeChanged in interface WindowListenerpublic void maximizedChanged(Window arg0)
maximizedChanged in interface WindowListener