Module org.controlsfx.controls
Package org.controlsfx.control.action
-
Interface Summary Interface Description AnnotatedActionFactory Defines the interface used byActionMap
for creating instances ofAnnotatedAction
. -
Class Summary Class Description Action A base class for Action API.ActionGroup 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.ActionMap Action Map provides an ability to create an action map of any object.ActionUtils Convenience class for users of theAction
API.AnnotatedAction An action that invokes a method that has been annotated withActionProxy
.AnnotatedCheckAction DefaultActionFactory The defaultAnnotatedActionFactory
to be used when no alternative has been specified. -
Enum Summary Enum Description ActionUtils.ActionTextBehavior Action text behavior. -
Annotation Types Summary Annotation Type Description ActionCheck Marks theAction
or a method annotated withActionProxy
to let action engine know thatToggleButton
orCheckMenuItem
has to be bound to the action instead of standardButton
andMenuItem
ActionProxy An annotation to allow conversion of class methods toAction
instances.