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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
The subclass of HTMLDocument that is used as the model.(package private) static class
(package private) static class
BasicHTMLViewFactory extends HTMLFactory to force images to be loaded synchronously.(package private) static class
Root text view that acts as an HTML renderer. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static BasicHyperlinkUI.ULHtml.BasicEditorKit
The source of the html renderersprivate static ViewFactory
Creates the Views that visually represent the model.private static final String
Overrides to the default stylesheet.Fields inherited from class javax.swing.plaf.basic.BasicHTML
documentBaseKey, propertyKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic View
createHTMLView
(JComponent c, String html) Create an html renderer for the given component and string of html.(package private) static BasicHyperlinkUI.ULHtml.BasicEditorKit
Methods inherited from class javax.swing.plaf.basic.BasicHTML
getHTMLBaseline, isHTMLString, updateRenderer
-
Field Details
-
basicHTMLFactory
The source of the html renderers -
basicHTMLViewFactory
Creates the Views that visually represent the model. -
styleChanges
Overrides to the default stylesheet. Should consider just creating a completely fresh stylesheet.- See Also:
-
-
Constructor Details
-
ULHtml
ULHtml()
-
-
Method Details
-
createHTMLView
Create an html renderer for the given component and string of html. -
getFactory
-