Package ch.bailu.gtk.gtk
Klasse CellRendererClass
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gtk.CellRendererClass
- Alle implementierten Schnittstellen:
PointerInterface
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
Called to activate the content of the `GtkCellRenderer`.static final String
Signal gets emitted when the user cancels the process of editing a cell.static final String
Signal gets emitted when a cell starts to be edited.static final String
Called to get the aligned area used by @cell inside @cell_area.static final String
Called to get a renderer’s natural height.static final String
Called to get a renderer’s natural height for width.static final String
Called to get a renderer’s natural width.static final String
Called to get a renderer’s natural width for height.static final String
Called to gets whether the cell renderer prefers
a height-for-width layout or a width-for-height layout.static final String
Private field: direct-typestatic final String
Called to snapshot the content of the `GtkCellRenderer`.static final String
Called to initiate editing the content of the `GtkCellRenderer`. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
ch.bailu.gtk.gtk.JnaCellRendererClass.OnActivate
Called to activate the content of the `GtkCellRenderer`.ch.bailu.gtk.gtk.JnaCellRendererClass.OnEditingCanceled
Signal gets emitted when the user cancels the process of editing a cell.ch.bailu.gtk.gtk.JnaCellRendererClass.OnEditingStarted
Signal gets emitted when a cell starts to be edited.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetAlignedArea
Called to get the aligned area used by @cell inside @cell_area.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredHeight
Called to get a renderer’s natural height.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredHeightForWidth
Called to get a renderer’s natural height for width.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredWidth
Called to get a renderer’s natural width.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredWidthForHeight
Called to get a renderer’s natural width for height.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetRequestMode
Called to gets whether the cell renderer prefers
a height-for-width layout or a width-for-height layout.ch.bailu.gtk.gtk.JnaCellRendererClass.OnSnapshot
Called to snapshot the content of the `GtkCellRenderer`.ch.bailu.gtk.gtk.JnaCellRendererClass.OnStartEditing
Called to initiate editing the content of the `GtkCellRenderer`.static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldActivate
(CellRendererClass.OnActivate activate) Called to activate the content of the `GtkCellRenderer`.void
setFieldEditingCanceled
(CellRendererClass.OnEditingCanceled editing_canceled) Signal gets emitted when the user cancels the process of editing a cell.void
setFieldEditingStarted
(CellRendererClass.OnEditingStarted editing_started) Signal gets emitted when a cell starts to be edited.void
setFieldGetAlignedArea
(CellRendererClass.OnGetAlignedArea get_aligned_area) Called to get the aligned area used by @cell inside @cell_area.void
setFieldGetPreferredHeight
(CellRendererClass.OnGetPreferredHeight get_preferred_height) Called to get a renderer’s natural height.void
setFieldGetPreferredHeightForWidth
(CellRendererClass.OnGetPreferredHeightForWidth get_preferred_height_for_width) Called to get a renderer’s natural height for width.void
setFieldGetPreferredWidth
(CellRendererClass.OnGetPreferredWidth get_preferred_width) Called to get a renderer’s natural width.void
setFieldGetPreferredWidthForHeight
(CellRendererClass.OnGetPreferredWidthForHeight get_preferred_width_for_height) Called to get a renderer’s natural width for height.void
setFieldGetRequestMode
(CellRendererClass.OnGetRequestMode get_request_mode) Called to gets whether the cell renderer prefers
a height-for-width layout or a width-for-height layout.void
setFieldSnapshot
(CellRendererClass.OnSnapshot snapshot) Called to snapshot the content of the `GtkCellRenderer`.void
setFieldStartEditing
(CellRendererClass.OnStartEditing start_editing) Called to initiate editing the content of the `GtkCellRenderer`.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
PARENT_CLASS
Private field: direct-type- Siehe auch:
-
GET_REQUEST_MODE
Called to gets whether the cell renderer prefers
a height-for-width layout or a width-for-height layout.
SeeCellRendererClass.OnGetRequestMode.onGetRequestMode(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer)
- Siehe auch:
-
GET_PREFERRED_WIDTH
Called to get a renderer’s natural width.
SeeCellRendererClass.OnGetPreferredWidth.onGetPreferredWidth(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)
- Siehe auch:
-
GET_PREFERRED_HEIGHT_FOR_WIDTH
Called to get a renderer’s natural height for width.
SeeCellRendererClass.OnGetPreferredHeightForWidth.onGetPreferredHeightForWidth(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)
- Siehe auch:
-
GET_PREFERRED_HEIGHT
Called to get a renderer’s natural height.
SeeCellRendererClass.OnGetPreferredHeight.onGetPreferredHeight(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)
- Siehe auch:
-
GET_PREFERRED_WIDTH_FOR_HEIGHT
Called to get a renderer’s natural width for height.
SeeCellRendererClass.OnGetPreferredWidthForHeight.onGetPreferredWidthForHeight(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)
- Siehe auch:
-
GET_ALIGNED_AREA
Called to get the aligned area used by @cell inside @cell_area.
SeeCellRendererClass.OnGetAlignedArea.onGetAlignedArea(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, int, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle)
- Siehe auch:
-
SNAPSHOT
Called to snapshot the content of the `GtkCellRenderer`.
SeeCellRendererClass.OnSnapshot.onSnapshot(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Snapshot, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle, int)
- Siehe auch:
-
ACTIVATE
Called to activate the content of the `GtkCellRenderer`.
SeeCellRendererClass.OnActivate.onActivate(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gdk.Event, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.type.Str, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle, int)
- Siehe auch:
-
START_EDITING
Called to initiate editing the content of the `GtkCellRenderer`.
SeeCellRendererClass.OnStartEditing.onStartEditing(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gdk.Event, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.type.Str, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle, int)
- Siehe auch:
-
EDITING_CANCELED
Signal gets emitted when the user cancels the process of editing a cell.
SeeCellRendererClass.OnEditingCanceled.onEditingCanceled(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer)
- Siehe auch:
-
EDITING_STARTED
Signal gets emitted when a cell starts to be edited.
SeeCellRendererClass.OnEditingStarted.onEditingStarted(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.CellEditable, ch.bailu.gtk.type.Str)
- Siehe auch:
-
-
Konstruktordetails
-
CellRendererClass
-
-
Methodendetails
-
getClassHandler
-
setFieldGetRequestMode
Called to gets whether the cell renderer prefers
a height-for-width layout or a width-for-height layout.
SeeCellRendererClass.OnGetRequestMode.onGetRequestMode(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer)
-
getFieldGetRequestMode
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetRequestMode getFieldGetRequestMode()Called to gets whether the cell renderer prefers
a height-for-width layout or a width-for-height layout.
SeeCellRendererClass.OnGetRequestMode.onGetRequestMode(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer)
-
setFieldGetPreferredWidth
-
getFieldGetPreferredWidth
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredWidth getFieldGetPreferredWidth() -
setFieldGetPreferredHeightForWidth
public void setFieldGetPreferredHeightForWidth(CellRendererClass.OnGetPreferredHeightForWidth get_preferred_height_for_width) Called to get a renderer’s natural height for width.
SeeCellRendererClass.OnGetPreferredHeightForWidth.onGetPreferredHeightForWidth(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)
-
getFieldGetPreferredHeightForWidth
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredHeightForWidth getFieldGetPreferredHeightForWidth()Called to get a renderer’s natural height for width.
SeeCellRendererClass.OnGetPreferredHeightForWidth.onGetPreferredHeightForWidth(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)
-
setFieldGetPreferredHeight
-
getFieldGetPreferredHeight
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredHeight getFieldGetPreferredHeight() -
setFieldGetPreferredWidthForHeight
public void setFieldGetPreferredWidthForHeight(CellRendererClass.OnGetPreferredWidthForHeight get_preferred_width_for_height) Called to get a renderer’s natural width for height.
SeeCellRendererClass.OnGetPreferredWidthForHeight.onGetPreferredWidthForHeight(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)
-
getFieldGetPreferredWidthForHeight
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredWidthForHeight getFieldGetPreferredWidthForHeight()Called to get a renderer’s natural width for height.
SeeCellRendererClass.OnGetPreferredWidthForHeight.onGetPreferredWidthForHeight(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, int, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)
-
setFieldGetAlignedArea
Called to get the aligned area used by @cell inside @cell_area.
SeeCellRendererClass.OnGetAlignedArea.onGetAlignedArea(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, int, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle)
-
getFieldGetAlignedArea
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetAlignedArea getFieldGetAlignedArea()Called to get the aligned area used by @cell inside @cell_area.
SeeCellRendererClass.OnGetAlignedArea.onGetAlignedArea(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Widget, int, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle)
-
setFieldSnapshot
Called to snapshot the content of the `GtkCellRenderer`.
SeeCellRendererClass.OnSnapshot.onSnapshot(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Snapshot, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle, int)
-
getFieldSnapshot
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnSnapshot getFieldSnapshot()Called to snapshot the content of the `GtkCellRenderer`.
SeeCellRendererClass.OnSnapshot.onSnapshot(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.Snapshot, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle, int)
-
setFieldActivate
Called to activate the content of the `GtkCellRenderer`.
SeeCellRendererClass.OnActivate.onActivate(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gdk.Event, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.type.Str, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle, int)
-
getFieldActivate
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnActivate getFieldActivate()Called to activate the content of the `GtkCellRenderer`.
SeeCellRendererClass.OnActivate.onActivate(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gdk.Event, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.type.Str, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle, int)
-
setFieldStartEditing
Called to initiate editing the content of the `GtkCellRenderer`.
SeeCellRendererClass.OnStartEditing.onStartEditing(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gdk.Event, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.type.Str, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle, int)
-
getFieldStartEditing
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnStartEditing getFieldStartEditing()Called to initiate editing the content of the `GtkCellRenderer`.
SeeCellRendererClass.OnStartEditing.onStartEditing(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gdk.Event, ch.bailu.gtk.gtk.Widget, ch.bailu.gtk.type.Str, ch.bailu.gtk.gdk.Rectangle, ch.bailu.gtk.gdk.Rectangle, int)
-
setFieldEditingCanceled
Signal gets emitted when the user cancels the process of editing a cell.
SeeCellRendererClass.OnEditingCanceled.onEditingCanceled(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer)
-
getFieldEditingCanceled
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnEditingCanceled getFieldEditingCanceled()Signal gets emitted when the user cancels the process of editing a cell.
SeeCellRendererClass.OnEditingCanceled.onEditingCanceled(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer)
-
setFieldEditingStarted
Signal gets emitted when a cell starts to be edited.
SeeCellRendererClass.OnEditingStarted.onEditingStarted(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.CellEditable, ch.bailu.gtk.type.Str)
-
getFieldEditingStarted
public ch.bailu.gtk.gtk.JnaCellRendererClass.OnEditingStarted getFieldEditingStarted()Signal gets emitted when a cell starts to be edited.
SeeCellRendererClass.OnEditingStarted.onEditingStarted(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gtk.CellRenderer, ch.bailu.gtk.gtk.CellEditable, ch.bailu.gtk.type.Str)
-
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-