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

Typparameter:
R - the row type
Alle implementierten Schnittstellen:
Styleable, EventTarget, Skinnable

public class GanttChartPropertySheet<R extends Row<?,?,?>> extends PropertySheet
A property sheet implementation for use with the property sheet view of ControlsFX.
  • Konstruktordetails

    • GanttChartPropertySheet

      public GanttChartPropertySheet()
      Constructs a new sheet.
    • GanttChartPropertySheet

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

    • getTargets

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

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