| Modifier and Type | Class and Description |
|---|---|
static class |
JComboBoxes.Builder<E,T extends JComboBox<E>,B extends JComboBoxes.Builder<E,T,B>>
Builder implementation to build 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> aModel)
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. |
public static <E> JComboBoxes.Builder<E,JComboBox<E>,?> builder(ComboBoxModel<E> aModel)
JComboBoxes.Builder for target instances of type JComboBox.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.T - The final type of the target instances, at least JComboBox.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.