|
||||||||||
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)
BrowserWindowListener
BrowserWindowEvent.getWindowBounds
method.
onWindowResize
in interface BrowserWindowListener
public void onWindowResizable(BrowserWindowEvent event)
BrowserWindowListener
window.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 BrowserWindowListener
public void onFullScreen(BrowserWindowEvent event)
BrowserWindowListener
BrowserWindowEvent.isFullScreen
method.
onFullScreen
in interface BrowserWindowListener
public void onVisible(BrowserWindowEvent event)
BrowserWindowListener
BrowserWindowEvent.isVisible
method indicates whether the window should be shown or hidden.
onVisible
in interface BrowserWindowListener
public void onToolBar(BrowserWindowEvent event)
BrowserWindowListener
BrowserWindowEvent.isToolBar
method indicates whether the tool bar should be shown or hidden.
onToolBar
in interface BrowserWindowListener
public void onMenuBar(BrowserWindowEvent event)
BrowserWindowListener
BrowserWindowEvent.isMenuBar
method indicates whether the menu bar should be shown or hidden.
onMenuBar
in interface BrowserWindowListener
public void onStatusBar(BrowserWindowEvent event)
BrowserWindowListener
BrowserWindowEvent.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 |