Interface TextBoxGrid.TextBoxGridBuilder<B extends TextBoxGrid.TextBoxGridBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Superinterfaces:
org.refcodes.mixin.BoxGrid.BoxGridBuilder<Character,B>
Enclosing interface:
TextBoxGrid

public static interface TextBoxGrid.TextBoxGridBuilder<B extends TextBoxGrid.TextBoxGridBuilder<B>> extends org.refcodes.mixin.BoxGrid.BoxGridBuilder<Character,B>
An incarnation of the BoxGrid.BoxGridBuilder using grid elements of type Character.