iiuf.util
Class ProgressWatcher.PWTreeModel

java.lang.Object
javax.swing.tree.DefaultTreeModel
iiuf.util.ProgressWatcher.PWTreeModel
- All Implemented Interfaces:
- java.lang.Runnable, java.io.Serializable, javax.swing.tree.TreeModel
- Enclosing class:
- ProgressWatcher
- static class ProgressWatcher.PWTreeModel
- extends javax.swing.tree.DefaultTreeModel
- implements java.lang.Runnable
| Methods inherited from class javax.swing.tree.DefaultTreeModel |
addTreeModelListener, asksAllowsChildren, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getChild, getChildCount, getIndexOfChild, getListeners, getPathToRoot, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, isLeaf, nodeChanged, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
root
ProgressWatcher.RootNode root
triggered
boolean triggered
ProgressWatcher.PWTreeModel
ProgressWatcher.PWTreeModel()
trigger
public void trigger()
run
public void run()
- Description copied from interface:
java.lang.Runnable
- This method will be called by whoever wishes to run your class
implementing Runnable. Note that there are no restrictions on what
you are allowed to do in the run method, except that you cannot
throw a checked exception.
- Specified by:
run in interface java.lang.Runnable
update
void update(ProgressWatcher.ThreadInfo node,
java.lang.String[] nInfo,
int[] nAmount,
int[] nOf)
getThreadInfo
ProgressWatcher.ThreadInfo getThreadInfo(java.lang.String thread)
update
void update(java.lang.String nThread,
java.lang.String[] nInfo,
int[] nAmount,
int[] nOf)
update
void update(ProgressWatcher.Snapshot snap)