treeplus
Class TestMain

java.lang.Object
  extended by treeplus.TestMain

public class TestMain
extends java.lang.Object


Constructor Summary
TestMain()
           
 
Method Summary
static org.jgraph.graph.DefaultEdge createEdge(org.jgraph.graph.DefaultGraphCell source, org.jgraph.graph.DefaultGraphCell target)
           
static org.jgraph.graph.DefaultGraphCell createVertex(java.lang.String name)
           
static org.jgraph.graph.DefaultGraphCell[] doTheMetal(javax.swing.JFrame frame, org.jgraph.JGraph jgraph)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMain

public TestMain()
Method Detail

main

public static void main(java.lang.String[] args)

doTheMetal

public static org.jgraph.graph.DefaultGraphCell[] doTheMetal(javax.swing.JFrame frame,
                                                             org.jgraph.JGraph jgraph)

createVertex

public static org.jgraph.graph.DefaultGraphCell createVertex(java.lang.String name)

createEdge

public static org.jgraph.graph.DefaultEdge createEdge(org.jgraph.graph.DefaultGraphCell source,
                                                      org.jgraph.graph.DefaultGraphCell target)