org.xnap.commons.gui.tree
Class FileNode
java.lang.Object
java.io.File
org.xnap.commons.gui.tree.FileNode
- All Implemented Interfaces:
- Serializable, Comparable<File>
public class FileNode
- extends File
- See Also:
- Serialized Form
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 |
FileNode
public FileNode(File f,
boolean fullPath,
String label)
FileNode
public FileNode(File f,
boolean fullPath)
FileNode
public FileNode(File f)
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.