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