Module org.controlsfx.controls
Package org.controlsfx.control.action
package org.controlsfx.control.action
-
ClassDescriptionA base class for Action API.Marks the
Action
or a method annotated withActionProxy
to let action engine know thatToggleButton
orCheckMenuItem
has to be bound to the action instead of standardButton
andMenuItem
An ActionGroup (unsurprisingly) groups together zero or moreAction
instances, allowing for more complex controls likeToolBar
,MenuBar
andContextMenu
to 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 toAction
instances.Convenience class for users of theAction
API.Action text behavior.An action that invokes a method that has been annotated withActionProxy
.Defines the interface used byActionMap
for creating instances ofAnnotatedAction
.The defaultAnnotatedActionFactory
to be used when no alternative has been specified.