Uses of Class
org.loboevolution.gui.HtmlPanel
Packages that use HtmlPanel
Package
Description
Contains Java Swing components that render a HTML DOM.
-
Uses of HtmlPanel in org.loboevolution.component
Methods in org.loboevolution.component that return HtmlPanelModifier 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.HtmlRendererContextImpl.getHtmlPanel()
Getter for the field htmlPanel.Methods in org.loboevolution.component with parameters of type HtmlPanelModifier and TypeMethodDescriptionvoid
HtmlRendererContextImpl.setHtmlPanel
(HtmlPanel panel) Setter for the field htmlPanel.Constructors in org.loboevolution.component with parameters of type HtmlPanelModifierConstructorDescriptionHtmlRendererContextImpl
(HtmlPanel htmlPanel, HtmlRendererContext parentRcontext, HtmlRendererConfig config) Constructs a HtmlRendererContextImpl that is a child of anotherHtmlRendererContextImpl
.HtmlRendererContextImpl
(HtmlPanel htmlPanel, UserAgentContext ucontext, HtmlRendererConfig config) Constructs a HtmlRendererContextImpl. -
Uses of HtmlPanel in org.loboevolution.gui
Methods in org.loboevolution.gui that return HtmlPanelModifier and TypeMethodDescriptionstatic HtmlPanel
HtmlPanel.createlocalPanel
(URLConnection connection, HtmlPanel panel, HtmlRendererContext rendererContext, HtmlRendererConfig config, String uri) HtmlRendererContext.getHtmlPanel()
Getter for the field htmlPanel.LocalHtmlRendererContext.getHtmlPanel()
Getter for the field htmlPanel.Methods in org.loboevolution.gui with parameters of type HtmlPanelModifier and TypeMethodDescriptionstatic HtmlPanel
HtmlPanel.createlocalPanel
(URLConnection connection, HtmlPanel panel, HtmlRendererContext rendererContext, HtmlRendererConfig config, String uri) void
HtmlRendererContext.setHtmlPanel
(HtmlPanel panel) Setter for the field htmlPanel.void
LocalHtmlRendererContext.setHtmlPanel
(HtmlPanel panel) Setter for the field htmlPanel.Constructors in org.loboevolution.gui with parameters of type HtmlPanelModifierConstructorDescriptionLocalHtmlRendererContext
(HtmlPanel htmlPanel, UserAgentContext ucontext) Constructs a HtmlRendererContextImpl. -
Uses of HtmlPanel in org.loboevolution.http
Methods in org.loboevolution.http that return HtmlPanelModifier and TypeMethodDescriptionstatic HtmlPanel
NavigationManager.getHtmlPanelSearch
(IBrowserPanel browserPanel, String search) getHtmlPanelSearch.