| Modifier and Type | Class and Description |
|---|---|
static class |
JComboBoxes.Builder<E,T extends JComboBox<E>>
Builder implementation to build target instances of
JComboBox. |
static class |
JComboBoxes.Charger<E,T extends JComboBox<E>>
Charger implementation to charge target instances of
JComboBox. |
static interface |
JComboBoxes.Setup<E,T extends JComboBox<E>,S extends JComboBoxes.Setup<E,T,S>>
Utility interface to set up a target instance of
JComboBox. |
| Modifier and Type | Method and Description |
|---|---|
static <E> JComboBoxes.Builder<E,JComboBox<E>> |
builder(ComboBoxModel<E> model)
Returns a new
JComboBoxes.Builder for target instances of type JComboBox. |
static <E,T extends JComboBox<E>> |
builder(Supplier<T> newTarget)
Returns a new
JComboBoxes.Builder for target instances as supplied by the given Supplier. |
static <E,T extends JComboBox<E>> |
charger(T target)
Returns a new
JComboBoxes.Charger for a given target instance. |
public static <E> JComboBoxes.Builder<E,JComboBox<E>> builder(ComboBoxModel<E> model)
JComboBoxes.Builder for target instances of type JComboBox.E - The element type.public static <E,T extends JComboBox<E>> JComboBoxes.Builder<E,T> builder(Supplier<T> newTarget)
JComboBoxes.Builder for target instances as supplied by the given Supplier.E - The element type.T - The final type of the target instances, at least JComboBox.public static <E,T extends JComboBox<E>> JComboBoxes.Charger<E,T> charger(T target)
JComboBoxes.Charger for a given target instance.E - The element type.T - The final type of the target instance, at least JComboBox.Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.