|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScreenDockStationListener
A listener that can be added to a ScreenDockStation.
| Method Summary | |
|---|---|
void |
fullscreenChanged(ScreenDockStation station,
Dockable dockable)
Called if the fullscreen-mode of dockable changed. |
void |
windowDeregistering(ScreenDockStation station,
Dockable dockable,
ScreenDockWindow window)
Called when window was removed from station. |
void |
windowRegistering(ScreenDockStation station,
Dockable dockable,
ScreenDockWindow window)
Called when window was added to station. |
| Method Detail |
|---|
void fullscreenChanged(ScreenDockStation station,
Dockable dockable)
dockable changed.
station - the callerdockable - the element whose mode changed
void windowRegistering(ScreenDockStation station,
Dockable dockable,
ScreenDockWindow window)
window was added to station.
station - the callerdockable - the element that is shown on windowwindow - the new window
void windowDeregistering(ScreenDockStation station,
Dockable dockable,
ScreenDockWindow window)
window was removed from station.
station - the element that was shown on windowdockable - the element that was shown on windowwindow - the removed window
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||