Uses of Interface
org.loboevolution.component.IBrowserPanel
Package
Description
Contains Java Swing components that render a HTML DOM.
-
Uses of IBrowserPanel in org.loboevolution.component
Modifier and TypeMethodDescriptionstatic HtmlPanel
NavigatorFrame.createHtmlPanel
(IBrowserPanel browserPanel, String uri) createHtmlPanel.static HtmlPanel
NavigatorFrame.createHtmlPanel
(IBrowserPanel browserPanel, String uri, URLConnection connection) createHtmlPanel.static HtmlPanel
NavigatorFrame.getErrorComponent
(IBrowserPanel browserPanel, URLConnection connection, String uri, Exception exception) createHtmlPanel.void
ITabbedPane.setComponentPopupMenu
(IBrowserPanel panel) Associates a pop-up menu with the tabbed pane using the given panel as the pop-up menu's parent.ModifierConstructorDescriptionBackAction
(IBrowserPanel panel, JTextField addressBar) Constructor for BackAction.DragDropListener
(IBrowserPanel bpanel) Constructor for DragDropListener.ForwardAction
(IBrowserPanel panel, JTextField addressBar) Constructor for ForwardAction.GoAction
(IBrowserPanel panel, JTextField addressBar) Constructor for GoAction.HomeAction
(IBrowserPanel panel) Constructor for HomeAction. -
Uses of IBrowserPanel in org.loboevolution.gui
Modifier and TypeMethodDescriptionHtmlContextMenu.popupMenuImage
(IBrowserPanel bpanel) Popup menu image.HtmlContextMenu.popupMenuLink
(IBrowserPanel bpanel) Popup menu link. -
Uses of IBrowserPanel in org.loboevolution.http
Modifier and TypeMethodDescriptionstatic HtmlPanel
NavigationManager.getHtmlPanelSearch
(IBrowserPanel browserPanel, String search) getHtmlPanelSearch. -
Uses of IBrowserPanel in org.loboevolution.tab
ModifierConstructorDescriptionDnDTabbedPane
(IBrowserPanel browserPanel) Constructor for DnDTabbedPane.TabbedPanePopupMenu
(IBrowserPanel panel) Constructor for TabbedPanePopupMenu. -
Uses of IBrowserPanel in org.loboevolution.welcome
ModifierConstructorDescriptionLoginButton
(IBrowserPanel panel, TextFieldUsername text) Constructor for LoginButton.WelcomePanel
(IBrowserPanel panel) Constructor for WelcomePanel.