|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jniwrapper.win32.ie.event.HtmlDialogEvent
public class HtmlDialogEvent
Represents an event which indicates that the HTML Dialog is opened and its document is loaded completely and available.
This event is generated when the modal or modeless HTML dialog is shown throughwindow.showModalDialog
or
window.showModelessDialog
JavaScript function.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
HtmlDialogEvent(java.lang.Object source,
HTMLDialog dialog)
Constructs a new instance of event.. |
Method Summary | |
---|---|
HTMLDialog |
getDialog()
Returns an instance of the opened HTML dialog. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HtmlDialogEvent(java.lang.Object source, HTMLDialog dialog)
source
- The object on which the Event initially occurred.dialog
- The instance of the opened HTML dialog.Method Detail |
---|
public HTMLDialog getDialog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |