org.crosswire.common.swing.desktop
Class MDIViewLayout.CustomInternalFrameAdapter
java.lang.Object
javax.swing.event.InternalFrameAdapter
org.crosswire.common.swing.desktop.MDIViewLayout.CustomInternalFrameAdapter
- All Implemented Interfaces:
- EventListener, InternalFrameListener
- Enclosing class:
- MDIViewLayout
private class MDIViewLayout.CustomInternalFrameAdapter
- extends InternalFrameAdapter
So we can tidy things up when a window is closed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDIViewLayout.CustomInternalFrameAdapter
private MDIViewLayout.CustomInternalFrameAdapter()
internalFrameClosed
public void internalFrameClosed(InternalFrameEvent ev)
- Specified by:
internalFrameClosed
in interface InternalFrameListener
- Overrides:
internalFrameClosed
in class InternalFrameAdapter