Uses of Class
com.jniwrapper.win32.ie.dom.HTMLDialog

Packages that use HTMLDialog
com.jniwrapper.win32.ie.event Contains classes for listening events from browser. 
 

Uses of HTMLDialog in com.jniwrapper.win32.ie.event
 

Methods in com.jniwrapper.win32.ie.event that return HTMLDialog
 HTMLDialog HtmlDialogEvent.getDialog()
          Returns an instance of the opened HTML dialog.
 

Constructors in com.jniwrapper.win32.ie.event with parameters of type HTMLDialog
HtmlDialogEvent(java.lang.Object source, HTMLDialog dialog)
          Constructs a new instance of event..