Interface JButtons.Setup<B extends JButton,S extends JButtons.Setup<B,S>>

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