Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.skd.service.MXHierarchyNode

  • Packages that use MXHierarchyNode 
    Package Description
    com.ibm.tivoli.maximo.skd.service  
    • Uses of MXHierarchyNode in com.ibm.tivoli.maximo.skd.service

      Methods in com.ibm.tivoli.maximo.skd.service that return MXHierarchyNode 
      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
      Methods in com.ibm.tivoli.maximo.skd.service with parameters of type MXHierarchyNode 
      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
      Constructors in com.ibm.tivoli.maximo.skd.service with parameters of type MXHierarchyNode 
      Constructor and Description
      MXHierarchyNode(MXNodeElement nodeElement, MXHierarchyNode parent)
      Constructor
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes