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