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.ObjectcallNested(java.lang.Class<?> c)NestedControllerFactorywithNestedFrom(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:
 callNestedin classPreferredControllerFactory
 
- 
withNestedFrom
public NestedControllerFactory withNestedFrom(javafx.util.Callback<java.lang.Class<?>,java.lang.Object> nestedFactory)
 
 - 
 
 -