org.xnap.gui.tree
Class FileNode

java.lang.Object
  extended by java.io.File
      extended by org.xnap.gui.tree.FileNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.io.File>

public class FileNode
extends java.io.File

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
FileNode(java.io.File f)
           
FileNode(java.io.File f, boolean fullPath)
           
FileNode(java.io.File f, boolean fullPath, java.lang.String label)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getLabel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.io.File
canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toURI, toURL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileNode

public FileNode(java.io.File f,
                boolean fullPath,
                java.lang.String label)

FileNode

public FileNode(java.io.File f,
                boolean fullPath)

FileNode

public FileNode(java.io.File f)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.io.File

getLabel

public java.lang.String getLabel()

toString

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


Copyright © 2001-2005 XNap Team. All Rights Reserved.