classUtils.pathUtils
Class FilePathNode

java.lang.Object
  extended by classUtils.pathUtils.ClassPathNode
      extended by classUtils.pathUtils.FilePathNode

public class FilePathNode
extends ClassPathNode


Constructor Summary
FilePathNode(java.io.File file)
           
FilePathNode(java.lang.String title, java.io.File file, boolean topLevel)
           
 
Method Summary
 
Methods inherited from class classUtils.pathUtils.ClassPathNode
getChild, getChildCount, getIndexOfChild, getParent, getTitle, isLeaf, setParent, setTitle, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilePathNode

public FilePathNode(java.lang.String title,
                    java.io.File file,
                    boolean topLevel)

FilePathNode

public FilePathNode(java.io.File file)