Uses of Interface
org.eclipse.nebula.widgets.ganttchart.ISettings
-
Packages that use ISettings Package Description org.eclipse.nebula.widgets.ganttchart -
-
Uses of ISettings in org.eclipse.nebula.widgets.ganttchart
Subinterfaces of ISettings in org.eclipse.nebula.widgets.ganttchart Modifier and Type Interface Description interfaceISettings2This interface is an extension of ISettings which lets you define various settings for the GanttChart.Classes in org.eclipse.nebula.widgets.ganttchart that implement ISettings Modifier and Type Class Description classAbstractSettingsclassDefaultSettings(package private) classGanttTester.TestSettingsFields in org.eclipse.nebula.widgets.ganttchart declared as ISettings Modifier and Type Field Description private ISettingsGanttChart. _settingsprivate ISettingsGanttComposite. _settingsMethods in org.eclipse.nebula.widgets.ganttchart that return ISettings Modifier and Type Method Description ISettingsGanttChart. getSettings()Returns the currently set settings implementor.ISettingsGanttComposite. getSettings()Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type ISettings 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.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.(package private) intGanttSection. getEventsHeight(ISettings settings)Constructors in org.eclipse.nebula.widgets.ganttchart with parameters of type ISettings Constructor Description GanttChart(org.eclipse.swt.widgets.Composite parent, int style, ISettings settings)Constructs a new GANTT chart widget with custom settingsISettings.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)
-