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