|
|||||||||
| Home >> All >> org >> scopemvc >> controller >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.controller.swing
Class SwingContext.WindowCloser

java.lang.Objectjava.awt.event.WindowAdapter
org.scopemvc.controller.swing.SwingContext.WindowCloser
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
- Enclosing class:
- SwingContext
- static class SwingContext.WindowCloser
- extends java.awt.event.WindowAdapter
Attached to windows opened by this manager so that they issue a Control on closing.
| Field Summary | |
private org.scopemvc.view.swing.SwingView |
view
|
| Constructor Summary | |
(package private) |
SwingContext.WindowCloser(org.scopemvc.view.swing.SwingView inView)
|
| Method Summary | |
void |
windowClosing(java.awt.event.WindowEvent e)
Implements this method from the interface with an empty method body. |
| 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 |
| Field Detail |
view
private org.scopemvc.view.swing.SwingView view
| Constructor Detail |
SwingContext.WindowCloser
SwingContext.WindowCloser(org.scopemvc.view.swing.SwingView inView)
| Method Detail |
windowClosing
public void windowClosing(java.awt.event.WindowEvent e)
- Description copied from class:
java.awt.event.WindowAdapter - Implements this method from the interface with an empty method body.
|
|||||||||
| Home >> All >> org >> scopemvc >> controller >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC