RichFaces Examples Iteration 4.3.5.Final

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

java.lang.Object
  extended by org.richfaces.demo.model.tree.adaptors.Entry
Direct Known Subclasses:
ArchiveEntry, Class, Directory, File, Package, Project, SourceDirectory

public abstract class Entry
extends Object

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

Constructor Summary
Entry()
           
 
Method Summary
 void click()
           
 String getName()
           
 Entry getParent()
           
 String getPath()
           
 void processClick()
           
 void setName(String name)
           
 void setParent(Entry parent)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entry

public Entry()
Method Detail

getPath

public String getPath()

processClick

public void processClick()

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()

setName

public void setName(String name)

click

public void click()

getParent

public Entry getParent()

setParent

public void setParent(Entry parent)

RichFaces Examples Iteration 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.