Class GanttChartPropertySheet<R extends Row<?,​?,​?>>

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.control.Control
org.controlsfx.control.PropertySheet
com.flexganttfx.extras.properties.view.GanttChartPropertySheet<R>
Type Parameters:
R - the row type
All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class GanttChartPropertySheet<R extends Row<?,​?,​?>>
extends org.controlsfx.control.PropertySheet
A property sheet implementation for use with the property sheet view of ControlsFX.
  • Constructor Details

    • GanttChartPropertySheet

      public GanttChartPropertySheet()
      Constructs a new sheet.
    • GanttChartPropertySheet

      public GanttChartPropertySheet​(Object target)
      Constructs a new sheet for the given target object.
  • Method Details

    • getTargets

      public final ObservableList<Object> getTargets()
      The list of target objects for which the properties will be displayed inside the property sheet view.
      Returns:
      the target list
    • getUserAgentStylesheet

      protected final String getUserAgentStylesheet​(Class<?> arg0, String arg1)