com.jniwrapper.win32.ie.event
Class BrowserWindowEvent
java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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