|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.WindowAdapter
at.ac.tuwien.dbai.alternation.gui.WindowClosingAdapter
public class WindowClosingAdapter
Window-Adapter for closing any Window-Frames. It configures the exit-system for the whole application and manages any window-closing-operations.
Constructor Summary | |
---|---|
WindowClosingAdapter()
Creates a new instance. |
|
WindowClosingAdapter(boolean exitSystem)
Creates a new instance with a given boolean-parameter. |
Method Summary | |
---|---|
void |
windowClosing(java.awt.event.WindowEvent event)
Shuts down the given Window. |
Methods inherited from class java.awt.event.WindowAdapter |
---|
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowClosingAdapter()
public WindowClosingAdapter(boolean exitSystem)
exitSystem
- if true, the application will shut downMethod Detail |
---|
public void windowClosing(java.awt.event.WindowEvent event)
windowClosing
in interface java.awt.event.WindowListener
windowClosing
in class java.awt.event.WindowAdapter
event
- which has been activated
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |