Uses of Class
org.loboevolution.gui.HtmlPanel
Package
Description
Contains Java Swing components that render a HTML DOM.
-
Uses of HtmlPanel 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.HtmlRendererContextImpl.getHtmlPanel()
Getter for the field htmlPanel.Modifier and TypeMethodDescriptionvoid
HtmlRendererContextImpl.setHtmlPanel
(HtmlPanel panel) Setter for the field htmlPanel.ModifierConstructorDescriptionHtmlRendererContextImpl
(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
Modifier 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.Modifier 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.ModifierConstructorDescriptionLocalHtmlRendererContext
(HtmlPanel htmlPanel, UserAgentContext ucontext) Constructs a HtmlRendererContextImpl. -
Uses of HtmlPanel in org.loboevolution.http
Modifier and TypeMethodDescriptionstatic HtmlPanel
NavigationManager.getHtmlPanelSearch
(IBrowserPanel browserPanel, String search) getHtmlPanelSearch.