edu.indiana.iucbrf.ccbr.conversationblock.selector.flowchart
Class FlowChart.NodeUserObject

java.lang.Object
  extended by edu.indiana.iucbrf.ccbr.conversationblock.selector.flowchart.FlowChart.NodeUserObject
Enclosing class:
FlowChart

public class FlowChart.NodeUserObject
extends java.lang.Object

A container to put in the JTree node, used in toSwing().


Constructor Summary
FlowChart.NodeUserObject(java.lang.String textRep, FlowChartNode flowChartNode)
           
 
Method Summary
 FlowChartNode getFlowChartNode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowChart.NodeUserObject

public FlowChart.NodeUserObject(java.lang.String textRep,
                                FlowChartNode flowChartNode)
Method Detail

getFlowChartNode

public FlowChartNode getFlowChartNode()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object