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