Class SourceController<S extends Source>

    • Method Detail

      • initialize

        protected void initialize()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getSource

        public S getSource()
      • addControls

        protected void addControls​(javafx.scene.Node... control)
        Adds the given Nodes to the node that should hold the controls.
      • getRoot

        public javafx.scene.layout.VBox getRoot()
        Specified by:
        getRoot in interface Controller
        Returns:
        The root node of the controller.
      • delete

        public void delete()