Interface JTextComponents.Setup<T extends JTextComponent,S extends JTextComponents.Setup<T,S>>

Type Parameters:
T - The final type of the target instance, at least JTextComponent.
S - The final type of the Setup implementation.
All Superinterfaces:
Components.Setup<T,S>, Containers.Setup<T,S>, JComponents.Setup<T,S>, Setup<T,S>
All Known Subinterfaces:
JEditorPanes.Setup<T,S>, JFormattedTextFields.Setup<T,S>, JPasswordFields.Setup<T,S>, JTextAreas.Setup<T,S>, JTextFields.Setup<T,S>, JTextPanes.Setup<T,S>
All Known Implementing Classes:
JEditorPanes.Builder, JEditorPanes.Charger, JFormattedTextFields.Builder, JFormattedTextFields.Charger, JPasswordFields.Builder, JPasswordFields.Charger, JTextAreas.Builder, JTextAreas.Charger, JTextComponents.Builder, JTextComponents.Charger, JTextFields.Builder, JTextFields.Charger, JTextPanes.Builder, JTextPanes.Charger
Enclosing class:
JTextComponents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface JTextComponents.Setup<T extends JTextComponent,S extends JTextComponents.Setup<T,S>> extends JComponents.Setup<T,S>
Utility interface to set up a target instance of JTextComponent.