Uses of Interface
com.teamdev.jxbrowser.WindowCreator

Packages that use WindowCreator
com.teamdev.jxbrowser   
 

Uses of WindowCreator in com.teamdev.jxbrowser
 

Methods in com.teamdev.jxbrowser that return WindowCreator
 WindowCreator WebBrowserFactory.getDefaultWindowCreator()
          Returns default window creator.
 

Methods in com.teamdev.jxbrowser with parameters of type WindowCreator
 void WebBrowserFactory.setDefaultWindowCreator(WindowCreator defaultWindowCreator)
          Sets the window creator that is used by all browser instances that do not provide their own window creator.
 void WebBrowser.setWindowCreator(WindowCreator childWindowCreator)
          Sets the implementation of the window creation for this browser.