Uses of Interface
com.solibri.smc.api.ui.UIContainer
-
Packages that use UIContainer Package Description com.solibri.smc.api.checking com.solibri.smc.api.ui -
-
Uses of UIContainer in com.solibri.smc.api.checking
Methods in com.solibri.smc.api.checking that return UIContainer Modifier and Type Method Description default UIContainer
Rule. getParametersUIDefinition()
Returns the container that defines the UI for the parameters view of this rule. -
Uses of UIContainer in com.solibri.smc.api.ui
Subinterfaces of UIContainer in com.solibri.smc.api.ui Modifier and Type Interface Description interface
UIContainerHorizontal
Container that contains UI components in horizontal layout.interface
UIContainerVertical
Container that contains UI components in vertical layout.
-