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