|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.event.window.CreateEventParam
The class wrapping the create window event parameters.
Constructor Summary | |
CreateEventParam(int parentWindow,
long chromeFlags,
int contextFlags,
int waitKey,
String uri)
CreateEventParam constructor |
Method Summary | |
long |
getChromeFlags()
Returns the chrome flags to used for window creation. |
int |
getContextFlags()
Returns context flags to used for window creation. |
int |
getParentWindow()
Returns the parent browser component of the browser to be created. |
String |
getURI()
Returns the uri for which window creation is requested. |
int |
getWaitKey()
Returns the unique-id to identify the window creation is request. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CreateEventParam(int parentWindow, long chromeFlags, int contextFlags, int waitKey, String uri)
parentWindow
- parent browser component of the browser to be created.chromeFlags
- chrome flags to used for window creation.contextFlags
- context flags to used for window creation.waitKey
- unique-id to identify the window creation is request.uri
- uri for which window creation is requested.WindowEventConstants
Method Detail |
public int getParentWindow()
public long getChromeFlags()
public int getContextFlags()
public int getWaitKey()
public String getURI()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |