Java 2 Platform
v1.3

Class DirectoryNode

java.lang.Object
  |
  +--DefaultMutableTreeNode
        |
        +--DirectoryNode

class DirectoryNode
extends DefaultMutableTreeNode


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

Field Detail

directoryFilter

private static DirectoryFilter directoryFilter

explored

private boolean explored

name

private java.lang.String name
Constructor Detail

DirectoryNode

public DirectoryNode(File inFile)
assumptions: the File Passed in must be a directory

Method Detail

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()

Java 2 Platform
v1.3