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