Package editor

Class EditorHost.LabHighlighter

  • All Implemented Interfaces:
    javax.swing.text.Highlighter.HighlightPainter
    Enclosing class:
    EditorHost

    public static class EditorHost.LabHighlighter
    extends java.lang.Object
    implements javax.swing.text.Highlighter.HighlightPainter
    • Constructor Summary

      Constructors 
      Constructor Description
      LabHighlighter​(java.awt.Color color)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void paint​(java.awt.Graphics g, int p0, int p1, java.awt.Shape bounds, javax.swing.text.JTextComponent c)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LabHighlighter

        public LabHighlighter​(java.awt.Color color)
    • Method Detail

      • paint

        public void paint​(java.awt.Graphics g,
                          int p0,
                          int p1,
                          java.awt.Shape bounds,
                          javax.swing.text.JTextComponent c)
        Specified by:
        paint in interface javax.swing.text.Highlighter.HighlightPainter