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

Type Parameters:
R - the row type
All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class GanttChartPropertySheet<R extends Row<?,?,?>> extends 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)