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