Class FadingHighlight

  • All Implemented Interfaces:
    java.lang.Runnable

    public class FadingHighlight
    extends java.lang.Object
    implements java.lang.Runnable
    Filename: FadingHighlight.java Created on Apr 22, 2014 Author: Kathy Applebaum Copyright Inductive Automation 2014 Project: Ignition

    moved from WorkspaceEditor.java

    • Constructor Summary

      Constructors 
      Constructor Description
      FadingHighlight​(com.jidesoft.editor.CodeEditor editor, int offset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • FadingHighlight

        public FadingHighlight​(com.jidesoft.editor.CodeEditor editor,
                               int offset)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable