public final class JRadioButtons extends Object
JRadioButtons.| Modifier and Type | Class and Description |
|---|---|
static class |
JRadioButtons.Builder<T extends JRadioButton>
Builder implementation to build target instances of
JRadioButton. |
static class |
JRadioButtons.Charger<T extends JRadioButton>
Charger implementation to charge target instances of
JRadioButton. |
static interface |
JRadioButtons.Setup<T extends JRadioButton,S extends JRadioButtons.Setup<T,S>>
Utility interface to set up a target instance of
JRadioButton. |
| Modifier and Type | Method and Description |
|---|---|
static JRadioButtons.Builder<JRadioButton> |
builder()
Returns a new
JRadioButtons.Builder for target instances of type JRadioButton. |
static <T extends JRadioButton> |
builder(Supplier<T> newTarget)
Returns a new
JRadioButtons.Builder for target instances as supplied by the given Supplier. |
static <T extends JRadioButton> |
charger(T target)
Returns a new
JRadioButtons.Charger for a given target instance. |
public static JRadioButtons.Builder<JRadioButton> builder()
JRadioButtons.Builder for target instances of type JRadioButton.public static <T extends JRadioButton> JRadioButtons.Builder<T> builder(Supplier<T> newTarget)
JRadioButtons.Builder for target instances as supplied by the given Supplier.T - The final type of the target instances, at least JRadioButton.public static <T extends JRadioButton> JRadioButtons.Charger<T> charger(T target)
JRadioButtons.Charger for a given target instance.T - The final type of the target instance, at least JRadioButton.Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.