Interface TextFieldBuilder<C extends JTextField,T,B extends TextFieldBuilder<C,T,B>>

Type Parameters:
C - the text field type
T - the type the text field represents
B - the builder type
All Superinterfaces:
ComponentBuilder<C,B>, ComponentValueBuilder<C,T,B>, Supplier<C>, TextComponentBuilder<C,T,B>
All Known Subinterfaces:
NumberField.Builder<T>, PasswordFieldBuilder, TemporalField.Builder<T>

public interface TextFieldBuilder<C extends JTextField,T,B extends TextFieldBuilder<C,T,B>> extends TextComponentBuilder<C,T,B>
Builds a JTextField.