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 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.
-