public final class JComponents extends Object
JComponents.| Modifier and Type | Class and Description |
|---|---|
static class |
JComponents.Builder<T extends JComponent>
Builder implementation to build target instances of
JComponent. |
static class |
JComponents.Charger<T extends JComponent>
Charger implementation to charge 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. |
static <T extends JComponent> |
charger(T target)
Returns a new
JComponents.Charger for a given target instance. |
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.public static <T extends JComponent> JComponents.Charger<T> charger(T target)
JComponents.Charger for a given target instance.T - The final type of the target instance, at least JComponent.Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.