Uses of Interface
org.loboevolution.component.IBrowserPanel
Packages that use IBrowserPanel
Package
Description
Contains Java Swing components that render a HTML DOM.
-
Uses of IBrowserPanel in org.loboevolution.component
Classes in org.loboevolution.component that implement IBrowserPanelMethods in org.loboevolution.component that return IBrowserPanelMethods in org.loboevolution.component with parameters of type IBrowserPanelModifier 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.Constructors in org.loboevolution.component with parameters of type IBrowserPanelModifierConstructorDescriptionBackAction
(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
Methods in org.loboevolution.gui with parameters of type IBrowserPanelModifier and TypeMethodDescriptionHtmlContextMenu.popupMenuImage
(IBrowserPanel bpanel) Popup menu image.HtmlContextMenu.popupMenuLink
(IBrowserPanel bpanel) Popup menu link. -
Uses of IBrowserPanel in org.loboevolution.http
Methods in org.loboevolution.http with parameters of type IBrowserPanelModifier and TypeMethodDescriptionstatic HtmlPanel
NavigationManager.getHtmlPanelSearch
(IBrowserPanel browserPanel, String search) getHtmlPanelSearch. -
Uses of IBrowserPanel in org.loboevolution.tab
Methods in org.loboevolution.tab with parameters of type IBrowserPanelConstructors in org.loboevolution.tab with parameters of type IBrowserPanelModifierConstructorDescriptionDnDTabbedPane
(IBrowserPanel browserPanel) Constructor for DnDTabbedPane.TabbedPanePopupMenu
(IBrowserPanel panel) Constructor for TabbedPanePopupMenu. -
Uses of IBrowserPanel in org.loboevolution.welcome
Constructors in org.loboevolution.welcome with parameters of type IBrowserPanelModifierConstructorDescriptionLoginButton
(IBrowserPanel panel, TextFieldUsername text) Constructor for LoginButton.WelcomePanel
(IBrowserPanel panel) Constructor for WelcomePanel.