Module is.codion.swing.common.ui
Interface ListComboBoxBuilder.ComponentStep
- Enclosing interface:
ListComboBoxBuilder<T>
public static interface ListComboBoxBuilder.ComponentStep
Provides a
ListComboBoxBuilder-
Method Summary
Modifier and TypeMethodDescription<T> ListComboBoxBuilder<T> component(ComponentValue<? extends JComponent, T> component)
-
Method Details
-
component
- Type Parameters:
T- the item type- Parameters:
component- supplies new items to add to the list box.- Returns:
- a
ListComboBoxBuilder
-