FlexGanttFX Developer Manual : 3.1.2 Detail Node

The Gantt chart control is using two nested master / detail panes (from ControlsFX). The first one contains the tree table view as its detail node and the second master / detail pane as its master node. The second master / detail pane shows the graphics view as the master node and a property sheet as the detail node. The following table lists the related methods:

Method Description
setDetail(Node);
getDetail(Node);
Sets / gets the node that is being shown as the detail node of the secondary master detail pane.
getPrimaryMasterDetailPane();
Returns the primary master / detail pane. This pane shows the tree table view as its detail and the secondary master / detail pane as its master.
getSecondaryMasterDetailPane();
Returns the secondary master / detail pane. This pane shows the graphics view as its master and an optional node as its detail.

The following image illustrates the concept of two nested master / detail panes.

Attachments:

masterdetail.png (image/png)