marf.gui.util
Class GUIThread

java.lang.Object
  extended by java.lang.Thread
      extended by marf.util.BaseThread
          extended by marf.gui.util.GUIThread
All Implemented Interfaces:
java.lang.Runnable

public class GUIThread
extends BaseThread

Represents a MARF GUI Thread for non-blocking GUI components.

TODO: complete and document. $Id: GUIThread.java,v 1.2 2007/12/18 03:46:08 mokhov Exp $

Since:
0.3.0.6
Version:
$Revision: 1.2 $
Author:
Serguei Mokhov

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class marf.util.BaseThread
iTID, oTarget, siNextTID
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
GUIThread()
           
GUIThread(ExpandedThreadGroup poThreadGroup, java.lang.Runnable poTarget)
           
GUIThread(ExpandedThreadGroup poThreadGroup, java.lang.Runnable poTarget, java.lang.String pstrName)
           
GUIThread(ExpandedThreadGroup poThreadGroup, java.lang.String pstrName)
           
GUIThread(int piTID)
           
GUIThread(java.lang.Runnable poTarget)
           
GUIThread(java.lang.Runnable poTarget, java.lang.String pstrName)
           
GUIThread(java.lang.String pstrName)
           
GUIThread(java.lang.ThreadGroup poThreadGroup, java.lang.Runnable poTarget, java.lang.String pstrName)
           
GUIThread(java.lang.ThreadGroup poThreadGroup, java.lang.String pstrName)
           
 
Method Summary
 
Methods inherited from class marf.util.BaseThread
getMARFSourceCodeRevision, getNextTID, getTarget, getTID
 
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, run, 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
 

Constructor Detail

GUIThread

public GUIThread()

GUIThread

public GUIThread(java.lang.Runnable poTarget)
Parameters:
poTarget -

GUIThread

public GUIThread(java.lang.Runnable poTarget,
                 java.lang.String pstrName)
Parameters:
poTarget -
pstrName -

GUIThread

public GUIThread(java.lang.ThreadGroup poThreadGroup,
                 java.lang.Runnable poTarget,
                 java.lang.String pstrName)
Parameters:
poThreadGroup -
poTarget -
pstrName -

GUIThread

public GUIThread(java.lang.ThreadGroup poThreadGroup,
                 java.lang.String pstrName)
Parameters:
poThreadGroup -
pstrName -

GUIThread

public GUIThread(java.lang.String pstrName)
Parameters:
pstrName -

GUIThread

public GUIThread(ExpandedThreadGroup poThreadGroup,
                 java.lang.String pstrName)
Parameters:
poThreadGroup -
pstrName -

GUIThread

public GUIThread(ExpandedThreadGroup poThreadGroup,
                 java.lang.Runnable poTarget)
Parameters:
poThreadGroup -
poTarget -

GUIThread

public GUIThread(ExpandedThreadGroup poThreadGroup,
                 java.lang.Runnable poTarget,
                 java.lang.String pstrName)
Parameters:
poThreadGroup -
poTarget -
pstrName -

GUIThread

public GUIThread(int piTID)
Parameters:
piTID -


SourceForge Logo