Uses of Interface
com.solibri.smc.api.ui.UIRuleParameter
-
Packages that use UIRuleParameter Package Description com.solibri.smc.api.ui -
-
Uses of UIRuleParameter in com.solibri.smc.api.ui
Subinterfaces of UIRuleParameter in com.solibri.smc.api.ui Modifier and Type Interface Description interface
UIRadioButtonPanel
Interface that defines a radio button panel in the UI.interface
UIRadioButtonPanelHorizontal
Class that defines a radio button panel with horizontal layout.interface
UIRadioButtonPanelVertical
Class that defines a radio button panel with vertical layout.Methods in com.solibri.smc.api.ui that return UIRuleParameter Modifier and Type Method Description static UIRuleParameter
UIRuleParameter. create(RuleParameter<?> ruleParameter)
Returns a UI rule parameter with the given rule parameter.
-