|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.win32.ie.event.BrowserDialogEventHandler
public class BrowserDialogEventHandler
Implementation of dialog event handler that displays system message box.
Constructor Summary | |
---|---|
BrowserDialogEventHandler()
|
Method Summary | |
---|---|
int |
showDialog(com.jniwrapper.win32.ui.Wnd wnd,
java.lang.String title,
java.lang.String text,
int type)
Invoked when an Internet Explorer dialog is displayed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrowserDialogEventHandler()
Method Detail |
---|
public int showDialog(com.jniwrapper.win32.ui.Wnd wnd, java.lang.String title, java.lang.String text, int type)
DialogEventHandler
window.alert()
or
window.confirm()
JavaScript function then
this event is occured.
showDialog
in interface DialogEventHandler
wnd
- parent window for dialogtitle
- dialog titletext
- text for displaying in dialogtype
- dialog type (see type constants in
MessageBox
class).
IDxxx
constants of MessageBox
class).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |