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 build
B - the type of the builder
R - 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.
  • Field Details

    • next

      protected @Nullable String next
  • Constructor Details

    • AbstractPaneBuilder

      protected AbstractPaneBuilder()
  • Method Details

    • next

      public B next(String s)
      Sets the next string parameter for the builder.
      Parameters:
      s - the next string to be set
      Returns:
      this builder instance