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.
|
Method Summary |
void |
insertBrowser(Browser browser)
Notification called when newly created browser component should be
inserted into the parent container widget. |
NO_DISPLAY
static final NewWindowContainer NO_DISPLAY
- A headless container for new browser windows.
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.