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