Interface AppChooser.Builder<B extends Builder<B>>

All Superinterfaces:
BuilderInterface
All Known Implementing Classes:
AppChooserButton.Builder, AppChooserDialog.Builder, AppChooserWidget.Builder
Enclosing interface:
AppChooser

public static interface AppChooser.Builder<B extends Builder<B>> extends BuilderInterface
  • Method Details

    • setContentType

      default B setContentType(String contentType)

      The content type of the GtkAppChooser object.

      See GContentType for more information about content types.

      Parameters:
      contentType - the value for the content-type property
      Returns:
      the Builder instance is returned, to allow method chaining