public final class JRadioButtons extends Object
JRadioButtons.| Modifier and Type | Class and Description |
|---|---|
static class |
JRadioButtons.Builder<T extends JRadioButton,B extends JRadioButtons.Builder<T,B>>
Builder implementation to build 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. |
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.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.