Interface IGanttChartBackgroundIntervalsModel

All Superinterfaces:
IEditableModel, IGridModel<GanttChartBackgroundInterval>, IModel, IValidable
All Known Implementing Classes:
BmGanttChartBackgroundIntervalsModel

public interface IGanttChartBackgroundIntervalsModel extends IGridModel<GanttChartBackgroundInterval>
  • Method Details

    • addNewInterval

      void addNewInterval()
      Adds new interval.
    • removeInterval

      void removeInterval(GanttChartBackgroundInterval interval)
      Removes the given interval.
      Parameters:
      interval - The interval.
    • getProject

      IV8Project getProject()
      Gets the project.
      Returns:
      The project.
    • getColorProvider

      IColorProvider getColorProvider()
      Gets the color provider.
      Returns:
      The color provider.
    • getLanguageManager

      IEditingLanguageManager getLanguageManager()
      Gets the language manager
      Returns:
      the language manager, never null