Class  DirectoryNode
java.lang.Object
  |
  +--DefaultMutableTreeNode
        |
        +--DirectoryNode
-  class DirectoryNode
- extends DefaultMutableTreeNode
  
 
| 
Constructor Summary | 
DirectoryNode(File inFile)
 
          assumptions: the File Passed in must be a directory | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
directoryFilter
private static DirectoryFilter directoryFilter
explored
private boolean explored
name
private java.lang.String name
DirectoryNode
public DirectoryNode(File inFile)
- assumptions: the File Passed in must be a directory
 
getAllowsChildren
public boolean getAllowsChildren()
 
isLeaf
public boolean isLeaf()
 
getDirectory
public File getDirectory()
 
isExplored
public boolean isExplored()
 
explore
public void explore()
 
toString
public java.lang.String toString()