|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.events.WindowAdapter
Abstract Window Adapter.
Constructor Summary | |
WindowAdapter()
|
Method Summary | |
void |
windowActivated(WindowEvent e)
Notifies listener that the window is activated. |
void |
windowClosed(WindowEvent e)
Notifies listener that the window is closed. |
void |
windowClosing(WindowEvent e)
Notifies listener that the window is closing. |
void |
windowDeactivated(WindowEvent e)
Notifies listener that the window is deactivated. |
void |
windowGainedFocus(WindowEvent e)
Notifies listener that the window has gained focus. |
void |
windowLostFocus(WindowEvent e)
Notifies listener that the window has lost focus. |
void |
windowOpened(WindowEvent e)
Notifies listener that the window is made visible. |
void |
windowStateChanged(WindowEvent e)
Notifies listener that the window state is changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WindowAdapter()
Method Detail |
public void windowOpened(WindowEvent e)
windowOpened
in interface WindowListener
e
- the window eventpublic void windowClosing(WindowEvent e)
windowClosing
in interface WindowListener
e
- the window eventpublic void windowClosed(WindowEvent e)
windowClosed
in interface WindowListener
e
- the window eventpublic void windowActivated(WindowEvent e)
windowActivated
in interface WindowListener
e
- the window eventpublic void windowDeactivated(WindowEvent e)
windowDeactivated
in interface WindowListener
e
- the window eventpublic void windowGainedFocus(WindowEvent e)
windowGainedFocus
in interface WindowListener
e
- the window eventpublic void windowLostFocus(WindowEvent e)
windowLostFocus
in interface WindowListener
e
- the window eventpublic void windowStateChanged(WindowEvent e)
windowStateChanged
in interface WindowListener
e
- the window event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |