Class PreferredControllerFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call​(java.lang.Class<?> c)  
      protected abstract java.lang.Object callNested​(java.lang.Class<?> c)  
      protected java.lang.Object preferredController()  
      • Methods inherited from class java.lang.Object

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

      • PreferredControllerFactory

        public PreferredControllerFactory​(java.lang.Object controller)
    • Method Detail

      • call

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

        protected abstract java.lang.Object callNested​(java.lang.Class<?> c)
      • preferredController

        protected java.lang.Object preferredController()