Interface StyleRegistry

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javafx.beans.property.ReadOnlyProperty<java.net.URL> registerStyle​(java.lang.String configurationPath, javafx.beans.property.ReadOnlyProperty<java.lang.String> stylesheetContent)
      Registers the style for the AdaptedChild.
    • Method Detail

      • registerStyle

        javafx.beans.property.ReadOnlyProperty<java.net.URL> registerStyle​(java.lang.String configurationPath,
                                                                           javafx.beans.property.ReadOnlyProperty<java.lang.String> stylesheetContent)
        Registers the style for the AdaptedChild.
        Parameters:
        configurationPath - Configuration path to the style.
        stylesheetContent - Style sheet content for the IVisualPart of the configuration item.
        Returns:
        ReadOnlyProperty to the URL String of the style.