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