Uses of Enum
org.controlsfx.control.action.ActionUtils.ActionTextBehavior
Packages that use ActionUtils.ActionTextBehavior
Package
Description
-
Uses of ActionUtils.ActionTextBehavior in org.controlsfx.control.action
Subclasses with type arguments of type ActionUtils.ActionTextBehavior in org.controlsfx.control.actionModifier and TypeClassDescriptionstatic enumAction text behavior.Methods in org.controlsfx.control.action that return ActionUtils.ActionTextBehaviorModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ActionUtils.ActionTextBehavior[]ActionUtils.ActionTextBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.controlsfx.control.action with parameters of type ActionUtils.ActionTextBehaviorModifier and TypeMethodDescriptionstatic javafx.scene.control.ButtonBaseActionUtils.configureButton(Action action, javafx.scene.control.ButtonBase button, ActionUtils.ActionTextBehavior textBehavior) Takes the providedActionand binds the relevant properties to the suppliedButton.static javafx.scene.control.ButtonActionUtils.createButton(Action action, ActionUtils.ActionTextBehavior textBehavior) Takes the providedActionand returns aButtoninstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.MenuButtonActionUtils.createMenuButton(Action action, ActionUtils.ActionTextBehavior textBehavior) Takes the providedActionand returns aMenuButtoninstance with all relevant properties bound to the properties of the Action.static SegmentedButtonActionUtils.createSegmentedButton(ActionUtils.ActionTextBehavior textBehavior, Collection<? extends Action> actions) Takes the providedCollectionofActionand returns aSegmentedButtoninstance with all relevant properties bound to the properties of the actions.static SegmentedButtonActionUtils.createSegmentedButton(ActionUtils.ActionTextBehavior textBehavior, Action... actions) Takes the provided varargs array ofActionand returns aSegmentedButtoninstance with all relevant properties bound to the properties of the actions.static javafx.scene.control.ToggleButtonActionUtils.createToggleButton(Action action, ActionUtils.ActionTextBehavior textBehavior) Takes the providedActionand returns aToggleButtoninstance with all relevant properties bound to the properties of the Action.static javafx.scene.control.ToolBarActionUtils.createToolBar(Collection<? extends Action> actions, ActionUtils.ActionTextBehavior textBehavior) Takes the providedCollectionofAction(or subclasses, such asActionGroup) instances and returns aToolBarpopulated with appropriatenodesbound to the providedactions.static javafx.scene.control.ToolBarActionUtils.updateToolBar(javafx.scene.control.ToolBar toolbar, Collection<? extends Action> actions, ActionUtils.ActionTextBehavior textBehavior) Takes the providedCollectionofAction(or subclasses, such asActionGroup) instances and returns providedToolBarpopulated with appropriatenodesbound to the providedactions.