net.sf.jtreemap.swing.example
Class DemoUtil

java.lang.Object
  extended by net.sf.jtreemap.swing.example.DemoUtil

public final class DemoUtil
extends java.lang.Object

 

Method Summary
static TreeMapNode buildDemoRoot()
          This method build a default TreeMap root.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildDemoRoot

public static TreeMapNode buildDemoRoot()
This method build a default TreeMap root.
This methode may be replaced by one who get the root from a servlet or a jdbc client or something else...

Returns:
the root of the TreeMap.