net.sf.doolin.gui.field.tree.support
Class AbstractChildren
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractChildren
public AbstractChildren()
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.