Class BasicHyperlinkUI.ULHtml

  • Enclosing class:
    BasicHyperlinkUI

    static class BasicHyperlinkUI.ULHtml
    extends javax.swing.plaf.basic.BasicHTML
    • Field Detail

      • 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
    • Constructor Detail

      • ULHtml

        ULHtml()
    • 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.