public class WindowAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.WindowListener
Constructor and Description |
---|
WindowAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
activeChanged(org.apache.pivot.wtk.Window arg0,
org.apache.pivot.wtk.Window arg1) |
void |
contentChanged(org.apache.pivot.wtk.Window arg0,
org.apache.pivot.wtk.Component arg1) |
CallableWithArgs<Void> |
getActiveChanged() |
CallableWithArgs<Void> |
getContentChanged() |
CallableWithArgs<Void> |
getIconAdded() |
CallableWithArgs<Void> |
getIconInserted() |
CallableWithArgs<Void> |
getIconsRemoved() |
CallableWithArgs<Void> |
getMaximizedChanged() |
CallableWithArgs<Void> |
getTitleChanged() |
void |
iconAdded(org.apache.pivot.wtk.Window arg0,
org.apache.pivot.wtk.media.Image arg1) |
void |
iconInserted(org.apache.pivot.wtk.Window arg0,
org.apache.pivot.wtk.media.Image arg1,
int arg2) |
void |
iconsRemoved(org.apache.pivot.wtk.Window arg0,
int arg1,
org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.media.Image> arg2) |
void |
maximizedChanged(org.apache.pivot.wtk.Window arg0) |
void |
setActiveChanged(CallableWithArgs<Void> activeChanged) |
void |
setContentChanged(CallableWithArgs<Void> contentChanged) |
void |
setIconAdded(CallableWithArgs<Void> iconAdded) |
void |
setIconInserted(CallableWithArgs<Void> iconInserted) |
void |
setIconsRemoved(CallableWithArgs<Void> iconsRemoved) |
void |
setMaximizedChanged(CallableWithArgs<Void> maximizedChanged) |
void |
setTitleChanged(CallableWithArgs<Void> titleChanged) |
void |
titleChanged(org.apache.pivot.wtk.Window arg0,
String arg1) |
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(org.apache.pivot.wtk.Window arg0, org.apache.pivot.wtk.media.Image arg1)
iconAdded
in interface org.apache.pivot.wtk.WindowListener
public void iconInserted(org.apache.pivot.wtk.Window arg0, org.apache.pivot.wtk.media.Image arg1, int arg2)
iconInserted
in interface org.apache.pivot.wtk.WindowListener
public void iconsRemoved(org.apache.pivot.wtk.Window arg0, int arg1, org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.media.Image> arg2)
iconsRemoved
in interface org.apache.pivot.wtk.WindowListener
public void titleChanged(org.apache.pivot.wtk.Window arg0, String arg1)
titleChanged
in interface org.apache.pivot.wtk.WindowListener
public void contentChanged(org.apache.pivot.wtk.Window arg0, org.apache.pivot.wtk.Component arg1)
contentChanged
in interface org.apache.pivot.wtk.WindowListener
public void activeChanged(org.apache.pivot.wtk.Window arg0, org.apache.pivot.wtk.Window arg1)
activeChanged
in interface org.apache.pivot.wtk.WindowListener
public void maximizedChanged(org.apache.pivot.wtk.Window arg0)
maximizedChanged
in interface org.apache.pivot.wtk.WindowListener