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