|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.tree.IlpDefaultTreeNodeFactory
public class IlpDefaultTreeNodeFactory
The default tree node factory used by the tree adapter. Each tree node is
created with an IlpExtendedAttributeGroup as attribute group
with the expansion strategy passed as an argument to the createTreeNode
method.
IlpExtendedAttributeGroup,
IlpTreeNode| Constructor Summary | |
|---|---|
IlpDefaultTreeNodeFactory()
|
|
| Method Summary | |
|---|---|
IlpTreeNode |
createTreeNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a tree node. |
IlpExtendedAttributeGroup |
getExtendedAttributeGroup(IlpClass clazz)
Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject. |
void |
setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpDefaultTreeNodeFactory()
| Method Detail |
|---|
public void setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
clazz - The class of IlpObject.attrGroup - The attribute group of the representation objects (nodes)
that represent IlpObjects of the class clazz.public IlpExtendedAttributeGroup getExtendedAttributeGroup(IlpClass clazz)
IlpObject.
clazz - The class of IlpObject.
IlpObjects of the class clazz.
public IlpTreeNode createTreeNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
createTreeNode in interface IlpTreeNodeFactoryilpObject - The IlpObject of the tree node.expansionStrategy - The expansion strategy of the tree node.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||