Klasse FlexGanttFXControl

Alle implementierten Schnittstellen:
Styleable, EventTarget, Skinnable
Bekannte direkte Unterklassen:
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.
Seit:
1.3
  • Konstruktordetails

    • FlexGanttFXControl

      protected FlexGanttFXControl()
      Constructs a new control.
  • Methodendetails

    • 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.
      Parameter:
      clazz - the clazz used for the resource lookup
      fileName - the name of the user agent stylesheet
      Gibt zurück:
      the external form of the user agent stylesheet (the path)
      Seit:
      1.3