Class VerticalDragDropManager


  • public class VerticalDragDropManager
    extends java.lang.Object
    Convenience class for keeping track of vertical DND items
    • Field Detail

      • _surroundingEvents

        private java.util.List _surroundingEvents
    • Constructor Detail

      • VerticalDragDropManager

        public VerticalDragDropManager()
    • Method Detail

      • setTargetSection

        public void setTargetSection​(GanttSection targetSection)
      • setTopEvent

        public void setTopEvent​(GanttEvent topEvent)
      • getBottomEvent

        public GanttEvent getBottomEvent()
      • setBottomEvent

        public void setBottomEvent​(GanttEvent bottomEvent)
      • getSurroundingEvents

        public java.util.List getSurroundingEvents()
      • setSurroundingEvents

        public void setSurroundingEvents​(java.util.List surroundingEvents)
      • clear

        public void clear()