public class ApplicationContextResourceType extends java.lang.Object implements AnnotatedControllerResourceType<FXMLApplicationContext,ApplicationContext>
| Constructor and Description |
|---|
ApplicationContextResourceType() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationContext |
getResource(FXMLApplicationContext annotation,
java.lang.Class<ApplicationContext> cls,
ViewContext<?> context) |
java.lang.Class<FXMLApplicationContext> |
getSupportedAnnotation() |
public ApplicationContext getResource(FXMLApplicationContext annotation, java.lang.Class<ApplicationContext> cls, ViewContext<?> context)
getResource in interface AnnotatedControllerResourceType<FXMLApplicationContext,ApplicationContext>public java.lang.Class<FXMLApplicationContext> getSupportedAnnotation()
getSupportedAnnotation in interface AnnotatedControllerResourceType<FXMLApplicationContext,ApplicationContext>