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