net.sf.doolin.gui.field.tree.support
Class AbstractChildren

java.lang.Object
  extended by net.sf.doolin.gui.field.tree.support.AbstractChildren
All Implemented Interfaces:
Children
Direct Known Subclasses:
PropertyChildren

public abstract class AbstractChildren
extends Object
implements Children

Abstract root ancestor for children definition.

Author:
Damien Coraboeuf

Constructor Summary
AbstractChildren()
           
 
Method Summary
 String getId()
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.doolin.gui.field.tree.Children
getChildBeans
 

Constructor Detail

AbstractChildren

public AbstractChildren()
Method Detail

getId

public String getId()
Specified by:
getId in interface Children
Returns:
Node id for the children

setId

public void setId(String id)
Parameters:
id - Node id for the children


Copyright © 2011. All Rights Reserved.