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 classThe subclass of HTMLDocument that is used as the model.(package private) static class(package private) static classBasicHTMLViewFactory extends HTMLFactory to force images to be loaded synchronously.(package private) static classRoot text view that acts as an HTML renderer. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static BasicHyperlinkUI.ULHtml.BasicEditorKitThe source of the html renderersprivate static ViewFactoryCreates the Views that visually represent the model.private static final StringOverrides to the default stylesheet.Fields inherited from class BasicHTML
documentBaseKey, propertyKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ViewcreateHTMLView(JComponent c, String html) Create an html renderer for the given component and string of html.(package private) static BasicHyperlinkUI.ULHtml.BasicEditorKitMethods inherited from class 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
-