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

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

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