Package org.gnome.gtk
Interface Scrollable.Builder<B extends Builder<B>>
- All Superinterfaces:
BuilderInterface
- All Known Implementing Classes:
ClampScrollable.Builder,ColumnView.Builder,GridView.Builder,IconView.Builder,ListBase.Builder,ListView.Builder,Map.Builder,TextView.Builder,TreeView.Builder,View.Builder,Viewport.Builder
- Enclosing interface:
Scrollable
-
Method Summary
Modifier and TypeMethodDescriptiondefault BsetHadjustment(Adjustment hadjustment) HorizontalGtkAdjustmentof the scrollable widget.default BsetHscrollPolicy(ScrollablePolicy hscrollPolicy) Determines when horizontal scrolling should start.default BsetVadjustment(Adjustment vadjustment) VerticalGtkAdjustmentof the scrollable widget.default BsetVscrollPolicy(ScrollablePolicy vscrollPolicy) Determines when vertical scrolling should start.Methods inherited from interface org.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setHadjustment
HorizontalGtkAdjustmentof the scrollable widget.This adjustment is shared between the scrollable widget and its parent.
- Parameters:
hadjustment- the value for thehadjustmentproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setHscrollPolicy
Determines when horizontal scrolling should start.- Parameters:
hscrollPolicy- the value for thehscroll-policyproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setVadjustment
VerticalGtkAdjustmentof the scrollable widget.This adjustment is shared between the scrollable widget and its parent.
- Parameters:
vadjustment- the value for thevadjustmentproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setVscrollPolicy
Determines when vertical scrolling should start.- Parameters:
vscrollPolicy- the value for thevscroll-policyproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-