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