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