Uses of Interface
org.controlsfx.control.action.AnnotatedActionFactory
Packages that use AnnotatedActionFactory
Package
Description
-
Uses of AnnotatedActionFactory in org.controlsfx.control.action
Classes in org.controlsfx.control.action that implement AnnotatedActionFactoryModifier and TypeClassDescriptionclass
The defaultAnnotatedActionFactory
to be used when no alternative has been specified.Methods in org.controlsfx.control.action that return AnnotatedActionFactoryModifier and TypeMethodDescriptionstatic AnnotatedActionFactory
ActionMap.getActionFactory()
Returns the action factory used by ActionMap to construct AnnotatedAction instances.Methods in org.controlsfx.control.action with parameters of type AnnotatedActionFactoryModifier and TypeMethodDescriptionstatic void
ActionMap.setActionFactory
(AnnotatedActionFactory factory) Sets the action factory used by ActionMap to construct AnnotatedAction instances.