Uses of Interface
org.eclipse.nebula.widgets.ganttchart.IColorManager
-
Packages that use IColorManager Package Description org.eclipse.nebula.widgets.ganttchart org.eclipse.nebula.widgets.ganttchart.themes -
-
Uses of IColorManager in org.eclipse.nebula.widgets.ganttchart
Classes in org.eclipse.nebula.widgets.ganttchart that implement IColorManager Modifier and Type Class Description classAbstractColorManagerclassDefaultColorManagerFields in org.eclipse.nebula.widgets.ganttchart declared as IColorManager Modifier and Type Field Description private IColorManagerGanttChart. _colorManagerprivate IColorManagerGanttComposite. _colorManagerMethods in org.eclipse.nebula.widgets.ganttchart that return IColorManager Modifier and Type Method Description IColorManagerGanttChart. getColorManager()Returns the currently set color manager.Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type IColorManager Modifier and Type Method Description private static voidAdvancedTooltipDialog. drawBorders(org.eclipse.swt.graphics.GC gc, IColorManager colorManager, org.eclipse.swt.graphics.Rectangle bounds)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.private voidAbstractPaintManager. drawCheckpointMarker(org.eclipse.swt.graphics.GC gc, ISettings settings, IColorManager colorManager, GanttEvent event, boolean threeDee, int x, int y, int width, int height, org.eclipse.swt.graphics.Rectangle bounds)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.private static voidGanttToolTip. internalMakeDialog(IColorManager colorManager, java.lang.String name, java.lang.String text, java.lang.String text2, java.lang.String text3, java.lang.String text4, org.eclipse.swt.graphics.Point loc)static voidAdvancedTooltipDialog. makeDialog(AdvancedTooltip toolTip, IColorManager colorManager, org.eclipse.swt.graphics.Point location)static voidAdvancedTooltipDialog. makeDialog(AdvancedTooltip toolTip, IColorManager colorManager, org.eclipse.swt.graphics.Point location, java.lang.String titleOverride, java.lang.String contentOverride, java.lang.String helpOverride)static voidGanttDateTip. makeDialog(IColorManager colorManager, java.lang.String text, org.eclipse.swt.graphics.Point location, int marker)static voidGanttToolTip. makeDialog(IColorManager colorManager, java.lang.String name, java.lang.String text, java.lang.String text2, java.lang.String text3, java.lang.String text4, org.eclipse.swt.graphics.Point location)static voidGanttToolTip. makeDialog(IColorManager colorManager, java.lang.String name, java.lang.String text, java.lang.String text2, java.lang.String text3, org.eclipse.swt.graphics.Point location)static voidGanttToolTip. makeDialog(IColorManager colorManager, java.lang.String name, java.lang.String text, java.lang.String text2, org.eclipse.swt.graphics.Point location)static voidGanttToolTip. makeDialog(IColorManager colorManager, java.lang.String name, java.lang.String text, org.eclipse.swt.graphics.Point location)Constructors in org.eclipse.nebula.widgets.ganttchart with parameters of type IColorManager Constructor Description GanttChart(org.eclipse.swt.widgets.Composite parent, int style, ISettings settings, IColorManager colorManager)Constructs a new GANTT chart widget with custom settings and a custom color managerIColorManager.GanttChart(org.eclipse.swt.widgets.Composite parent, int style, ISettings settings, IColorManager colorManager, IPaintManager paintManager, ILanguageManager languageManager)Constructs a new GANTT chart widget with custom settings, custom color managerIColorManager, a custom paint managerIPaintManagerand a custom language managerILanguageManager.GanttChart(org.eclipse.swt.widgets.Composite parent, int style, ISettings settings, IColorManager colorManager, IPaintManager paintManager, ILanguageManager languageManager, java.util.Calendar... holidays)Constructs a new GANTT chart widget with custom settings, custom color managerIColorManager, a custom paint managerIPaintManagerand a custom language managerILanguageManager.GanttChart(org.eclipse.swt.widgets.Composite parent, int style, ISettings settings, IColorManager colorManager, IPaintManager paintManager, ILanguageManager languageManager, Holiday... holidays)Constructs a new GANTT chart widget with custom settings, custom color managerIColorManager, a custom paint managerIPaintManagerand a custom language managerILanguageManager.GanttComposite(GanttChart parent, int style, ISettings settings, IColorManager colorManager, IPaintManager paintManager, ILanguageManager languageManager)GanttComposite(GanttChart parent, int style, ISettings settings, IColorManager colorManager, IPaintManager paintManager, ILanguageManager languageManager, Holiday[] holidays) -
Uses of IColorManager in org.eclipse.nebula.widgets.ganttchart.themes
Classes in org.eclipse.nebula.widgets.ganttchart.themes that implement IColorManager Modifier and Type Class Description classColorThemeGrayBlueclassColorThemeHighContrastBlackclassColorThemeSilverclassColorThemeWindowsBlue
-