Class VerticalDragDropManager
- java.lang.Object
-
- org.eclipse.nebula.widgets.ganttchart.dnd.VerticalDragDropManager
-
public class VerticalDragDropManager extends java.lang.ObjectConvenience class for keeping track of vertical DND items
-
-
Field Summary
Fields Modifier and Type Field Description private GanttEvent_bottomEventprivate java.util.List_surroundingEventsprivate GanttSection_targetSectionprivate GanttEvent_topEvent
-
Constructor Summary
Constructors Constructor Description VerticalDragDropManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()GanttEventgetBottomEvent()java.util.ListgetSurroundingEvents()GanttSectiongetTargetSection()GanttEventgetTopEvent()voidsetBottomEvent(GanttEvent bottomEvent)voidsetSurroundingEvents(java.util.List surroundingEvents)voidsetTargetSection(GanttSection targetSection)voidsetTopEvent(GanttEvent topEvent)
-
-
-
Field Detail
-
_targetSection
private GanttSection _targetSection
-
_topEvent
private GanttEvent _topEvent
-
_bottomEvent
private GanttEvent _bottomEvent
-
_surroundingEvents
private java.util.List _surroundingEvents
-
-
Method Detail
-
getTargetSection
public GanttSection getTargetSection()
-
setTargetSection
public void setTargetSection(GanttSection targetSection)
-
getTopEvent
public GanttEvent getTopEvent()
-
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()
-
-