Uses of Annotation Type
org.controlsfx.control.action.ActionProxy
Packages that use ActionProxy
Package
Description
-
Uses of ActionProxy in org.controlsfx.control.action
Methods in org.controlsfx.control.action with parameters of type ActionProxyModifier and TypeMethodDescriptionprotected void
DefaultActionFactory.configureAction
(ActionProxy annotation, AnnotatedAction action) Configures the newly-created action before it is returned toActionMap
.AnnotatedActionFactory.createAction
(ActionProxy annotation, Method method, Object target) Create anAnnotatedAction
instance.DefaultActionFactory.createAction
(ActionProxy annotation, Method method, Object target) Create anAnnotatedAction
.protected javafx.scene.Node
DefaultActionFactory.resolveGraphic
(ActionProxy annotation) Resolve the graphical representation of this action.