public final class JEditorPanes extends Object
JEditorPanes.| Modifier and Type | Class and Description |
|---|---|
static class |
JEditorPanes.Builder<T extends JEditorPane>
Builder implementation to build target instances of
JEditorPane. |
static class |
JEditorPanes.Charger<T extends JEditorPane>
Charger implementation to charge 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. |
static <T extends JEditorPane> |
charger(T target)
Returns a new
JEditorPanes.Charger for a given target instance. |
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.public static <T extends JEditorPane> JEditorPanes.Charger<T> charger(T target)
JEditorPanes.Charger for a given target instance.T - The final type of the target instance, at least JEditorPane.Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.