com.teamdev.jxbrowser
Interface NewWindowManager

All Known Implementing Classes:
DefaultNewWindowManager

public interface NewWindowManager

Implementors of NewWindowManager may manage newely created browser windows such as popup windows that were opened using the window.open JavaScript function.


Method Summary
 NewWindowContainer evaluateWindow(NewWindowParams params)
          Creates a container to display a new browser window, identified by info.
 

Method Detail

evaluateWindow

NewWindowContainer evaluateWindow(NewWindowParams params)
Creates a container to display a new browser window, identified by info. Return PopupWindow.NO_DISPLAY to prevent popup from being displayed or null.

Parameters:
params - requested container parameters.
Returns:
container window or NO_DISPLAY or null to suppress popup.