Interface JLabels.Setup<L extends JLabel,S extends JLabels.Setup<L,S>>

Type Parameters:
L - The final type of the target instance, at least JLabel.
S - The final type of the Setup implementation.
All Superinterfaces:
Components.Setup<L,S>, Containers.Setup<L,S>, JComponents.Setup<L,S>, Setup<L,S>
All Known Implementing Classes:
JLabels.Builder, JLabels.Charger
Enclosing class:
JLabels
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 JLabels.Setup<L extends JLabel,S extends JLabels.Setup<L,S>> extends JComponents.Setup<L,S>
Utility interface to set up a target instance of JLabel.