public class CScreenDockStationWindowClosingStrategy extends java.lang.Object implements ScreenDockWindowClosingStrategy
CDockable
when the user wants to close an externalized dockable. It calls
CDockable.setExtendedMode(ExtendedMode)
with ExtendedMode.NORMALIZED
.Constructor and Description |
---|
CScreenDockStationWindowClosingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
closing(ScreenDockWindow window)
Called if the user wants to close
window , e.g. |
public CScreenDockStationWindowClosingStrategy()
public void closing(ScreenDockWindow window)
ScreenDockWindowClosingStrategy
window
, e.g. by clicking on the "x" on a JFrame
.closing
in interface ScreenDockWindowClosingStrategy
window
- the window that should be closed