rom.gui
Class CodeEditorFrame.ColorInJavaCodeThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--rom.gui.CodeEditorFrame.ColorInJavaCodeThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
CodeEditorFrame

class CodeEditorFrame.ColorInJavaCodeThread
extends java.lang.Thread


Field Summary
protected  javax.swing.Timer timer
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CodeEditorFrame.ColorInJavaCodeThread()
           
 
Method Summary
 void performSyntaxColoring()
           
 void run()
           
protected  void setLineStats(int p)
          Calculates the caret related line numbers and positions
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timer

protected javax.swing.Timer timer
Constructor Detail

CodeEditorFrame.ColorInJavaCodeThread

public CodeEditorFrame.ColorInJavaCodeThread()
Method Detail

run

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

setLineStats

protected void setLineStats(int p)
Calculates the caret related line numbers and positions

Parameters:
p - a position

performSyntaxColoring

public void performSyntaxColoring()