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