public class CScreenDockStationWindowClosingStrategy extends 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() |
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