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