|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jniwrapper.win32.ie.event.BrowserWindowAdapter
public abstract class BrowserWindowAdapter
An abstract adapter class for receiving browser window events.
| Constructor Summary | |
|---|---|
BrowserWindowAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowserWindowAdapter()
| Method Detail |
|---|
public void onWindowResize(BrowserWindowEvent event)
BrowserWindowListenerBrowserWindowEvent.getWindowBounds method.
onWindowResize in interface BrowserWindowListenerpublic void onWindowResizable(BrowserWindowEvent event)
BrowserWindowListenerwindow.open method. The return value of the
BrowserWindowEvent.isWindowResizable
method indicates whether the resizable feature was requested
in the call to window.open.
onWindowResizable in interface BrowserWindowListenerpublic void onFullScreen(BrowserWindowEvent event)
BrowserWindowListenerBrowserWindowEvent.isFullScreen method.
onFullScreen in interface BrowserWindowListenerpublic void onVisible(BrowserWindowEvent event)
BrowserWindowListenerBrowserWindowEvent.isVisible
method indicates whether the window should be shown or hidden.
onVisible in interface BrowserWindowListenerpublic void onToolBar(BrowserWindowEvent event)
BrowserWindowListenerBrowserWindowEvent.isToolBar
method indicates whether the tool bar should be shown or hidden.
onToolBar in interface BrowserWindowListenerpublic void onMenuBar(BrowserWindowEvent event)
BrowserWindowListenerBrowserWindowEvent.isMenuBar
method indicates whether the menu bar should be shown or hidden.
onMenuBar in interface BrowserWindowListenerpublic void onStatusBar(BrowserWindowEvent event)
BrowserWindowListenerBrowserWindowEvent.isStatusBar
method indicates whether the status bar should be shown or hidden.
onStatusBar in interface BrowserWindowListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||