org.xnap.commons.gui.tree
Class FileNode
java.lang.Object
   java.io.File
java.io.File
       org.xnap.commons.gui.tree.FileNode
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:
- equalsin class- File
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- File
 
- 
 
getLabel
public String getLabel()
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- File
 
- 
 
Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.