Class MiniFxWorkbench


  • public class MiniFxWorkbench
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.scene.Scene createScene()  
      java.util.List<java.lang.String> cssLocations()  
      javafx.scene.Parent mainPane()  
      org.springframework.context.ApplicationContext springContext()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MiniFxWorkbench

        public MiniFxWorkbench​(MiniFxSceneBuilder sceneBuilder,
                               MainPane mainPane,
                               org.springframework.context.ApplicationContext springContext)
    • Method Detail

      • mainPane

        public javafx.scene.Parent mainPane()
      • createScene

        public javafx.scene.Scene createScene()
      • cssLocations

        public java.util.List<java.lang.String> cssLocations()
      • springContext

        public org.springframework.context.ApplicationContext springContext()