Class GanttScope
- java.lang.Object
-
- org.eclipse.nebula.widgets.ganttchart.AbstractGanttEvent
-
- org.eclipse.nebula.widgets.ganttchart.GanttEvent
-
- org.eclipse.nebula.widgets.ganttchart.GanttScope
-
- All Implemented Interfaces:
java.lang.Cloneable
,IGanttChartItem
public final class GanttScope extends GanttEvent
A convenience class for creating a GanttScope instead of using the specific constructors on the GanttEvent.
-
-
Field Summary
-
Fields inherited from class org.eclipse.nebula.widgets.ganttchart.GanttEvent
FIXED_ROW_HEIGHT_AUTOMATIC
-
-
Constructor Summary
Constructors Constructor Description GanttScope(GanttChart parent, java.lang.Object data, java.lang.String name)
GanttScope(GanttChart parent, java.lang.String name)
-
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
-
GanttScope
public GanttScope(GanttChart parent, java.lang.String name)
-
GanttScope
public GanttScope(GanttChart parent, java.lang.Object data, java.lang.String name)
-
-