Class AbstractSplitWindow.AbstractBuilder<W extends Window,S extends Window.Builder.Double<W,S>>

java.lang.Object
xyz.xenondevs.invui.window.AbstractWindow.AbstractBuilder<W,S>
xyz.xenondevs.invui.window.AbstractSplitWindow.AbstractBuilder<W,S>
Type Parameters:
W - The type of the window.
S - The type of the builder.
All Implemented Interfaces:
Cloneable, Window.Builder<W,S>, Window.Builder.Double<W,S>
Enclosing class:
AbstractSplitWindow

public abstract static class AbstractSplitWindow.AbstractBuilder<W extends Window,S extends Window.Builder.Double<W,S>> extends AbstractWindow.AbstractBuilder<W,S> implements Window.Builder.Double<W,S>
Builder for AbstractSplitWindow.

This class should only be used directly if you're creating a custom AbstractSplitWindow.AbstractBuilder for a custom AbstractSingleWindow implementation. Otherwise, use the static builder functions in the Window interface, such as Window.split() to obtain a builder.