Uses of Class
com.teamdev.jxbrowser.view.swing.BrowserView
Packages that use BrowserView
Package
Description
Contains a Swing UI component that displays content of
Browser.Contains the implementations of the callbacks that display Swing UI dialogs.
-
Uses of BrowserView in com.teamdev.jxbrowser.view.swing
Methods in com.teamdev.jxbrowser.view.swing that return BrowserViewModifier and TypeMethodDescriptionstatic BrowserViewBrowserView.newInstance(Browser browser) Creates a newBrowserViewinstance that displays the givenbrowserinstance. -
Uses of BrowserView in com.teamdev.jxbrowser.view.swing.callback
Constructors in com.teamdev.jxbrowser.view.swing.callback with parameters of type BrowserViewModifierConstructorDescriptionDefaultAlertCallback(BrowserView parent) DefaultConfirmCallback(BrowserView parent) DefaultOpenFileCallback(BrowserView parent) DefaultOpenFilesCallback(BrowserView parent) DefaultOpenFolderCallback(BrowserView parent) DefaultPromptCallback(BrowserView parent) DefaultSaveAsPdfCallback(BrowserView parent) DefaultSaveFileCallback(BrowserView parent)