Uses of Interface
org.eclipse.nebula.widgets.ganttchart.IFillBackgroundColors
-
Packages that use IFillBackgroundColors Package Description org.eclipse.nebula.widgets.ganttchart org.eclipse.nebula.widgets.ganttchart.themes -
-
Uses of IFillBackgroundColors in org.eclipse.nebula.widgets.ganttchart
Subinterfaces of IFillBackgroundColors in org.eclipse.nebula.widgets.ganttchart Modifier and Type Interface Description interfaceIColorManagerInterface holding all color methods, such as line colors, background fills, etc.Classes in org.eclipse.nebula.widgets.ganttchart that implement IFillBackgroundColors Modifier and Type Class Description classAbstractColorManagerclassDefaultColorManagerclassGanttSectionA GanttSection is a "box" section of the chart.Fields in org.eclipse.nebula.widgets.ganttchart declared as IFillBackgroundColors Modifier and Type Field Description private IFillBackgroundColorsGanttSection. _fillColorManagerConstructors in org.eclipse.nebula.widgets.ganttchart with parameters of type IFillBackgroundColors Constructor Description GanttSection(GanttChart parent, java.lang.String name, IFillBackgroundColors fillManager)Creates a new GanttSection with a fill manager that controls background colors. -
Uses of IFillBackgroundColors in org.eclipse.nebula.widgets.ganttchart.themes
Classes in org.eclipse.nebula.widgets.ganttchart.themes that implement IFillBackgroundColors Modifier and Type Class Description classColorThemeGrayBlueclassColorThemeHighContrastBlackclassColorThemeSilverclassColorThemeWindowsBlue
-