Uses of Class
edu.princeton.cs.algs4.growingtree.framework.TreeJPanel

Packages that use TreeJPanel
edu.princeton.cs.algs4.growingtree.framework   
 

Uses of TreeJPanel in edu.princeton.cs.algs4.growingtree.framework
 

Subclasses of TreeJPanel in edu.princeton.cs.algs4.growingtree.framework
 class BSTTreeJPanel<P extends NodeProperties>
          This class provides the panel for a BSTTree.
 

Methods in edu.princeton.cs.algs4.growingtree.framework that return TreeJPanel
 TreeJPanel ColorOptionsJPanel.getSelectedPanel()
          Gets the currently selected panel for the color schemes.
 

Methods in edu.princeton.cs.algs4.growingtree.framework with parameters of type TreeJPanel
 void TreeJPanel.saveTreeCommand(TreeJPanel<P> panel)
           
 void ColorOptionsJPanel.setSelectedPanel(TreeJPanel selectedPanel)
          Sets the currently selected panel for the color schemes.
 void BSTTreeJPanel.setSettings(TreeJPanel panel)
          Sets the settings for the panel using the currently selected String options.
 void TreeJPanel.setSettings(TreeJPanel<P> panel)
          Sets the settings for the panel param.
 

Constructors in edu.princeton.cs.algs4.growingtree.framework with parameters of type TreeJPanel
GrowingTreeHead(P np, IInsertOperator<P> inserter, ISearchOperator<P> searcher, IDeleteOperator<P> deleter, TreeJPanel<P> panel)
           
GrowingTreeHead(P np, IInsertOperator<P> inserter, ISearchOperator<P> searcher, IDeleteOperator<P> deleter, TreeJPanel<P> panel, IExperimentLogger<P> logger)