Uses of Class
fr.brouillard.oss.cssfx.CSSFX.CSSFXConfig
-
Packages that use CSSFX.CSSFXConfig Package Description fr.brouillard.oss.cssfx -
-
Uses of CSSFX.CSSFXConfig in fr.brouillard.oss.cssfx
Methods in fr.brouillard.oss.cssfx that return CSSFX.CSSFXConfig Modifier and Type Method Description static CSSFX.CSSFXConfigCSSFX. addConverter(URIToPathConverter converter)Register a new converter that will be used to map CSS resources to local file.CSSFX.CSSFXConfigCSSFX.CSSFXConfig. addConverter(URIToPathConverter converter)Register a new converter that will be used to map CSS resources to local file.CSSFX.CSSFXConfigCSSFX.CSSFXConfig. noDefaultConverters()Empty the list of default converters.static CSSFX.CSSFXConfigCSSFX. onlyFor(javafx.scene.Node n)Restrict the source file detection for graphical sub-tree of the givenNodestatic CSSFX.CSSFXConfigCSSFX. onlyFor(javafx.scene.Scene s)Restrict the source file detection for graphical sub-tree of the givenScenestatic CSSFX.CSSFXConfigCSSFX. onlyFor(javafx.stage.Window window)Restrict the source file detection for graphical sub-tree of the givenStage
-