|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--javatools.swing.tree.AbstractTreeExpansionDispatcher
|
+--medi.swing.dispatch.MediTreeExpansionDispatcher
Dispatcher for tree expansions.
| Field Summary |
| Fields inherited from class javatools.swing.tree.AbstractTreeExpansionDispatcher |
statusSync |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
MediTreeExpansionDispatcher()
Creates a new instance of MediTreeExpansionDispatcher |
|
| Method Summary | |
protected void |
doDispatchOne(javax.swing.JTree tree,
javax.swing.tree.TreePath path)
Dispatches one expansion. |
void |
setProvider(Provider pPrv)
Sets the provider to use. |
| Methods inherited from class javatools.swing.tree.AbstractTreeExpansionDispatcher |
expand, run, setStatusLabelSync, stopAll |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, 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 |
| Constructor Detail |
public MediTreeExpansionDispatcher()
| Method Detail |
public void setProvider(Provider pPrv)
pPrv - The provider to use.
protected void doDispatchOne(javax.swing.JTree tree,
javax.swing.tree.TreePath path)
doDispatchOne in class AbstractTreeExpansionDispatchertree - The tree that has been expanded.path - The complete path to the expanded node.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||