org.merlotxml.merlot
Class ValidationThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.merlotxml.merlot.ValidationThread
All Implemented Interfaces:
java.lang.Runnable

public class ValidationThread
extends java.lang.Thread

Author:
everth To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
static boolean _running
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ValidationThread(XMLEditorDoc xmlEditorDoc)
           
 
Method Summary
 void addElementToValidationQueue(MerlotDOMElement element)
           
 void run()
           
 void waitForValidationToFinish()
           
 
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

_running

public static boolean _running
Constructor Detail

ValidationThread

public ValidationThread(XMLEditorDoc xmlEditorDoc)
Method Detail

addElementToValidationQueue

public void addElementToValidationQueue(MerlotDOMElement element)

run

public void run()

waitForValidationToFinish

public void waitForValidationToFinish()