wt.clients.prodmgmt
Class PartTaskPanel.WkThread

java.lang.Object
  extended byjava.lang.Thread
      extended bywt.util.WTThread
          extended bywt.clients.prodmgmt.PartTaskPanel.WkThread
All Implemented Interfaces:
Runnable
Enclosing class:
PartTaskPanel

class PartTaskPanel.WkThread
extends WTThread


Field Summary
(package private)  ResourceBundle ibaResource
           
(package private)  boolean mode
           
(package private)  ClassificationStructDefaultView structure
           
 
Fields inherited from class wt.util.WTThread
CREATED, DONE, PROGRESS_COUNT, PROGRESS_PERCENT, RUNNING, STATE, STATUS
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
PartTaskPanel.WkThread(ClassificationStructDefaultView structure, boolean mode)
          Constructor for the work thread.
 
Method Summary
 void run()
          Executes the action specified in the constructor of this WorkThread.
 
Methods inherited from class wt.util.WTThread
addPropertyChangeListener, cancel, currentProgressCount, currentProgressPercent, currentStatus, firePropertyChange, firePropertyChange, getProgressCount, getProgressPercent, getState, getStatus, interrupt, isInterrupted, ready, removePropertyChangeListener, setInterruptHandler, setProgressCount, setProgressPercent, setStatus, start
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupted, isAlive, isDaemon, 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

ibaResource

ResourceBundle ibaResource

mode

boolean mode

structure

ClassificationStructDefaultView structure
Constructor Detail

PartTaskPanel.WkThread

public PartTaskPanel.WkThread(ClassificationStructDefaultView structure,
                              boolean mode)
Constructor for the work thread. The action of the thread can be specified using the action parameter.

Method Detail

run

public void run()
Executes the action specified in the constructor of this WorkThread.

Specified by:
run in interface Runnable
Overrides:
run in class WTThread