org.kde.koala
Class WindowArgs
java.lang.Object
org.kde.koala.WindowArgs
- All Implemented Interfaces:
- org.kde.qt.QtSupport
public class WindowArgs
- extends java.lang.Object
- implements org.kde.qt.QtSupport
The WindowArgs are used to specify arguments to the "create new window"
call (see the createNewWindow variant that uses WindowArgs).
The primary reason for this is the javascript window.open function.
Constructor Summary |
|
WindowArgs()
|
protected |
WindowArgs(java.lang.Class dummy)
|
|
WindowArgs(int _x,
int _y,
int _width,
int _height,
boolean _fullscreen,
boolean _menuBarVisible,
boolean _toolBarsVisible,
boolean _statusBarVisible,
boolean _resizable)
|
|
WindowArgs(org.kde.qt.QRect _geometry,
boolean _fullscreen,
boolean _menuBarVisible,
boolean _toolBarsVisible,
boolean _statusBarVisible,
boolean _resizable)
|
|
WindowArgs(WindowArgs args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowArgs
protected WindowArgs(java.lang.Class dummy)
WindowArgs
public WindowArgs()
WindowArgs
public WindowArgs(WindowArgs args)
WindowArgs
public WindowArgs(org.kde.qt.QRect _geometry,
boolean _fullscreen,
boolean _menuBarVisible,
boolean _toolBarsVisible,
boolean _statusBarVisible,
boolean _resizable)
WindowArgs
public WindowArgs(int _x,
int _y,
int _width,
int _height,
boolean _fullscreen,
boolean _menuBarVisible,
boolean _toolBarsVisible,
boolean _statusBarVisible,
boolean _resizable)