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 © 2012 JBoss by Red Hat. All Rights Reserved.