org.richfaces.demo.tree.adaptors
Class FileSystemNode
java.lang.Object
org.richfaces.demo.tree.adaptors.FileSystemNode
public class FileSystemNode
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemNode
public FileSystemNode(String path)
getDirectories
public List<FileSystemNode> getDirectories()
getFiles
public List<String> getFiles()
getShortPath
public String getShortPath()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.