Klasse MultiGanttChartContainerBase<T extends GanttChartBase<?>>

Typparameter:
T - the type of the Gantt chart
Alle implementierten Schnittstellen:
Styleable, EventTarget, Skinnable
Bekannte direkte Unterklassen:
MultiGanttChartContainer, MultiGanttChartLiteContainer

public class MultiGanttChartContainerBase<T extends GanttChartBase<?>> extends ContainerBase<T>
A container capable of displaying multiple instances of GanttChartBase and keeping their layouts and their scrolling and zooming behavior in sync. The control uses a standard SplitPane for laying out the charts vertically.
Seit:
1.0
Siehe auch:
  • Konstruktordetails

    • MultiGanttChartContainerBase

      @SafeVarargs protected MultiGanttChartContainerBase(boolean autoBinding, T... ganttCharts)
      Constructs a new container with the given Gantt chart controls.
      Parameter:
      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
      Seit:
      1.0
    • MultiGanttChartContainerBase

      @SafeVarargs 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 in the first position.
      Parameter:
      ganttCharts - the Gantt charts to add to this container
      Seit:
      1.0
    • MultiGanttChartContainerBase

      public MultiGanttChartContainerBase(boolean autoBinding)
      Constructs a new empty container. Gantt charts must be added to the list returned by ContainerBase.getGanttCharts().
      Parameter:
      autoBinding - if true, many properties of the given controls will be bound to their equivalent of the Gantt chart on the first position
      Seit:
      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.
      Seit:
      1.0
  • Methodendetails

    • resetDividerPositions

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

      public final SplitPane getSplitPane()
      Returns the split pane used by the container to lay out the Gantt charts.
      Gibt zurück:
      the split pane used by the container
      Seit:
      1.0
    • createDefaultSkin

      protected Skin<?> createDefaultSkin()
      Setzt außer Kraft:
      createDefaultSkin in Klasse Control