Class JComboBoxes.Builder<E,T extends JComboBox<E>>

Type Parameters:
E - The element type.
T - The final type of the target instances, at least JComboBox.
All Implemented Interfaces:
Setup<T,JComboBoxes.Builder<E,T>>, Components.Setup<T,JComboBoxes.Builder<E,T>>, Containers.Setup<T,JComboBoxes.Builder<E,T>>, JComboBoxes.Setup<E,T,JComboBoxes.Builder<E,T>>, JComponents.Setup<T,JComboBoxes.Builder<E,T>>
Enclosing class:
JComboBoxes

public static final class JComboBoxes.Builder<E,T extends JComboBox<E>> extends LateBuilder<T,JComboBoxes.Builder<E,T>> implements JComboBoxes.Setup<E,T,JComboBoxes.Builder<E,T>>
Builder implementation to build target instances of JComboBox.