Uses of Interface
com.solibri.smc.api.ui.UIComponent
-
Packages that use UIComponent Package Description com.solibri.smc.api.ui -
-
Uses of UIComponent in com.solibri.smc.api.ui
Subinterfaces of UIComponent in com.solibri.smc.api.ui Modifier and Type Interface Description interface
UIContainer
Interface for UIComponent containers.interface
UIContainerHorizontal
Container that contains UI components in horizontal layout.interface
UIContainerVertical
Container that contains UI components in vertical layout.interface
UIImage
Class for defining an image in a UI.interface
UILabel
Class that defines a simple text label in a UI.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.interface
UIRuleParameter
Defines the UI component for a rule parameter.Methods in com.solibri.smc.api.ui that return types with arguments of type UIComponent Modifier and Type Method Description Optional<UIComponent>
UIComponent. getEnabler()
Returns the UIComponent whose enabled state this UIComponent is set to follow.Methods in com.solibri.smc.api.ui with parameters of type UIComponent Modifier and Type Method Description void
UIContainer. addComponent(UIComponent component)
Adds a component to this container.void
UIComponent. setEnabler(UIComponent enabler)
Sets this UIComponent to follow the enabled state of enabler.
-