|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxbrowser.NewWindowParams
public class NewWindowParams
The information that can be used before creating a new browser window.
| Constructor Summary | |
|---|---|
NewWindowParams(Browser parent,
java.awt.Rectangle bounds,
java.lang.String target,
java.lang.String location)
Construct a new NewWindowInfo instance. |
|
| Method Summary | |
|---|---|
java.awt.Rectangle |
getBounds()
Returns the initial popup window bounds. |
Browser |
getParent()
Returns the parent for the current popup window. |
java.lang.String |
getTargetName()
Returns the popup window target name that can be passed through window.open JavaScript function. |
java.lang.String |
getUrl()
The URL of the page to open in the new window. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewWindowParams(Browser parent,
java.awt.Rectangle bounds,
java.lang.String target,
java.lang.String location)
NewWindowInfo instance.
parent - the parent of new window.bounds - initial bounds of newly created windowtarget - target name of newly created windowlocation - initial location of newly created window| Method Detail |
|---|
public Browser getParent()
public java.awt.Rectangle getBounds()
public java.lang.String getTargetName()
window.open JavaScript function.
The name can be used to refer the window again in JavaScript.
public java.lang.String getUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||