Class CSSFXMonitor


  • public class CSSFXMonitor
    extends Object
    CSSFXMonitor is the central controller of the CSS monitoring feature.
    Author:
    Matthieu Brouillard
    • Constructor Detail

      • CSSFXMonitor

        public CSSFXMonitor()
    • Method Detail

      • setStages

        public void setStages​(javafx.collections.ObservableList<javafx.stage.Stage> stages)
      • setWindows

        public void setWindows​(javafx.collections.ObservableList<? extends javafx.stage.Window> stages)
      • setScenes

        public void setScenes​(javafx.collections.ObservableList<javafx.scene.Scene> scenes)
      • setNodes

        public void setNodes​(javafx.collections.ObservableList<javafx.scene.Node> nodes)
      • start

        public void start()
      • stop

        public void stop()
      • monitorStylesheets

        public void monitorStylesheets​(javafx.collections.ObservableList<String> stylesheets)