Package org.gnome.gtk
Class AssistantPage.Builder<B extends AssistantPage.Builder<B>>
java.lang.Object
org.javagi.gobject.Builder<B>
org.gnome.gobject.GObject.Builder<B>
org.gnome.gtk.AssistantPage.Builder<B>
- Type Parameters:
B- the type of the Builder that is returned
- All Implemented Interfaces:
BuilderInterface
- Enclosing class:
AssistantPage
public static class AssistantPage.Builder<B extends AssistantPage.Builder<B>>
extends GObject.Builder<B>
Inner class implementing a builder pattern to construct a GObject with
properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Finish building theAssistantPageobject.Deprecated.This object will be removed in GTK 5setComplete(boolean complete) Deprecated.This object will be removed in GTK 5setPageType(AssistantPageType pageType) Deprecated.This object will be removed in GTK 5Deprecated.This object will be removed in GTK 5Methods inherited from class org.gnome.gobject.GObject.Builder
onNotifyMethods inherited from class org.javagi.gobject.Builder
addBuilderProperty, connect, connect, connectSignals, getArena, getNames, getValues
-
Constructor Details
-
Builder
protected Builder()Default constructor for aBuilderobject.
-
-
Method Details
-
build
Finish building theAssistantPageobject. This will callGObject.withProperties(org.gnome.glib.Type, java.lang.String[], org.gnome.gobject.Value[])to create a new GObject instance, which is then cast toAssistantPage.- Overrides:
buildin classGObject.Builder<B extends AssistantPage.Builder<B>>- Returns:
- a new instance of
AssistantPagewith the properties that were set in the Builder object.
-
setChild
Deprecated.This object will be removed in GTK 5The child widget.- Parameters:
child- the value for thechildproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setComplete
Deprecated.This object will be removed in GTK 5Whether all required fields are filled in.GTK uses this information to control the sensitivity of the navigation buttons.
- Parameters:
complete- the value for thecompleteproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setPageType
Deprecated.This object will be removed in GTK 5The type of the assistant page.- Parameters:
pageType- the value for thepage-typeproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setTitle
Deprecated.This object will be removed in GTK 5The title of the page.- Parameters:
title- the value for thetitleproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-