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

java.lang.Object
de.team33.patterns.building.anthe.SelfReferring<B>
de.team33.patterns.building.elara.LateBuilder<T,JComboBoxes.Builder<E,T>>
de.team33.sphinx.metis.JComboBoxes.Builder<E,T>
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.