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