Creates a new instance of JavaFxActionManager with default dependencies.
Creates a new instance of JavaFxActionManager with default dependencies.
a factory for creating button component handlers
the newly created instance
a factory for creating button component handlers
a factory for creating tool tips
Obtains a helper object for tooltip creation from the JellyContext of the specified tag and adds a request for the given control to it.
Obtains a helper object for tooltip creation from the JellyContext of the specified tag and adds a request for the given control to it.
the tag
the control for which the tooltip is for
the text of the tooltip
Obtains a helper object for tooltip creation from the JellyContext of the specified tag and adds a request for the given property to it.
Obtains a helper object for tooltip creation from the JellyContext of the specified tag and adds a request for the given property to it.
the tag
the property for which the tooltip is for
the text of the tooltip
Adds a request for the creation of a tool tip for the specified control.
Adds a request for the creation of a tool tip for the specified control. The passed in JellyContext is used to obtain the objects required for tooltip creation.
the JellyContext
the control for which the tooltip is for
the text of the tooltip
Adds a request for the creation of a tool tip for the specified property.
Adds a request for the creation of a tool tip for the specified property. The passed in JellyContext is used to obtain the objects required for tooltip creation.
the JellyContext
the property for which the tooltip is for
the text of the tooltip
<invalid inheritdoc annotation> This implementation adds a separator menu item to the specified menu.
<invalid inheritdoc annotation> This implementation adds a separator menu item to the specified menu. The menu is expected to be a Menu object.
<invalid inheritdoc annotation> This implementation adds a separator control to the specified toolbar.
<invalid inheritdoc annotation> This implementation adds a separator control to the specified toolbar. The toolbar is expected to be ToolBar object.
a factory for creating button component handlers
<invalid inheritdoc annotation> This implementation returns JavaFX-specific action implementation.
<invalid inheritdoc annotation> This implementation returns JavaFX-specific action implementation.
<invalid inheritdoc annotation> This implementation creates a JavaFX Menu object and adds it to the parent (which must be a MenuBar).
<invalid inheritdoc annotation> This implementation creates a JavaFX Menu object and adds it to the parent (which must be a MenuBar).
<invalid inheritdoc annotation> This implementation returns a JavaFX MenuBar object.
<invalid inheritdoc annotation> This implementation returns a JavaFX MenuBar object.
<invalid inheritdoc annotation> This implementation either creates a MenuItem or a CheckedMenuItem depending on the passed in checked flag.
<invalid inheritdoc annotation> This implementation either creates a MenuItem or a CheckedMenuItem depending on the passed in checked flag. A special ComponentHandler wrapping this menu item is returned.
<invalid inheritdoc annotation> This implementation expects a JavaFxAction object to be passed in.
<invalid inheritdoc annotation> This implementation expects a JavaFxAction object to be passed in. From there, the properties for initializing a new menu item are obtained. There is also a property binding performed to connect properties of the action with corresponding properties of the menu item.
<invalid inheritdoc annotation> This implementation returns a new JavaFX tool bar control.
<invalid inheritdoc annotation> This implementation returns a new JavaFX tool bar control.
<invalid inheritdoc annotation> This implementation creates a button and initializes it from the given action data object.
<invalid inheritdoc annotation> This implementation creates a button and initializes it from the given action data object. The button is added to the parent which has to be a ToolBar. The associated ButtonHandlerFactory is used to create a handler.
<invalid inheritdoc annotation> This implementation creates a JavaFX button control; the concrete type depends on the checked flag.
<invalid inheritdoc annotation> This implementation creates a JavaFX button control; the concrete type depends on the checked flag. The action is connected connected to the corresponding properties of the new button.
<invalid inheritdoc annotation> This implementation registers a specialized mouse event listener at the passed in component (which has to be a Node) which triggers the creation of a context menu when the correct mouse button is pressed.
<invalid inheritdoc annotation> This implementation registers a specialized mouse event listener at the passed in component (which has to be a Node) which triggers the creation of a context menu when the correct mouse button is pressed.
a factory for creating tool tips
a factory for creating tool tips
JavaFX-specific implementation of the ActionManager interface.