classUtils.pathUtils
Class ClassPathContainer

java.lang.Object
  extended by classUtils.pathUtils.ClassPathNode
      extended by classUtils.pathUtils.ClassPathContainer
Direct Known Subclasses:
FolderPathNode

public class ClassPathContainer
extends ClassPathNode


Constructor Summary
ClassPathContainer(java.lang.String title)
           
 
Method Summary
 void addChild(ClassPathNode child)
           
 java.lang.Object getChild(int index)
           
 int getChildCount()
           
 int getIndexOfChild(java.lang.Object child)
           
 boolean 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

ClassPathContainer

public ClassPathContainer(java.lang.String title)
Method Detail

addChild

public void addChild(ClassPathNode child)

getChild

public java.lang.Object getChild(int index)
Overrides:
getChild in class ClassPathNode

getChildCount

public int getChildCount()
Overrides:
getChildCount in class ClassPathNode

isLeaf

public boolean isLeaf()
Overrides:
isLeaf in class ClassPathNode

getIndexOfChild

public int getIndexOfChild(java.lang.Object child)
Overrides:
getIndexOfChild in class ClassPathNode