Package org.jdesktop.swingx.plaf.basic
Class BasicHyperlinkUI.ULHtml
- java.lang.Object
-
- javax.swing.plaf.basic.BasicHTML
-
- org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI.ULHtml
-
- Enclosing class:
- BasicHyperlinkUI
static class BasicHyperlinkUI.ULHtml extends javax.swing.plaf.basic.BasicHTML
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classBasicHyperlinkUI.ULHtml.BasicDocumentThe subclass of HTMLDocument that is used as the model.(package private) static classBasicHyperlinkUI.ULHtml.BasicEditorKit(package private) static classBasicHyperlinkUI.ULHtml.BasicHTMLViewFactoryBasicHTMLViewFactory extends HTMLFactory to force images to be loaded synchronously.(package private) static classBasicHyperlinkUI.ULHtml.RendererRoot text view that acts as an HTML renderer.
-
Field Summary
Fields Modifier and Type Field Description private static BasicHyperlinkUI.ULHtml.BasicEditorKitbasicHTMLFactoryThe source of the html renderersprivate static javax.swing.text.ViewFactorybasicHTMLViewFactoryCreates the Views that visually represent the model.private static java.lang.StringstyleChangesOverrides to the default stylesheet.
-
Constructor Summary
Constructors Constructor Description ULHtml()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.text.ViewcreateHTMLView(javax.swing.JComponent c, java.lang.String html)Create an html renderer for the given component and string of html.(package private) static BasicHyperlinkUI.ULHtml.BasicEditorKitgetFactory()
-
-
-
Field Detail
-
basicHTMLFactory
private static BasicHyperlinkUI.ULHtml.BasicEditorKit basicHTMLFactory
The source of the html renderers
-
basicHTMLViewFactory
private static javax.swing.text.ViewFactory basicHTMLViewFactory
Creates the Views that visually represent the model.
-
styleChanges
private static final java.lang.String styleChanges
Overrides to the default stylesheet. Should consider just creating a completely fresh stylesheet.- See Also:
- Constant Field Values
-
-
Method Detail
-
createHTMLView
public static javax.swing.text.View createHTMLView(javax.swing.JComponent c, java.lang.String html)Create an html renderer for the given component and string of html.
-
getFactory
static BasicHyperlinkUI.ULHtml.BasicEditorKit getFactory()
-
-