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 class
BasicHyperlinkUI.ULHtml.BasicDocument
The subclass of HTMLDocument that is used as the model.(package private) static class
BasicHyperlinkUI.ULHtml.BasicEditorKit
(package private) static class
BasicHyperlinkUI.ULHtml.BasicHTMLViewFactory
BasicHTMLViewFactory extends HTMLFactory to force images to be loaded synchronously.(package private) static class
BasicHyperlinkUI.ULHtml.Renderer
Root text view that acts as an HTML renderer.
-
Field Summary
Fields Modifier and Type Field Description private static BasicHyperlinkUI.ULHtml.BasicEditorKit
basicHTMLFactory
The source of the html renderersprivate static javax.swing.text.ViewFactory
basicHTMLViewFactory
Creates the Views that visually represent the model.private static java.lang.String
styleChanges
Overrides 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.View
createHTMLView(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.BasicEditorKit
getFactory()
-
-
-
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()
-
-