|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxbrowser.prompt.DialogParams
public class DialogParams
Contains the browser dialog parameters.
| Constructor Summary | |
|---|---|
DialogParams(Browser browser,
java.lang.String message,
java.lang.String title,
java.awt.Component owner)
Constructs a new DialogParams instance with the specified
message and title. |
|
| Method Summary | |
|---|---|
Browser |
getBrowser()
Returns the browser instance for this dialog or null when browser instance
is already disposed. |
java.lang.String |
getMessage()
Returns the dialog message. |
java.awt.Component |
getOwner()
Returns the dialog owner. |
java.lang.String |
getTitle()
Returns the dialog title. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DialogParams(Browser browser,
java.lang.String message,
java.lang.String title,
java.awt.Component owner)
DialogParams instance with the specified
message and title.
browser - the browser instance.message - the dialog message.title - the dialog title.owner - the dialog owner.| Method Detail |
|---|
public Browser getBrowser()
null when browser instance
is already disposed.
null when browser instance
is already disposed.public java.lang.String getMessage()
public java.lang.String getTitle()
public java.awt.Component getOwner()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||