Klasse PaneBuilder<D extends DialogPane & Supplier<R>,B extends PaneBuilder<D,B,R>,R>

java.lang.Object
com.dua3.utility.fx.controls.abstract_builders.DialogPaneBuilder<D,B,R>
com.dua3.utility.fx.controls.abstract_builders.PaneBuilder<D,B,R>
Typparameter:
D - the type of the dialog or pane to build
B - the type of the builder
R - the result type
Bekannte direkte Unterklassen:
AlertPaneBuilder, InputPaneBuilder, PromptPaneBuilder

public abstract class PaneBuilder<D extends DialogPane & Supplier<R>,B extends PaneBuilder<D,B,R>,R> extends DialogPaneBuilder<D,B,R>
Abstract base for DialogPane builders.
  • Konstruktordetails

    • PaneBuilder

      protected PaneBuilder()
  • Methodendetails

    • next

      public B next(String s)
      Sets the next string parameter for the builder.
      Parameter:
      s - the next string to be set
      Gibt zurück:
      this builder instance
    • getNext

      public Optional<String> getNext()