|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScreenDockFullscreenStrategy
This strategy is used to manage the fullscreen mode of ScreenDockWindows. This
strategy defines what "fullscreen" means, and offers methods to switch a window between
normal- and fullscreen-mode.
| Method Summary | |
|---|---|
void |
install(ScreenDockStation station)
Informs this strategy that it will be used for station. |
boolean |
isFullscreen(ScreenDockWindow window)
Tells whether window is in fullscreen mode. |
void |
setFullscreen(ScreenDockWindow window,
boolean fullscreen)
Changes the fullscreen mode of window, does nothing if this strategy cannot handle the
type of window. |
void |
uninstall(ScreenDockStation station)
Informs this strategy that it will no longer be used for station. |
| Method Detail |
|---|
void install(ScreenDockStation station)
station.
station - some station using this strategyvoid uninstall(ScreenDockStation station)
station.
station - some station that is no longer using this strategyboolean isFullscreen(ScreenDockWindow window)
window is in fullscreen mode. If this strategy cannot handle
window it returns false.
window - some window of a known station
true if window is in fullscreen mode, false otherwise
void setFullscreen(ScreenDockWindow window,
boolean fullscreen)
window, does nothing if this strategy cannot handle the
type of window.
window - some window of a known stationfullscreen - the new state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||