Class SpringAwareFxmlControllerFactory

  • All Implemented Interfaces:
    javafx.util.Callback<java.lang.Class<?>,​java.lang.Object>, org.minifx.fxmlloading.factories.impl.ControllerFactory

    public class SpringAwareFxmlControllerFactory
    extends java.lang.Object
    implements org.minifx.fxmlloading.factories.impl.ControllerFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call​(java.lang.Class<?> param)  
      • Methods inherited from class java.lang.Object

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

      • SpringAwareFxmlControllerFactory

        public SpringAwareFxmlControllerFactory()
    • Method Detail

      • call

        public java.lang.Object call​(java.lang.Class<?> param)
        Specified by:
        call in interface javafx.util.Callback<java.lang.Class<?>,​java.lang.Object>