| Modifier and Type | Class and Description |
|---|---|
static class |
Windows.Builder<T extends Window,B extends Windows.Builder<T,B>>
Builder implementation to build 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. |
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.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.