Class FlexGanttFXControl

All Implemented Interfaces:
Styleable, EventTarget, Skinnable
Direct Known Subclasses:
ContainerBase, Dateline, Eventline, GanttChartBase, GraphicsBase, LayersView, RadarView, Timeline, VirtualGridControl

public abstract class FlexGanttFXControl
extends Control
The super class of most controls found inside FlexGanttFX. Used to support licensing and to improve stylesheet lookup performance.
Since:
1.3
  • Constructor Details

    • FlexGanttFXControl

      protected FlexGanttFXControl()
      Constructs a new control.
  • Method Details

    • getUserAgentStylesheet

      protected String getUserAgentStylesheet​(Class<?> clazz, String fileName)
      A helper method that ensures that the resource based lookup of the user agent stylesheet only happens once. Caches the external form of the resource.
      Parameters:
      clazz - the clazz used for the resource lookup
      fileName - the name of the user agent stylesheet
      Returns:
      the external form of the user agent stylesheet (the path)
      Since:
      1.3