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