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