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