net.sf.jameleon.ui
Class FileNode

java.lang.Object
  extended by net.sf.jameleon.ui.FileNode

public class FileNode
extends Object


Constructor Summary
FileNode(File f, String displayValue)
           
 
Method Summary
 File getFile()
           
 boolean isDir()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileNode

public FileNode(File f,
                String displayValue)
Method Detail

getFile

public File getFile()

isDir

public boolean isDir()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.