Module com.flexganttfx.extras
Class DualGanttChartContainerBaseItemProvider<T extends GanttChartBase<?>>
- java.lang.Object
-
- com.flexganttfx.extras.properties.DualGanttChartContainerBaseItemProvider<T>
-
- All Implemented Interfaces:
ItemProvider<DualGanttChartContainerBase<T>>
public class DualGanttChartContainerBaseItemProvider<T extends GanttChartBase<?>> extends Object implements ItemProvider<DualGanttChartContainerBase<T>>
A property sheet item provider forGanttChartBase
.
-
-
Constructor Summary
Constructors Constructor Description DualGanttChartContainerBaseItemProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObservableList<org.controlsfx.control.PropertySheet.Item>
getPropertySheetItems(DualGanttChartContainerBase<T> container)
Returns property sheet items.
-
-
-
Method Detail
-
getPropertySheetItems
public final ObservableList<org.controlsfx.control.PropertySheet.Item> getPropertySheetItems(DualGanttChartContainerBase<T> container)
Returns property sheet items.- Specified by:
getPropertySheetItems
in interfaceItemProvider<T extends GanttChartBase<?>>
- Parameters:
container
- the target object- Returns:
- property sheet items
-
-