public class InjectingFXMLLoader
extends java.lang.Object
| Constructor and Description |
|---|
InjectingFXMLLoader() |
| Modifier and Type | Method and Description |
|---|---|
static <N> N |
loadFXML(@NonNull com.google.inject.Injector injector,
@NonNull java.net.URL url)
Load an FXML-File
|
public static <N> N loadFXML(@NonNull com.google.inject.Injector injector,
@NonNull java.net.URL url)
throws java.io.IOException
injector - the injector to use when creating the controller instanceurl - the urljava.io.IOException