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