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 GanttComposite
GanttChart. _ganttComposite
private GanttComposite
GanttTester. _ganttComposite
private GanttComposite
ViewPortHandler. _ganttComposite
private GanttComposite
HorizontalScrollbarHandler. _gc
private GanttComposite
GanttConnection. _parent
private GanttComposite
GanttSection. _parent
private GanttComposite
GanttEvent. _parentComposite
private GanttComposite
GanttPhase. _parentComposite
private GanttComposite
GanttSpecialDateRange. _parentComposite
Methods in org.eclipse.nebula.widgets.ganttchart that return GanttComposite Modifier and Type Method Description GanttComposite
GanttChart. getGanttComposite()
Returns the widget that is the actual GANTT widget at the root level.GanttComposite
GanttEvent. getParentComposite()
Returns the parentGanttComposite
GanttComposite
GanttSection. getParentComposite()
Returns the parentGanttComposite
GanttComposite
GanttSpecialDateRange. 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 void
AbstractPaintManager. 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)
void
IPaintManager. 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.void
AbstractPaintManager. 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)
void
IPaintManager. 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.void
AbstractPaintManager. 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)
void
IPaintManager. 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.void
AbstractPaintManager. 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)
void
IPaintManager. 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.void
AbstractPaintManager. 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)
void
IPaintManager. 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.void
AbstractPaintManager. 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)
void
IPaintManager. 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 tovoid
AbstractPaintManager. 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)
void
IPaintManager. 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.void
AbstractPaintManager. 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)
void
IPaintManager. 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) void
GanttConnection. setParentComposite(GanttComposite _parent)
Set the parent compositevoid
GanttSpecialDateRange. 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 GanttComposite
GanttUndoRedoManager. _comp
Constructors in org.eclipse.nebula.widgets.ganttchart.undoredo with parameters of type GanttComposite Constructor Description GanttUndoRedoManager(GanttComposite parent, int maxStackSize)
-