Module org.controlsfx.controls
Package org.controlsfx.control.action
-
Interface Summary Interface Description AnnotatedActionFactory Defines the interface used byActionMapfor creating instances ofAnnotatedAction. -
Class Summary Class Description Action A base class for Action API.ActionGroup An 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.ActionMap Action Map provides an ability to create an action map of any object.ActionUtils Convenience class for users of theActionAPI.AnnotatedAction An action that invokes a method that has been annotated withActionProxy.AnnotatedCheckAction DefaultActionFactory The defaultAnnotatedActionFactoryto 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 theActionor a method annotated withActionProxyto let action engine know thatToggleButtonorCheckMenuItemhas to be bound to the action instead of standardButtonandMenuItemActionProxy An annotation to allow conversion of class methods toActioninstances.