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