org.webtree.data
Class FileSystemNode

java.lang.Object
  |
  +--org.webtree.data.BaseTreeNode
        |
        +--org.webtree.data.FileSystemNode
All Implemented Interfaces:
TreeNode

public class FileSystemNode
extends BaseTreeNode


Field Summary
protected  java.io.File file
           
protected  boolean fullyLoaded
           
 
Fields inherited from class org.webtree.data.BaseTreeNode
id, name
 
Constructor Summary
FileSystemNode(java.lang.String basePathStr)
           
 
Method Summary
 int getChildCount()
           
 TreeNode[] getChildren()
           
 boolean hasChildren()
           
 boolean isLeaf()
           
 java.lang.String toString()
           
 
Methods inherited from class org.webtree.data.BaseTreeNode
getId, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

file

protected java.io.File file

fullyLoaded

protected boolean fullyLoaded
Constructor Detail

FileSystemNode

public FileSystemNode(java.lang.String basePathStr)
Method Detail

getChildren

public TreeNode[] getChildren()

getChildCount

public int getChildCount()

hasChildren

public boolean hasChildren()

isLeaf

public boolean isLeaf()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object