Class MultiGanttChartContainerBase<T extends GanttChartBase<?>>

    • Constructor Detail

      • MultiGanttChartContainerBase

        protected MultiGanttChartContainerBase​(boolean autoBinding,
                                               T... ganttCharts)
        Constructs a new container with the given Gantt chart controls.
        Parameters:
        autoBinding - if true many properties of the given controls will be bound to their equivalent of the Gantt chart on the first position
        ganttCharts - the Gantt charts to add to this container
        Since:
        1.0
      • MultiGanttChartContainerBase

        public MultiGanttChartContainerBase​(T... ganttCharts)
        Constructs a new container with the given Gantt chart controls. The properties of the charts will be bound to the same properties of the Gantt chart on the first position.
        Parameters:
        ganttCharts - the Gantt charts to add to this container
        Since:
        1.0
      • MultiGanttChartContainerBase

        public MultiGanttChartContainerBase​(boolean autoBinding)
        Constructs a new empty container. Gantt charts must be added to the list returned by ContainerBase.getGanttCharts().
        Parameters:
        autoBinding - if true many properties of the given controls will be bound to their equivalent of the Gantt chart on the first position
        Since:
        1.0
      • MultiGanttChartContainerBase

        public MultiGanttChartContainerBase()
        Constructs a new container. Gantt charts must be added to the list returned by ContainerBase.getGanttCharts().The properties of the charts will be bound to the same properties of the Gantt chart on the first position.
        Since:
        1.0
    • Method Detail

      • resetDividerPositions

        public final void resetDividerPositions()
        Equally distributes the available height of the container to all charts.
        Since:
        1.0
      • getSplitPane

        public final SplitPane getSplitPane()
        Returns the split pane that is used by the container to lay out the Gantt charts.
        Returns:
        the split pane used by the container
        Since:
        1.0