wt.clients.folderexplorer
Class WindchillExplorerFrame.WorkThread
java.lang.Object
java.lang.Thread
wt.util.WTThread
wt.clients.folderexplorer.WindchillExplorerFrame.WorkThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- WindchillExplorerFrame
- class WindchillExplorerFrame.WorkThread
- extends WTThread
Internal class used to launch work threads to perform context dependent or
long running actions.
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 |
action
int action
createClass
Class createClass
createClassString
String createClassString
contextObj
CabinetBased contextObj
withView
boolean withView
WindchillExplorerFrame.WorkThread
public WindchillExplorerFrame.WorkThread(ThreadGroup threadGroup,
int action)
WindchillExplorerFrame.WorkThread
public WindchillExplorerFrame.WorkThread(ThreadGroup thread_group,
int action,
Class new_class)
WindchillExplorerFrame.WorkThread
public WindchillExplorerFrame.WorkThread(ThreadGroup thread_group,
int action,
String new_class)
WindchillExplorerFrame.WorkThread
public WindchillExplorerFrame.WorkThread(ThreadGroup thread_group,
int action,
CabinetBased obj)
WindchillExplorerFrame.WorkThread
public WindchillExplorerFrame.WorkThread(ThreadGroup thread_group,
int action,
boolean with_view)
setContextObject
public void setContextObject(CabinetBased obj)
getContextObject
public CabinetBased getContextObject()
run
public void run()
- Description copied from class:
WTThread
- Run method.
This method overrides the default run method to fire property change events for the
state property.
Supported API: true
- Specified by:
run
in interface Runnable
- Overrides:
run
in class WTThread