org.granite.client.tide.javafx
Class TideFXMLLoader.ControllerFactory
java.lang.Object
org.granite.client.tide.javafx.TideFXMLLoader.ControllerFactory
- All Implemented Interfaces:
- javafx.util.Callback<Class<?>,Object>
- Enclosing class:
- TideFXMLLoader
public static class TideFXMLLoader.ControllerFactory
- extends Object
- implements javafx.util.Callback<Class<?>,Object>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TideFXMLLoader.ControllerFactory
public TideFXMLLoader.ControllerFactory(Context context)
call
public Object call(Class<?> type)
- Specified by:
call in interface javafx.util.Callback<Class<?>,Object>