nl.tudelft.simulation.dsol.gui.panels
Class GUIExperimentParsingThread

java.lang.Object
  extended by java.lang.Thread
      extended by nl.tudelft.simulation.xml.dsol.ExperimentParsingThread
          extended by nl.tudelft.simulation.dsol.gui.panels.GUIExperimentParsingThread
All Implemented Interfaces:
Runnable

public class GUIExperimentParsingThread
extends ExperimentParsingThread

A ExperimentParsingThread
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:23:33 $
Author:
Peter Jacobs

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
protected  Component parent
          the parent component
 
Fields inherited from class nl.tudelft.simulation.xml.dsol.ExperimentParsingThread
experiment, EXPERIMENT_PARSED_EVENT, source
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
GUIExperimentParsingThread(EventListenerInterface source, Component parent, URL experiment)
          constructs a new ExperimentParsingThread
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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

parent

protected Component parent
the parent component

Constructor Detail

GUIExperimentParsingThread

public GUIExperimentParsingThread(EventListenerInterface source,
                                  Component parent,
                                  URL experiment)
constructs a new ExperimentParsingThread

Parameters:
source - the source of this thread
parent - the parent component
experiment - the experiment to parse
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class ExperimentParsingThread
See Also:
Runnable.run()


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.