edu.ucla.stat.SOCR.chart
Class ChartTree

java.lang.Object
  extended by edu.ucla.stat.SOCR.chart.ChartTree

public class ChartTree
extends java.lang.Object

this is the class generate a static JTree, replaced by ChartTree_dynamic class


Constructor Summary
ChartTree()
           
 
Method Summary
 javax.swing.JTree getTree()
           
 void valueChanged(javax.swing.event.TreeSelectionEvent event)
          Receives notification of tree selection events and updates the demo display accordingly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartTree

public ChartTree()
Method Detail

getTree

public javax.swing.JTree getTree()

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent event)
Receives notification of tree selection events and updates the demo display accordingly.

Parameters:
event - the event.