com.jniwrapper.win32.ie.event
Class BrowserWindowEvent

java.lang.Object
  extended by com.jniwrapper.win32.ie.event.BrowserWindowEvent
All Implemented Interfaces:
java.lang.Cloneable

public class BrowserWindowEvent
extends java.lang.Object
implements java.lang.Cloneable

Contains information about browser window event.


Constructor Summary
BrowserWindowEvent(java.awt.Rectangle bounds)
           
BrowserWindowEvent(java.awt.Rectangle bounds, boolean resizable)
           
BrowserWindowEvent(java.awt.Rectangle bounds, boolean resizable, boolean fullScreen)
           
 
Method Summary
 java.lang.Object clone()
           
 java.awt.Rectangle getWindowBounds()
           
 boolean isFullScreen()
           
 boolean isMenuBar()
           
 boolean isStatusBar()
           
 boolean isToolBar()
           
 boolean isVisible()
           
 boolean isWindowResizable()
           
 void setBounds(java.awt.Rectangle bounds)
           
 void setFullScreen(boolean fullScreen)
           
 void setMenuBar(boolean menuBar)
           
 void setResizable(boolean resizable)
           
 void setStatusBar(boolean statusBar)
           
 void setToolBar(boolean toolBar)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserWindowEvent

public BrowserWindowEvent(java.awt.Rectangle bounds)

BrowserWindowEvent

public BrowserWindowEvent(java.awt.Rectangle bounds,
                          boolean resizable)

BrowserWindowEvent

public BrowserWindowEvent(java.awt.Rectangle bounds,
                          boolean resizable,
                          boolean fullScreen)
Method Detail

getWindowBounds

public java.awt.Rectangle getWindowBounds()

isWindowResizable

public boolean isWindowResizable()

isFullScreen

public boolean isFullScreen()

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean visible)

setBounds

public void setBounds(java.awt.Rectangle bounds)

setResizable

public void setResizable(boolean resizable)

setFullScreen

public void setFullScreen(boolean fullScreen)

setToolBar

public void setToolBar(boolean toolBar)

setMenuBar

public void setMenuBar(boolean menuBar)

setStatusBar

public void setStatusBar(boolean statusBar)

isToolBar

public boolean isToolBar()

isMenuBar

public boolean isMenuBar()

isStatusBar

public boolean isStatusBar()

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object