Uses of Interface
org.loboevolution.config.HtmlRendererConfig
Package
Description
Contains Java Swing components that render a HTML DOM.
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
Contains HTML parser classes.
-
Uses of HtmlRendererConfig in org.loboevolution.component
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 HtmlRendererConfig in org.loboevolution.config
-
Uses of HtmlRendererConfig in org.loboevolution.gui
Modifier and TypeMethodDescriptionstatic HtmlPanel
HtmlPanel.createlocalPanel
(URLConnection connection, HtmlPanel panel, HtmlRendererContext rendererContext, HtmlRendererConfig config, String uri) -
Uses of HtmlRendererConfig in org.loboevolution.html.dom.domimpl
ModifierConstructorDescriptionHTMLDocumentImpl
(UserAgentContext ucontext, HtmlRendererContext rcontext, HtmlRendererConfig config, WritableLineReader reader, String documentURI) Constructor for HTMLDocumentImpl. -
Uses of HtmlRendererConfig in org.loboevolution.html.dom.nodeimpl
Modifier and TypeMethodDescriptionvoid
DocumentImpl.setWindow
(HtmlRendererContext rcontext, UserAgentContext ucontext, HtmlRendererConfig config) -
Uses of HtmlRendererConfig in org.loboevolution.html.js
Modifier and TypeMethodDescriptionstatic WindowImpl
WindowImpl.getWindow
(HtmlRendererContext rcontext, HtmlRendererConfig config) getWindow.ModifierConstructorDescriptionConsoleImpl
(HtmlRendererConfig config) WindowImpl
(HtmlRendererContext rcontext, UserAgentContext uaContext, HtmlRendererConfig config) Constructor for WindowImpl. -
Uses of HtmlRendererConfig in org.loboevolution.html.js.storage
ModifierConstructorDescriptionSessionStorage
(HtmlRendererConfig config) Constructor for SessionStorage. -
Uses of HtmlRendererConfig in org.loboevolution.html.parser
ModifierConstructorDescriptionDocumentBuilderImpl
(UserAgentContext ucontext, HtmlRendererContext rcontext, HtmlRendererConfig config) Constructs a DocumentBuilderImpl. -
Uses of HtmlRendererConfig in org.loboevolution.html.style
Modifier and TypeMethodDescriptionstatic FontKey
FontValues.getDefaultFontKey
(HtmlRendererConfig config) getDefaultFontKey.static CSSStyleSheetImpl
CSSUtilities.parseCssExternal
(HtmlRendererConfig config, URI scriptURI, String baseURI, String integrity, boolean test) parseCssExternal. -
Uses of HtmlRendererConfig in org.loboevolution.http
ModifierConstructorDescriptionUserAgentContext
(HtmlRendererConfig config) UserAgentContext
(HtmlRendererConfig config, boolean test)