Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.service |
Modifier and Type | Method and Description |
---|---|
MXHierarchyNode |
MXHierarchyNode.getChild(int index)
Get child node at index
|
MXHierarchyNode |
MXHierarchyNode.getParent()
Get parent node
|
MXHierarchyNode |
MXHierarchyNode.removeChild(int index)
Remove child node with node index
|
Modifier and Type | Method and Description |
---|---|
void |
MXHierarchyNode.addChild(MXHierarchyNode child)
Add a child node
|
protected void |
RefreshMXGanttModelHelper.populateActivityNode(MXHierarchyNode node,
java.lang.Object parentObject,
MXGanttModel model)
Populate activity nodes
|
protected void |
SKDAppService.populateActivityNode(MXHierarchyNode node,
java.lang.Object parentObject,
MXGanttModel model)
Populate activity nodes
|
protected void |
AbstractDataManager.populateNode(MXHierarchyNode node,
java.lang.Object parentObject,
ilog.views.gantt.IlvGanttModel model)
Populate node to the model
|
protected void |
SKDAppService.populateResourceNode(MXHierarchyNode node,
java.lang.Object parentObject,
MXGanttModel model)
Populate resource node.
|
void |
MXHierarchyNode.removeChild(MXHierarchyNode child)
Remove child node
|
void |
MXHierarchyNode.setParent(MXHierarchyNode parent)
Set the parent node
|
Constructor and Description |
---|
MXHierarchyNode(MXNodeElement nodeElement,
MXHierarchyNode parent)
Constructor
|