Uses of Class
org.controlsfx.control.SegmentedButton
-
Packages that use SegmentedButton Package Description impl.org.controlsfx.skin org.controlsfx.control.action -
-
Uses of SegmentedButton in impl.org.controlsfx.skin
Constructors in impl.org.controlsfx.skin with parameters of type SegmentedButton Constructor Description SegmentedButtonSkin(SegmentedButton control)
-
Uses of SegmentedButton in org.controlsfx.control.action
Methods in org.controlsfx.control.action that return SegmentedButton Modifier and Type Method Description static SegmentedButton
ActionUtils. createSegmentedButton(Collection<? extends Action> actions)
Takes the providedCollection
ofAction
and returns aSegmentedButton
instance with all relevant properties bound to the properties of the actions.static SegmentedButton
ActionUtils. createSegmentedButton(Action... actions)
Takes the provided varargs array ofAction
and returns aSegmentedButton
instance with all relevant properties bound to the properties of the actions.static SegmentedButton
ActionUtils. createSegmentedButton(ActionUtils.ActionTextBehavior textBehavior, Collection<? extends Action> actions)
Takes the providedCollection
ofAction
and returns aSegmentedButton
instance with all relevant properties bound to the properties of the actions.static SegmentedButton
ActionUtils. createSegmentedButton(ActionUtils.ActionTextBehavior textBehavior, Action... actions)
Takes the provided varargs array ofAction
and returns aSegmentedButton
instance with all relevant properties bound to the properties of the actions.
-