Uses of Class
org.controlsfx.control.SegmentedButton
Packages that use SegmentedButton
Package
Description
-
Uses of SegmentedButton in impl.org.controlsfx.skin
Constructors in impl.org.controlsfx.skin with parameters of type SegmentedButton -
Uses of SegmentedButton in org.controlsfx.control.action
Methods in org.controlsfx.control.action that return SegmentedButtonModifier and TypeMethodDescriptionstatic 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.