Uses of Class
com.jniwrapper.win32.ie.event.NewWindowEventHandler.NewWindowAction

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

Uses of NewWindowEventHandler.NewWindowAction in com.jniwrapper.win32.ie.event
 

Methods in com.jniwrapper.win32.ie.event that return NewWindowEventHandler.NewWindowAction
 NewWindowEventHandler.NewWindowAction NewWindowEventHandler.newWindow()
          Called when new window is opening.
 NewWindowEventHandler.NewWindowAction NewWindowEventHandlerExt.newWindow(java.lang.String urlContext, java.lang.String url, NewWindowEventHandlerExt.NewWindowManagerFlags flags)
          Invoked when new window is opening and provides additional information about the new window.