Uses of Class
org.controlsfx.control.action.AnnotatedAction
-
Packages that use AnnotatedAction Package Description org.controlsfx.control.action -
-
Uses of AnnotatedAction in org.controlsfx.control.action
Subclasses of AnnotatedAction in org.controlsfx.control.action Modifier and Type Class Description class
AnnotatedCheckAction
Methods in org.controlsfx.control.action that return AnnotatedAction Modifier and Type Method Description AnnotatedAction
AnnotatedActionFactory. createAction(ActionProxy annotation, Method method, Object target)
Create anAnnotatedAction
instance.AnnotatedAction
DefaultActionFactory. createAction(ActionProxy annotation, Method method, Object target)
Create anAnnotatedAction
.Methods in org.controlsfx.control.action with parameters of type AnnotatedAction Modifier and Type Method Description protected void
DefaultActionFactory. configureAction(ActionProxy annotation, AnnotatedAction action)
Configures the newly-created action before it is returned toActionMap
.
-