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 HtmlPanelNavigatorFrame.createHtmlPanel(IBrowserPanel browserPanel, String uri) createHtmlPanel.static HtmlPanelNavigatorFrame.createHtmlPanel(IBrowserPanel browserPanel, String uri, URLConnection connection) createHtmlPanel.static HtmlPanelNavigatorFrame.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 TypeMethodDescriptionvoidHtmlRendererContextImpl.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 HtmlPanelHtmlPanel.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 HtmlPanelHtmlPanel.createlocalPanel(URLConnection connection, HtmlPanel panel, HtmlRendererContext rendererContext, HtmlRendererConfig config, String uri) voidHtmlRendererContext.setHtmlPanel(HtmlPanel panel) Setter for the field htmlPanel.voidLocalHtmlRendererContext.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 HtmlPanelNavigationManager.getHtmlPanelSearch(IBrowserPanel browserPanel, String search) getHtmlPanelSearch.