Interface JComboBoxes.Setup<E,T extends JComboBox<E>,S extends JComboBoxes.Setup<E,T,S>>

Type Parameters:
E - The element type.
T - The final type of the target instance, at least JComboBox.
S - The final type of the Setup implementation.
All Superinterfaces:
Components.Setup<T,S>, Containers.Setup<T,S>, JComponents.Setup<T,S>, Setup<T,S>
All Known Implementing Classes:
JComboBoxes.Builder, JComboBoxes.Charger
Enclosing class:
JComboBoxes
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface JComboBoxes.Setup<E,T extends JComboBox<E>,S extends JComboBoxes.Setup<E,T,S>> extends JComponents.Setup<T,S>
Utility interface to set up a target instance of JComboBox.