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