| Modifier and Type | Class and Description |
|---|---|
static class |
JTextAreas.Builder<T extends JTextArea,B extends JTextAreas.Builder<T,B>>
Builder implementation to build 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. |
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.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.