Module org.controlsfx.controls
Package org.controlsfx.control.action
package org.controlsfx.control.action
-
ClassDescriptionA base class for Action API.Marks the
Actionor a method annotated withActionProxyto let action engine know thatToggleButtonorCheckMenuItemhas to be bound to the action instead of standardButtonandMenuItemAn ActionGroup (unsurprisingly) groups together zero or moreActioninstances, allowing for more complex controls likeToolBar,MenuBarandContextMenuto be automatically generated from the collection of actions inside the ActionGroup.Action Map provides an ability to create an action map of any object.An annotation to allow conversion of class methods toActioninstances.Convenience class for users of theActionAPI.Action text behavior.An action that invokes a method that has been annotated withActionProxy.Defines the interface used byActionMapfor creating instances ofAnnotatedAction.The defaultAnnotatedActionFactoryto be used when no alternative has been specified.