Interface Windows.Setup<W extends Window,S extends Windows.Setup<W,S>>

Type Parameters:
W - The final type of the target instance, at least Window.
S - The final type of the Setup implementation.
All Superinterfaces:
Components.Setup<W,S>, Containers.Setup<W,S>, Setup<W,S>
All Known Subinterfaces:
Dialogs.Setup<D,S>, Frames.Setup<F,S>, JDialogs.Setup<T,S>, JFrames.Setup<F,S>, JWindows.Setup<T,S>
All Known Implementing Classes:
Dialogs.Builder, Dialogs.Charger, Frames.Builder, Frames.Charger, JDialogs.Builder, JDialogs.Charger, JFrames.Builder, JFrames.Charger, JWindows.Builder, JWindows.Charger, Windows.Builder, Windows.Charger
Enclosing class:
Windows
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Windows.Setup<W extends Window,S extends Windows.Setup<W,S>> extends Containers.Setup<W,S>
Utility interface to set up a target instance of Window.