|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrowserWindowListener
The listener interface for receiving browser window events.
Method Summary | |
---|---|
void |
onFullScreen(BrowserWindowEvent event)
Invokes when the full-screen mode of the window is changed. |
void |
onMenuBar(BrowserWindowEvent event)
Invokes when the menu bar should be shown or hidden. |
void |
onStatusBar(BrowserWindowEvent event)
Invokes when the status bar should be shown or hidden. |
void |
onToolBar(BrowserWindowEvent event)
Invokes when the tool bar should be shown or hidden. |
void |
onVisible(BrowserWindowEvent event)
Invokes when the window should be shown or hidden. |
void |
onWindowResizable(BrowserWindowEvent event)
The event is fired when a new window is opened through scripting, using the window.open method. |
void |
onWindowResize(BrowserWindowEvent event)
Invokes when the window should changes its bounds. |
Method Detail |
---|
void onWindowResize(BrowserWindowEvent event)
BrowserWindowEvent.getWindowBounds
method.
void onWindowResizable(BrowserWindowEvent event)
window.open
method. The return value of the
BrowserWindowEvent.isWindowResizable
method indicates whether the resizable feature was requested
in the call to window.open
.
void onFullScreen(BrowserWindowEvent event)
BrowserWindowEvent.isFullScreen
method.
void onVisible(BrowserWindowEvent event)
BrowserWindowEvent.isVisible
method indicates whether the window should be shown or hidden.
void onToolBar(BrowserWindowEvent event)
BrowserWindowEvent.isToolBar
method indicates whether the tool bar should be shown or hidden.
void onMenuBar(BrowserWindowEvent event)
BrowserWindowEvent.isMenuBar
method indicates whether the menu bar should be shown or hidden.
void onStatusBar(BrowserWindowEvent event)
BrowserWindowEvent.isStatusBar
method indicates whether the status bar should be shown or hidden.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |