com.ibm.tivoli.maximo.miniapps.scheduler

Class GanttUtil.NodeLocation

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.scheduler.GanttUtil.NodeLocation
  • Enclosing class:
    GanttUtil


    public static class GanttUtil.NodeLocation
    extends java.lang.Object
    Structure to represent the location of a node in a heirarchy
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      ilog.views.gantt.IlvGanttModel model 
      ilog.views.gantt.IlvHierarchyNode node 
      ilog.views.gantt.IlvHierarchyNode nodeAfter 
      ilog.views.gantt.IlvHierarchyNode nodeBefore 
      int nodeIndex 
      ilog.views.gantt.IlvHierarchyNode parentNode 
    • Constructor Summary

      Constructors 
      Constructor and Description
      NodeLocation() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • model

        public ilog.views.gantt.IlvGanttModel model
      • parentNode

        public ilog.views.gantt.IlvHierarchyNode parentNode
      • node

        public ilog.views.gantt.IlvHierarchyNode node
      • nodeIndex

        public int nodeIndex
      • nodeBefore

        public ilog.views.gantt.IlvHierarchyNode nodeBefore
      • nodeAfter

        public ilog.views.gantt.IlvHierarchyNode nodeAfter
    • Constructor Detail

      • NodeLocation

        public NodeLocation()