Module org.controlsfx.controls
Package org.controlsfx.control.action
Interface AnnotatedActionFactory
- 
- All Known Implementing Classes:
- DefaultActionFactory
 
 public interface AnnotatedActionFactoryDefines the interface used byActionMapfor creating instances ofAnnotatedAction.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatedActioncreateAction(ActionProxy annotation, Method method, Object target)Create anAnnotatedActioninstance.
 
- 
- 
- 
Method Detail- 
createActionAnnotatedAction createAction(ActionProxy annotation, Method method, Object target) Create anAnnotatedActioninstance.- Parameters:
- annotation- The annotation specified on the method.
- method- The method to be invoked when an action is fired.
- target- The target object on which the method will be invoked.
- Returns:
- An AnnotatedActioninstance.
 
 
- 
 
-