Package | Description |
---|---|
com.solibri.smc.api.ui |
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
Optional<UIComponent> |
UIComponent.getEnabler()
Returns the UIComponent whose enabled state this UIComponent is set to follow.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Solibri, Inc.. All rights reserved.