RichFaces Examples Iteration 4.1.0.20111101-M4

org.richfaces.demo.model.tree.adaptors
Class Project

java.lang.Object
  extended by org.richfaces.demo.model.tree.adaptors.Entry
      extended by org.richfaces.demo.model.tree.adaptors.Project

public class Project
extends Entry

Author:
Nick Belaevski mailto:nbelaevski@exadel.com created 24.07.2007

Constructor Summary
Project()
           
 
Method Summary
 List<Directory> getCommonDirectories()
           
 List<SourceDirectory> getSourceDirectories()
           
 
Methods inherited from class org.richfaces.demo.model.tree.adaptors.Entry
click, getName, getParent, getPath, processClick, setName, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Project

public Project()
Method Detail

getSourceDirectories

public List<SourceDirectory> getSourceDirectories()

getCommonDirectories

public List<Directory> getCommonDirectories()

RichFaces Examples Iteration 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.