com.teamdev.jxbrowser
Interface NewWindowContainer

All Known Implementing Classes:
VisualWindowContainer

public interface NewWindowContainer

Each container that can be used for newly created browser must implement this interface.


Field Summary
static NewWindowContainer NO_DISPLAY
          A headless container for new browser windows.
 
Method Summary
 void insertBrowser(Browser browser)
          Notification called when newly created browser component should be inserted into the parent container widget.
 

Field Detail

NO_DISPLAY

static final NewWindowContainer NO_DISPLAY
A headless container for new browser windows.

Method Detail

insertBrowser

void insertBrowser(Browser browser)
Notification called when newly created browser component should be inserted into the parent container widget.

Parameters:
browser - the newly created browser.