Package org.gnome.gtk
Class CellAreaContext.Builder<B extends CellAreaContext.Builder<B>>
java.lang.Object
org.javagi.gobject.Builder<B>
org.gnome.gobject.GObject.Builder<B>
org.gnome.gtk.CellAreaContext.Builder<B>
- Type Parameters:
B
- the type of the Builder that is returned
- All Implemented Interfaces:
BuilderInterface
- Enclosing class:
CellAreaContext
public static class CellAreaContext.Builder<B extends CellAreaContext.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 theCellAreaContext
object.Deprecated.This object will be removed in GTK 5Methods inherited from class org.gnome.gobject.GObject.Builder
onNotify
Methods inherited from class org.javagi.gobject.Builder
addBuilderProperty, connect, connect, connectSignals, getArena, getNames, getValues
-
Constructor Details
-
Builder
protected Builder()Default constructor for aBuilder
object.
-
-
Method Details
-
build
Finish building theCellAreaContext
object. 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 toCellAreaContext
.- Overrides:
build
in classGObject.Builder<B extends CellAreaContext.Builder<B>>
- Returns:
- a new instance of
CellAreaContext
with the properties that were set in the Builder object.
-
setArea
Deprecated.This object will be removed in GTK 5TheGtkCellArea
this context was created by- Parameters:
area
- the value for thearea
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-