Uses of Interface
is.codion.swing.common.ui.component.listbox.ListBoxBuilder
Packages that use ListBoxBuilder
-
Uses of ListBoxBuilder in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component that return ListBoxBuilderModifier and TypeMethodDescriptionstatic <T> ListBoxBuilder
<T> Components.listBox
(ComponentValue<T, ? extends JComponent> itemValue, ValueSet<T> linkedValue) Creates aJComboBox
basedComponentValue
instance, represented by the items in the combo box (as opposed to the selected item). -
Uses of ListBoxBuilder in is.codion.swing.common.ui.component.listbox
Methods in is.codion.swing.common.ui.component.listbox that return ListBoxBuilderModifier and TypeMethodDescriptionstatic <T> ListBoxBuilder
<T> ListBoxBuilder.listBox
(ComponentValue<T, ? extends JComponent> itemValue, ValueSet<T> linkedValue) Creates aJComboBox
basedComponentValue
instance, represented by the items in the combo box (as opposed to the selected item).