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