Uses of Class
org.eclipse.nebula.widgets.ganttchart.GanttComposite
-
Packages that use GanttComposite Package Description org.eclipse.nebula.widgets.ganttchart org.eclipse.nebula.widgets.ganttchart.undoredo -
-
Uses of GanttComposite in org.eclipse.nebula.widgets.ganttchart
Fields in org.eclipse.nebula.widgets.ganttchart declared as GanttComposite Modifier and Type Field Description private GanttCompositeGanttChart. _ganttCompositeprivate GanttCompositeGanttTester. _ganttCompositeprivate GanttCompositeViewPortHandler. _ganttCompositeprivate GanttCompositeHorizontalScrollbarHandler. _gcprivate GanttCompositeGanttConnection. _parentprivate GanttCompositeGanttSection. _parentprivate GanttCompositeGanttEvent. _parentCompositeprivate GanttCompositeGanttPhase. _parentCompositeprivate GanttCompositeGanttSpecialDateRange. _parentCompositeMethods in org.eclipse.nebula.widgets.ganttchart that return GanttComposite Modifier and Type Method Description GanttCompositeGanttChart. getGanttComposite()Returns the widget that is the actual GANTT widget at the root level.GanttCompositeGanttEvent. getParentComposite()Returns the parentGanttCompositeGanttCompositeGanttSection. getParentComposite()Returns the parentGanttCompositeGanttCompositeGanttSpecialDateRange. getParentComposite()Returns the chart composite this range is associated with.Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type GanttComposite Modifier and Type Method Description voidAbstractPaintManager. drawCheckpoint(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent event, org.eclipse.swt.graphics.GC gc, boolean threeDee, int dayWidth, int x, int y, org.eclipse.swt.graphics.Rectangle bounds)voidIPaintManager. drawCheckpoint(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent ge, org.eclipse.swt.graphics.GC gc, boolean threeDee, int dayWidth, int x, int y, org.eclipse.swt.graphics.Rectangle bounds)Draws one checkpoint.voidAbstractPaintManager. drawDaysOnChart(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent event, org.eclipse.swt.graphics.GC gc, boolean threeDee, int x, int y, int eventWidth, int daysNumber, org.eclipse.swt.graphics.Rectangle bounds)voidIPaintManager. drawDaysOnChart(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent ge, org.eclipse.swt.graphics.GC gc, boolean threeDee, int x, int y, int eventWidth, int daysNumber, org.eclipse.swt.graphics.Rectangle bounds)Draws the little plaque showing how many number of days an event spans over.voidAbstractPaintManager. drawEvent(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent event, org.eclipse.swt.graphics.GC gc, boolean isSelected, boolean threeDee, int dayWidth, int xStart, int y, int eventWidth, org.eclipse.swt.graphics.Rectangle bounds)voidIPaintManager. drawEvent(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent ge, org.eclipse.swt.graphics.GC gc, boolean isSelected, boolean threeDee, int dayWidth, int x, int y, int eventWidth, org.eclipse.swt.graphics.Rectangle bounds)Draws one normal event.voidAbstractPaintManager. drawEventString(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent event, org.eclipse.swt.graphics.GC gc, java.lang.String toDraw, boolean threeDee, int x, int y, int eventWidth, org.eclipse.swt.graphics.Rectangle bounds)voidIPaintManager. drawEventString(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent ge, org.eclipse.swt.graphics.GC gc, java.lang.String toDraw, boolean threeDee, int x, int y, int eventWidth, org.eclipse.swt.graphics.Rectangle bounds)Draws a string shown next to an event.voidAbstractPaintManager. drawImage(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent event, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Image image, boolean threeDee, int dayWidth, int xLoc, int yStart, org.eclipse.swt.graphics.Rectangle fullBounds)voidIPaintManager. drawImage(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent ge, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Image image, boolean threeDee, int dayWidth, int x, int y, org.eclipse.swt.graphics.Rectangle bounds)Draws one checkpoint.voidAbstractPaintManager. drawLockedDateRangeMarker(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent ge, org.eclipse.swt.graphics.GC gc, boolean threeDee, int dayWidth, int y, int startLoc, int end, org.eclipse.swt.graphics.Rectangle bounds)voidIPaintManager. drawLockedDateRangeMarker(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent ge, org.eclipse.swt.graphics.GC gc, boolean threeDee, int dayWidth, int y, int xStart, int xEnd, org.eclipse.swt.graphics.Rectangle bounds)Draws the marker that shows what dates an event are locked down tovoidAbstractPaintManager. drawPlannedDates(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent event, org.eclipse.swt.graphics.GC gc, boolean threeDee, int x, int y, int eventWidth, org.eclipse.swt.graphics.Rectangle bounds)voidIPaintManager. drawPlannedDates(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent ge, org.eclipse.swt.graphics.GC gc, boolean threeDee, int x, int y, int eventWidth, org.eclipse.swt.graphics.Rectangle bounds)Draws the planned dates.voidAbstractPaintManager. drawScope(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent event, org.eclipse.swt.graphics.GC gc, boolean threeDee, int dayWidth, int x, int y, int eventWidth, org.eclipse.swt.graphics.Rectangle bounds)voidIPaintManager. drawScope(GanttComposite ganttComposite, ISettings settings, IColorManager colorManager, GanttEvent ge, org.eclipse.swt.graphics.GC gc, boolean threeDee, int dayWidth, int x, int y, int eventWidth, org.eclipse.swt.graphics.Rectangle bounds)Draws one scope.(package private) voidGanttConnection. setParentComposite(GanttComposite _parent)Set the parent compositevoidGanttSpecialDateRange. setParentComposite(GanttComposite parentComposite)Constructors in org.eclipse.nebula.widgets.ganttchart with parameters of type GanttComposite Constructor Description HorizontalScrollbarHandler(GanttComposite parent, org.eclipse.swt.widgets.ScrollBar scrollBar, int style)ViewPortHandler(GanttComposite parent) -
Uses of GanttComposite in org.eclipse.nebula.widgets.ganttchart.undoredo
Fields in org.eclipse.nebula.widgets.ganttchart.undoredo declared as GanttComposite Modifier and Type Field Description private GanttCompositeGanttUndoRedoManager. _compConstructors in org.eclipse.nebula.widgets.ganttchart.undoredo with parameters of type GanttComposite Constructor Description GanttUndoRedoManager(GanttComposite parent, int maxStackSize)
-