org.xnap.commons.gui.tree
Class FileNode

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

public class FileNode
extends File

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
FileNode(File f)
           
FileNode(File f, boolean fullPath)
           
FileNode(File f, boolean fullPath, String label)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLabel()
           
 int hashCode()
           
 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, 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(File f,
                boolean fullPath,
                String label)

FileNode

public FileNode(File f,
                boolean fullPath)

FileNode

public FileNode(File f)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class File

hashCode

public int hashCode()
Overrides:
hashCode in class File

getLabel

public String getLabel()

toString

public String toString()
Overrides:
toString in class File


Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.