Class Prompt.Builder<B extends Prompt.Builder<B>>
java.lang.Object
org.javagi.gobject.Builder<B>
org.gnome.gobject.GObject.Builder<B>
org.gnome.gio.DBusProxy.Builder<B>
org.gnome.secret.Prompt.Builder<B>
- Type Parameters:
B- the type of the Builder that is returned
- All Implemented Interfaces:
BuilderInterface
- Enclosing class:
Prompt
Inner class implementing a builder pattern to construct a GObject with
properties.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DBusProxy.Builder
onGPropertiesChanged, onGSignal, setGBusType, setGConnection, setGDefaultTimeout, setGFlags, setGFlags, setGInterfaceInfo, setGInterfaceName, setGName, setGObjectPathMethods inherited from class GObject.Builder
onNotifyMethods inherited from class Builder
addBuilderProperty, connect, connect, connectSignals, getArena, getNames, getValues
-
Constructor Details
-
Builder
protected Builder()Default constructor for aBuilderobject.
-
-
Method Details
-
build
Finish building thePromptobject. This will callGObject.withProperties(Type, String[], Value[])to create a new GObject instance, which is then cast toPrompt.- Overrides:
buildin classDBusProxy.Builder<B extends Prompt.Builder<B>>- Returns:
- a new instance of
Promptwith the properties that were set in the Builder object.
-