Class NestedControllerFactory
- java.lang.Object
-
- org.minifx.fxmlloading.factories.impl.PreferredControllerFactory
-
- org.minifx.fxmlloading.factories.impl.NestedControllerFactory
-
- All Implemented Interfaces:
javafx.util.Callback<java.lang.Class<?>,java.lang.Object>
,ControllerFactory
public class NestedControllerFactory extends PreferredControllerFactory
-
-
Constructor Summary
Constructors Constructor Description NestedControllerFactory(java.lang.Object controller, javafx.util.Callback<java.lang.Class<?>,java.lang.Object> childrenControllerFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
callNested(java.lang.Class<?> c)
-
Methods inherited from class org.minifx.fxmlloading.factories.impl.PreferredControllerFactory
call, preferredController
-
-
-
-
Method Detail
-
callNested
protected java.lang.Object callNested(java.lang.Class<?> c)
- Specified by:
callNested
in classPreferredControllerFactory
-
-