Interface JPanels.Setup<P extends JPanel,S extends JPanels.Setup<P,S>>

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