Uses of Class
org.eclipse.nebula.widgets.ganttchart.GanttSection
-
-
Uses of GanttSection in org.eclipse.nebula.widgets.ganttchart
Fields in org.eclipse.nebula.widgets.ganttchart declared as GanttSection Modifier and Type Field Description private GanttSectionGanttEvent. _ganttSectionFields in org.eclipse.nebula.widgets.ganttchart with type parameters of type GanttSection Modifier and Type Field Description private java.util.List<GanttSection>GanttComposite. _ganttSectionsprivate java.util.Map<GanttSection,org.eclipse.swt.graphics.Rectangle>GanttComposite. sectionDetailMoreIconsMethods in org.eclipse.nebula.widgets.ganttchart that return GanttSection Modifier and Type Method Description GanttSectionGanttEvent. getGanttSection()Returns theGanttSectionthat this event belongs to, or null if none.GanttSectionGanttComposite. getSectionAt(org.eclipse.swt.events.MouseEvent me)Returns a section that corresponds to where the given MouseEvent is firedprivate GanttSectionGanttComposite. getSectionForVerticalDND(GanttEvent event, boolean accountForVerticalDragDirection)Returns a section that corresponds to where the given event is currently hovering overMethods in org.eclipse.nebula.widgets.ganttchart with parameters of type GanttSection Modifier and Type Method Description voidGanttComposite. addSection(GanttSection section)Adds a GanttSection to the chart.voidGanttComposite. addSection(GanttSection section, int index)Adds a GanttSection to the chart.private voidGanttComposite. calculateAllScopes(org.eclipse.swt.graphics.Rectangle bounds, GanttSection gs)GanttEventDefaultEventFactory. createGanttEvent(GanttChart parent, GanttSection gs, java.lang.String name, java.util.Calendar start, java.util.Calendar end)GanttEventIEventFactory. createGanttEvent(GanttChart parent, GanttSection gs, java.lang.String name, java.util.Calendar start, java.util.Calendar end)Creates a new GanttEvent and adds it to the given GanttChart.private voidGanttComposite. drawEvents(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, GanttSection gs)private voidGanttComposite. drawFills(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, GanttSection gs)private voidGanttComposite. drawGanttPhases(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, boolean header, GanttSection gs)private voidGanttComposite. drawGanttSpecialDateRanges(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, GanttSection gs)private voidGanttComposite. drawSectionDetails(org.eclipse.swt.graphics.GC gc, int x, int y, GanttSection section)voidGanttEventListenerAdapter. eventMovedToNewSection(GanttEvent ge, GanttSection oldSection, GanttSection newSection)voidIGanttEventListener. eventMovedToNewSection(GanttEvent event, GanttSection oldSection, GanttSection newSection)This is called when an event is moved (vertical DND) from one section to another.private org.eclipse.swt.graphics.ColorGanttComposite. getDayBackgroundGradient(int day, boolean top, GanttSection gs)private org.eclipse.swt.graphics.ColorGanttComposite. getHolidayBackgroundGradient(boolean top, GanttSection gs)org.eclipse.swt.graphics.ColorAbstractColorManager. getSectionDetailAreaBackgroundColor(GanttSection section)org.eclipse.swt.graphics.ColorIColorManager. getSectionDetailAreaBackgroundColor(GanttSection section)The background color used to draw the gradient background of the section detail area of the given GanttSection.org.eclipse.swt.graphics.ColorAbstractColorManager. getSectionDetailAreaForegroundColor(GanttSection section)org.eclipse.swt.graphics.ColorIColorManager. getSectionDetailAreaForegroundColor(GanttSection section)The foreground color used to draw the gradient background of the section detail area of the given GanttSection.private java.util.ListGanttComposite. getSurroundingVerticalEvents(GanttEvent event, GanttSection section)Returns a list of all surrounding vertical events to a given event.private voidGanttComposite. internalAddSection(int index, GanttSection section)private voidGanttComposite. internalDrawEvents(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, GanttSection gs)private voidGanttComposite. internalDrawFills(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, GanttSection gs)private org.eclipse.swt.graphics.ColorGanttComposite. internalGetDayBackgroundGradient(int day, boolean top, GanttSection gs)private voidGanttComposite. internalRemoveSection(GanttSection section)voidISectionDetailMoreClickListener. openAdvancedDetails(GanttSection section)Make the advanced detail information of a GanttSection visible.voidGanttComposite. reindex(GanttSection section, int newIndex)Re-indexes a GanttSection to a new index.voidGanttComposite. removeSection(GanttSection section)Removes a GanttSection from the chart.voidGanttEvent. reparentToNewGanttSection(int index, GanttSection newSection)Reparents this event from the currentGanttSectionto a newGanttSectionjava.lang.StringISectionDetailContentReplacer. replaceSectionDetailPlaceHolder(GanttSection section, java.lang.String sectionDetailPattern)(package private) voidGanttEvent. setGanttSection(GanttSection ganttSection)Sets the GanttSection that this event belongs to -
Uses of GanttSection in org.eclipse.nebula.widgets.ganttchart.dnd
Fields in org.eclipse.nebula.widgets.ganttchart.dnd declared as GanttSection Modifier and Type Field Description private GanttSectionVerticalDragDropManager. _targetSectionMethods in org.eclipse.nebula.widgets.ganttchart.dnd that return GanttSection Modifier and Type Method Description GanttSectionVerticalDragDropManager. getTargetSection()Methods in org.eclipse.nebula.widgets.ganttchart.dnd with parameters of type GanttSection Modifier and Type Method Description voidVerticalDragDropManager. setTargetSection(GanttSection targetSection) -
Uses of GanttSection in org.eclipse.nebula.widgets.ganttchart.themes
Methods in org.eclipse.nebula.widgets.ganttchart.themes with parameters of type GanttSection Modifier and Type Method Description org.eclipse.swt.graphics.ColorColorThemeGrayBlue. getSectionDetailAreaBackgroundColor(GanttSection section)org.eclipse.swt.graphics.ColorColorThemeHighContrastBlack. getSectionDetailAreaBackgroundColor(GanttSection section)org.eclipse.swt.graphics.ColorColorThemeSilver. getSectionDetailAreaBackgroundColor(GanttSection section)org.eclipse.swt.graphics.ColorColorThemeWindowsBlue. getSectionDetailAreaBackgroundColor(GanttSection section)org.eclipse.swt.graphics.ColorColorThemeGrayBlue. getSectionDetailAreaForegroundColor(GanttSection section)org.eclipse.swt.graphics.ColorColorThemeHighContrastBlack. getSectionDetailAreaForegroundColor(GanttSection section)org.eclipse.swt.graphics.ColorColorThemeSilver. getSectionDetailAreaForegroundColor(GanttSection section)org.eclipse.swt.graphics.ColorColorThemeWindowsBlue. getSectionDetailAreaForegroundColor(GanttSection section) -
Uses of GanttSection in org.eclipse.nebula.widgets.ganttchart.undoredo.commands
Fields in org.eclipse.nebula.widgets.ganttchart.undoredo.commands declared as GanttSection Modifier and Type Field Description private GanttSectionEventDeleteCommand. _sectionprivate GanttSectionSectionDeleteCommand. _sectionprivate GanttSectionEventMoveCommand. _sectionAfterprivate GanttSectionEventMoveCommand. _sectionBeforeMethods in org.eclipse.nebula.widgets.ganttchart.undoredo.commands that return GanttSection Modifier and Type Method Description GanttSectionEventDeleteCommand. getSection()GanttSectionSectionDeleteCommand. getSection()GanttSectionEventMoveCommand. getSectionAfter()GanttSectionEventMoveCommand. getSectionBefore()Methods in org.eclipse.nebula.widgets.ganttchart.undoredo.commands with parameters of type GanttSection Modifier and Type Method Description voidEventDeleteCommand. setSection(GanttSection section)voidSectionDeleteCommand. setSection(GanttSection section)voidEventMoveCommand. setSectionAfter(GanttSection sectionAfter)voidEventMoveCommand. setSectionBefore(GanttSection sectionBefore)Constructors in org.eclipse.nebula.widgets.ganttchart.undoredo.commands with parameters of type GanttSection Constructor Description EventDeleteCommand(GanttEvent event, GanttSection section, int index)Creates a new undoable/redoable delete Event.EventMoveCommand(GanttEvent event, java.util.Calendar startDateBefore, java.util.Calendar startDateAfter, java.util.Calendar endDateBefore, java.util.Calendar endDateAfter, java.util.Calendar revisedStartDateBefore, java.util.Calendar revisedStartDateAfter, java.util.Calendar revisedEndDateBefore, java.util.Calendar revisedEndDateAfter, GanttSection sectionBefore, GanttSection sectionAfter, int indexBefore, int indexAfter)Creates a new undoable/redoable Move Event.SectionDeleteCommand(GanttSection section, int index)Creates a new undoable/redoable delete Event.
-