Class GanttCheckpoint
- java.lang.Object
-
- org.eclipse.nebula.widgets.ganttchart.AbstractGanttEvent
-
- org.eclipse.nebula.widgets.ganttchart.GanttEvent
-
- org.eclipse.nebula.widgets.ganttchart.GanttCheckpoint
-
- All Implemented Interfaces:
java.lang.Cloneable
,IGanttChartItem
public class GanttCheckpoint extends GanttEvent
Convenience class for creating a checkpoint instead of using the constructors on GanttEvent.
-
-
Field Summary
-
Fields inherited from class org.eclipse.nebula.widgets.ganttchart.GanttEvent
FIXED_ROW_HEIGHT_AUTOMATIC
-
-
Constructor Summary
Constructors Constructor Description GanttCheckpoint(GanttChart parent, java.lang.Object data, java.lang.String name, java.util.Calendar date)
GanttCheckpoint(GanttChart parent, java.lang.String name, java.util.Calendar date)
-
Method Summary
-
Methods inherited from class org.eclipse.nebula.widgets.ganttchart.GanttEvent
addScopeEvent, calculateScope, clone, dispose, flagDragging, getActualBounds, getActualDDayEnd, getActualDDayStart, getActualEndDate, getActualStartDate, getActualWidth, getAdvancedTooltip, getBottomY, getBounds, getData, getDaysBetweenStartAndEnd, getDDateRange, getDDayEnd, getDDayRevisedEnd, getDDayRevisedStart, getDDayStart, getEarliestScopeEvent, getEarliestStartDate, getEarliestStartX, getEndDate, getFixedRowHeight, getGanttGroup, getGanttSection, getGradientStatusColor, getHeight, getHorizontalLineBottomY, getHorizontalLineTopY, getHorizontalTextLocation, getLatestEndDate, getLatestEndX, getLatestScopeEvent, getMenu, getName, getNameExtent, getNoMoveAfterDate, getNoMoveBeforeDate, getParentChart, getParentComposite, getParsedString, getPercentComplete, getPicture, getPostMoveOrResizeUndoCommand, getPreVerticalDragBounds, getRevisedDDateRange, getRevisedEnd, getRevisedStart, getScopeEvents, getScopeParent, getStartDate, getStatusColor, getTextDisplayFormat, getTextFont, getVerticalEventAlignment, getVerticalTextLocation, getVisibility, getWidth, getWidthWithText, getX, getXEnd, getY, hasMovedVertically, hasMovementConstraints, hideAllChildren, isAutomaticRowHeight, isBoundsSet, isCheckpoint, isChildrenHidden, isHidden, isImage, isLocked, isMoveable, isNameChanged, isResizable, isScope, isShowText, moveCancelled, moveFinished, moveStarted, removeScopeEvent, reparentToNewGanttSection, setAdvancedTooltip, setAutomaticRowHeight, setBounds, setBounds, setBoundsSet, setCheckpoint, setData, setDDayEnd, setDDayStart, setEarliestStartX, setEndDate, setFixedRowHeight, setGanttGroup, setGanttSection, setGradientStatusColor, setHidden, setHorizontalLineBottomY, setHorizontalLineTopY, setHorizontalTextLocation, setImage, setLatestEndX, setLocked, setMoveable, setName, setNameChanged, setNameExtent, setNoMoveAfterDate, setNoMoveBeforeDate, setNoUpdatePlannedDates, setNoUpdateRevisedDates, setParsedString, setPercentComplete, setPicture, setResizable, setRevisedDates, setRevisedEnd, setRevisedEnd, setRevisedEnd, setRevisedStart, setRevisedStart, setRevisedStart, setScope, setScopeParent, setShowBoldText, setShowText, setStartDate, setStatusColor, setTextDisplayFormat, setTextFont, setVerticalEventAlignment, setVerticalTextLocation, setVisibility, setWidthWithText, showAllChildren, showBoldText, toString, undoVerticalDragging, update, updateActualWidth, updateHeight, updateWidth, updateX, updateY, wasVerticallyMovedUp
-
Methods inherited from class org.eclipse.nebula.widgets.ganttchart.AbstractGanttEvent
getLayer, getLayerInt, setLayer
-
-
-
-
Constructor Detail
-
GanttCheckpoint
public GanttCheckpoint(GanttChart parent, java.lang.String name, java.util.Calendar date)
-
GanttCheckpoint
public GanttCheckpoint(GanttChart parent, java.lang.Object data, java.lang.String name, java.util.Calendar date)
-
-