Uses of Class
com.jniwrapper.win32.ie.event.BrowserWindowEvent

Packages that use BrowserWindowEvent
com.jniwrapper.win32.ie.event Contains classes for listening events from browser. 
 

Uses of BrowserWindowEvent in com.jniwrapper.win32.ie.event
 

Methods in com.jniwrapper.win32.ie.event with parameters of type BrowserWindowEvent
 void BrowserWindowListener.onFullScreen(BrowserWindowEvent event)
          Invokes when the full-screen mode of the window is changed.
 void BrowserWindowAdapter.onFullScreen(BrowserWindowEvent event)
           
 void BrowserWindowListener.onMenuBar(BrowserWindowEvent event)
          Invokes when the menu bar should be shown or hidden.
 void BrowserWindowAdapter.onMenuBar(BrowserWindowEvent event)
           
 void BrowserWindowListener.onStatusBar(BrowserWindowEvent event)
          Invokes when the status bar should be shown or hidden.
 void BrowserWindowAdapter.onStatusBar(BrowserWindowEvent event)
           
 void BrowserWindowListener.onToolBar(BrowserWindowEvent event)
          Invokes when the tool bar should be shown or hidden.
 void BrowserWindowAdapter.onToolBar(BrowserWindowEvent event)
           
 void BrowserWindowListener.onVisible(BrowserWindowEvent event)
          Invokes when the window should be shown or hidden.
 void BrowserWindowAdapter.onVisible(BrowserWindowEvent event)
           
 void BrowserWindowListener.onWindowResizable(BrowserWindowEvent event)
          The event is fired when a new window is opened through scripting, using the window.open method.
 void BrowserWindowAdapter.onWindowResizable(BrowserWindowEvent event)
           
 void BrowserWindowListener.onWindowResize(BrowserWindowEvent event)
          Invokes when the window should changes its bounds.
 void BrowserWindowAdapter.onWindowResize(BrowserWindowEvent event)