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