Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

iiuf.util
Class ProgressWatcher.PWTreeModel  view ProgressWatcher.PWTreeModel download ProgressWatcher.PWTreeModel.java

java.lang.Object
  extended byjavax.swing.tree.DefaultTreeModel
      extended byiiuf.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


Field Summary
(package private)  ProgressWatcher.RootNode root
           
(package private)  boolean triggered
           
 
Fields inherited from class javax.swing.tree.DefaultTreeModel
asksAllowsChildren, listenerList
 
Constructor Summary
(package private) ProgressWatcher.PWTreeModel()
           
 
Method Summary
(package private)  ProgressWatcher.ThreadInfo getThreadInfo(java.lang.String thread)
           
 void run()
          This method will be called by whoever wishes to run your class implementing Runnable.
 void trigger()
           
(package private)  void update(ProgressWatcher.Snapshot snap)
           
(package private)  void update(ProgressWatcher.ThreadInfo node, java.lang.String[] nInfo, int[] nAmount, int[] nOf)
           
(package private)  void update(java.lang.String nThread, java.lang.String[] nInfo, int[] nAmount, int[] nOf)
           
 
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
 

Field Detail

root

ProgressWatcher.RootNode root

triggered

boolean triggered
Constructor Detail

ProgressWatcher.PWTreeModel

ProgressWatcher.PWTreeModel()
Method Detail

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)