Uses of Class
pqrtree.PQRTree

Packages that use PQRTree
pqrtreeapplet   
 

Uses of PQRTree in pqrtreeapplet
 

Fields in pqrtreeapplet declared as PQRTree
(package private)  PQRTree PQRPanel.pqrTree
           
private  PQRTree PQRController.pqrTree
           
 

Methods in pqrtreeapplet with parameters of type PQRTree
 void PQRWindow.refreshList(PQRTree pqrTree)
          Refreshs the list with the leaves of the tree as elements.
 void PQRWindow.refreshTree(PQRTree pqrTree, boolean now)
          Refreshs the tree in the panel.
 void PQRPanel.refreshTree(PQRTree pqrTree, boolean now)
           
 

Constructors in pqrtreeapplet with parameters of type PQRTree
PQRPanel(PQRTree pqrTree)
          Creates new panel.
PQRWindow(PQRTree pqrTree, boolean drawAllSteps, int delayInSeconds)
          Creates the window to displays the tree.