Modifier and Type |
Method and Description |
void |
activeChanged(Window arg0,
Window arg1) |
void |
contentChanged(Window arg0,
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(Window arg0,
Image arg1) |
void |
iconInserted(Window arg0,
Image arg1,
int arg2) |
void |
iconsRemoved(Window arg0,
int arg1,
Sequence<Image> arg2) |
void |
maximizedChanged(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(Window arg0,
String arg1) |