| Modifier and Type | Class and Description |
|---|---|
static class |
JWindows.Builder<T extends JWindow>
Builder implementation to build target instances of
JWindow. |
static class |
JWindows.Charger<T extends JWindow>
Charger implementation to charge 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. |
static <T extends JWindow> |
charger(T target)
Returns a new
JWindows.Charger for a given target instance. |
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.public static <T extends JWindow> JWindows.Charger<T> charger(T target)
JWindows.Charger for a given target instance.T - The final type of the target instance, at least JWindow.Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.