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 SegmentedButtonActionUtils.createSegmentedButton(Collection<? extends Action> actions) Takes the providedCollectionofActionand returns aSegmentedButtoninstance with all relevant properties bound to the properties of the actions.static SegmentedButtonActionUtils.createSegmentedButton(Action... actions) Takes the provided varargs array ofActionand returns aSegmentedButtoninstance with all relevant properties bound to the properties of the actions.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.