org.mozilla.jrex.event.window
Class CreateEventParam

java.lang.Object
  extended byorg.mozilla.jrex.event.window.CreateEventParam

public class CreateEventParam
extends Object

The class wrapping the create window event parameters.

Version:
1.0
Author:
C.N.Medappa

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

CreateEventParam

public CreateEventParam(int parentWindow,
                        long chromeFlags,
                        int contextFlags,
                        int waitKey,
                        String uri)
CreateEventParam constructor

Parameters:
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.
See Also:
WindowEventConstants
Method Detail

getParentWindow

public int getParentWindow()
Returns the parent browser component of the browser to be created.


getChromeFlags

public long getChromeFlags()
Returns the chrome flags to used for window creation.


getContextFlags

public int getContextFlags()
Returns context flags to used for window creation.


getWaitKey

public int getWaitKey()
Returns the unique-id to identify the window creation is request.


getURI

public String getURI()
Returns the uri for which window creation is requested.


toString

public String toString()


Copyright © 2004 C.N.Medappa. All Rights Reserved.