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