Class DelegatingControllerFactory

  • All Implemented Interfaces:
    javafx.util.Callback<java.lang.Class<?>,​java.lang.Object>, ControllerFactory

    public class DelegatingControllerFactory
    extends java.lang.Object
    implements ControllerFactory
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call​(java.lang.Class<?> param)  
      static DelegatingControllerFactory of​(javafx.util.Callback<java.lang.Class<?>,​java.lang.Object> delegate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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>