Class JTextAreas.Builder<T extends JTextArea>

java.lang.Object
de.team33.patterns.building.anthe.SelfReferring<B>
de.team33.patterns.building.elara.LateBuilder<T,JTextAreas.Builder<T>>
de.team33.sphinx.metis.JTextAreas.Builder<T>
Type Parameters:
T - The final type of the target instances, at least JTextArea.
All Implemented Interfaces:
Setup<T,JTextAreas.Builder<T>>, Components.Setup<T,JTextAreas.Builder<T>>, Containers.Setup<T,JTextAreas.Builder<T>>, JComponents.Setup<T,JTextAreas.Builder<T>>, JTextAreas.Setup<T,JTextAreas.Builder<T>>, JTextComponents.Setup<T,JTextAreas.Builder<T>>
Enclosing class:
JTextAreas

public static final class JTextAreas.Builder<T extends JTextArea> extends LateBuilder<T,JTextAreas.Builder<T>> implements JTextAreas.Setup<T,JTextAreas.Builder<T>>
Builder implementation to build target instances of JTextArea.