Class JFileChoosers.Builder<T extends JFileChooser>

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

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