classUtils.pathUtils
Class FolderPathNode

java.lang.Object
  extended by classUtils.pathUtils.ClassPathNode
      extended by classUtils.pathUtils.ClassPathContainer
          extended by classUtils.pathUtils.FolderPathNode

public class FolderPathNode
extends ClassPathContainer


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

Constructor Detail

FolderPathNode

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

FolderPathNode

public FolderPathNode(java.io.File file)