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