|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.stringer.thread.AbstractThreadListener
|
+--org.stringer.ui.TreeSelectionThreadListener
| Field Summary | |
(package private) static org.apache.log4j.Logger |
logger
|
(package private) Stringer |
parent
|
(package private) javax.swing.JTree |
tree
|
| Fields inherited from class org.stringer.thread.AbstractThreadListener |
count, monitor, progressBar, subscriptionMap |
| Constructor Summary | |
TreeSelectionThreadListener(Stringer parent)
|
|
| Method Summary | |
void |
beginUnit(java.lang.Object o)
Mark a node in the JTree as a "work in progress" node by setting its isWorking state to true. |
void |
complete(java.lang.Object o)
Called when the job is complete. |
void |
endUnit(java.lang.Object o)
Called at the end of processing for a give item. |
| Methods inherited from class org.stringer.thread.AbstractThreadListener |
begin, canceled, getProgressMonitor, getSubscriptionMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static org.apache.log4j.Logger logger
javax.swing.JTree tree
Stringer parent
| Constructor Detail |
public TreeSelectionThreadListener(Stringer parent)
| Method Detail |
public void beginUnit(java.lang.Object o)
isWorking state to true. This will cause the
node to be redrawn with an icon that indicates that the node
is busy.
beginUnit in interface IThreadListenerbeginUnit in class AbstractThreadListenerpublic void complete(java.lang.Object o)
AbstractThreadListener
complete in interface IThreadListenercomplete in class AbstractThreadListenerpublic void endUnit(java.lang.Object o)
IThreadListener
endUnit in interface IThreadListenerendUnit in class AbstractThreadListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||