Module com.dua3.utility.fx.controls
Package com.dua3.utility.fx.controls
Class AbstractPaneBuilder<D extends DialogPane & Supplier<R>,B extends AbstractPaneBuilder<D,B,R>,R>
java.lang.Object
com.dua3.utility.fx.controls.AbstractDialogPaneBuilder<D,B,R>
com.dua3.utility.fx.controls.AbstractPaneBuilder<D,B,R>
- Type Parameters:
D- the type of the dialog or pane to buildB- the type of the builderR- the result type
- Direct Known Subclasses:
AlertPaneBuilder,InputPaneBuilder,PromptPaneBuilder
public class AbstractPaneBuilder<D extends DialogPane & Supplier<R>,B extends AbstractPaneBuilder<D,B,R>,R>
extends AbstractDialogPaneBuilder<D,B,R>
Abstract base for DialogPane builders.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.dua3.utility.fx.controls.AbstractDialogPaneBuilder
AbstractDialogPaneBuilder.ResultHandler<R> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.dua3.utility.fx.controls.AbstractDialogPaneBuilder
applyIfNotNull, build, getResultHandler, header, resultHandler, setDialogSupplier
-
Field Details
-
next
-
-
Constructor Details
-
AbstractPaneBuilder
protected AbstractPaneBuilder()
-
-
Method Details
-
next
Sets the next string parameter for the builder.- Parameters:
s- the next string to be set- Returns:
- this builder instance
-