public class WindowAdapter extends java.lang.Object implements IWindowListener
Constructor and Description |
---|
WindowAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
windowActivated()
Will be invoked if the window becomes the active window
|
void |
windowClosed()
Will be invoked if the window was closed
|
void |
windowClosing(IVetoable vetoable)
Will be invoked, if the window should be closed.
|
void |
windowDeactivated()
Will be invoked if the window was the active window and another window
becomes the active window now
|
void |
windowDeiconified()
Will be invoked if the window was deiconfied
|
void |
windowIconified()
Will be invoked if the window was iconfied
|
public void windowActivated()
IWindowListener
windowActivated
in interface IWindowListener
public void windowDeactivated()
IWindowListener
windowDeactivated
in interface IWindowListener
public void windowIconified()
IWindowListener
windowIconified
in interface IWindowListener
public void windowDeiconified()
IWindowListener
windowDeiconified
in interface IWindowListener
public void windowClosed()
IWindowListener
windowClosed
in interface IWindowListener
public void windowClosing(IVetoable vetoable)
IWindowListener
windowClosing
in interface IWindowListener
vetoable
- The vetoable can be used to prohibit the closing of the windowSiehe auch Jowidgets Nutzerhandbuch