edu.jhu.tmaj.client.admin.data
Class TreeDataPrinter

java.lang.Object
  extended by edu.jhu.tmaj.client.admin.data.TreeDataPrinter

public final class TreeDataPrinter
extends java.lang.Object

Used to print out a description of our meta data to a text file. Used in the MetaData application.


Constructor Summary
TreeDataPrinter()
           
 
Method Summary
static java.util.List<java.lang.String> getRepresentation(javax.swing.tree.DefaultMutableTreeNode rootNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeDataPrinter

public TreeDataPrinter()
Method Detail

getRepresentation

public static java.util.List<java.lang.String> getRepresentation(javax.swing.tree.DefaultMutableTreeNode rootNode)