Interface FontSizeSelectionDialogBuilder


public interface FontSizeSelectionDialogBuilder
Builds a dialog for selecting the font size.
  • Method Details

    • owner

      Parameters:
      owner - the dialog owner
      Returns:
      this builder
    • selectFontSize

      OptionalInt selectFontSize()
      Displays a dialog allowing the user the select a font size multiplier.
      Returns:
      the selected font size multiplier, an empty Optional if cancelled
    • createControl

      Control createControl()
      Creates a Control for selecting the font size.
      Returns:
      a Control for displaying a dialog for selecting a font size