Class JRadioButtons.Builder<T extends JRadioButton>

Type Parameters:
T - The final type of the target instances, at least JRadioButton.
All Implemented Interfaces:
Setup<T,JRadioButtons.Builder<T>>, AbstractButtons.Setup<T,JRadioButtons.Builder<T>>, Components.Setup<T,JRadioButtons.Builder<T>>, Containers.Setup<T,JRadioButtons.Builder<T>>, JComponents.Setup<T,JRadioButtons.Builder<T>>, JRadioButtons.Setup<T,JRadioButtons.Builder<T>>, JToggleButtons.Setup<T,JRadioButtons.Builder<T>>
Enclosing class:
JRadioButtons

public static final class JRadioButtons.Builder<T extends JRadioButton> extends LateBuilder<T,JRadioButtons.Builder<T>> implements JRadioButtons.Setup<T,JRadioButtons.Builder<T>>
Builder implementation to build target instances of JRadioButton.