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.
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.