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 voidDefaultActionFactory. configureAction(ActionProxy annotation, AnnotatedAction action)Configures the newly-created action before it is returned toActionMap.AnnotatedActionAnnotatedActionFactory. createAction(ActionProxy annotation, Method method, Object target)Create anAnnotatedActioninstance.AnnotatedActionDefaultActionFactory. createAction(ActionProxy annotation, Method method, Object target)Create anAnnotatedAction.protected javafx.scene.NodeDefaultActionFactory. resolveGraphic(ActionProxy annotation)Resolve the graphical representation of this action.
-