Class SingleControllerFactory
- java.lang.Object
-
- org.minifx.fxmlloading.factories.impl.PreferredControllerFactory
-
- org.minifx.fxmlloading.factories.impl.SingleControllerFactory
-
- All Implemented Interfaces:
javafx.util.Callback<java.lang.Class<?>,java.lang.Object>
,ControllerFactory
public class SingleControllerFactory extends PreferredControllerFactory
-
-
Constructor Summary
Constructors Constructor Description SingleControllerFactory(java.lang.Object controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
callNested(java.lang.Class<?> c)
NestedControllerFactory
withNestedFrom(javafx.util.Callback<java.lang.Class<?>,java.lang.Object> nestedFactory)
-
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
-
withNestedFrom
public NestedControllerFactory withNestedFrom(javafx.util.Callback<java.lang.Class<?>,java.lang.Object> nestedFactory)
-
-