Interface JToggleButtons.Setup<T extends JToggleButton,S extends JToggleButtons.Setup<T,S>>

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