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 interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringCalled to activate the content of the `GtkCellRenderer`.static final StringSignal gets emitted when the user cancels the process of editing a cell.static final StringSignal gets emitted when a cell starts to be edited.static final StringCalled to get the aligned area used by @cell inside @cell_area.static final StringCalled to get a renderer’s natural height.static final StringCalled to get a renderer’s natural height for width.static final StringCalled to get a renderer’s natural width.static final StringCalled to get a renderer’s natural width for height.static final StringCalled 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 StringCalled to snapshot the content of the `GtkCellRenderer`.static final StringCalled to initiate editing the content of the `GtkCellRenderer`. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.gtk.JnaCellRendererClass.OnActivateCalled to activate the content of the `GtkCellRenderer`.ch.bailu.gtk.gtk.JnaCellRendererClass.OnEditingCanceledSignal gets emitted when the user cancels the process of editing a cell.ch.bailu.gtk.gtk.JnaCellRendererClass.OnEditingStartedSignal gets emitted when a cell starts to be edited.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetAlignedAreaCalled to get the aligned area used by @cell inside @cell_area.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredHeightCalled to get a renderer’s natural height.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredHeightForWidthCalled to get a renderer’s natural height for width.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredWidthCalled to get a renderer’s natural width.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetPreferredWidthForHeightCalled to get a renderer’s natural width for height.ch.bailu.gtk.gtk.JnaCellRendererClass.OnGetRequestModeCalled to gets whether the cell renderer prefers
a height-for-width layout or a width-for-height layout.ch.bailu.gtk.gtk.JnaCellRendererClass.OnSnapshotCalled to snapshot the content of the `GtkCellRenderer`.ch.bailu.gtk.gtk.JnaCellRendererClass.OnStartEditingCalled to initiate editing the content of the `GtkCellRenderer`.static intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldActivate(CellRendererClass.OnActivate activate) Called to activate the content of the `GtkCellRenderer`.voidsetFieldEditingCanceled(CellRendererClass.OnEditingCanceled editing_canceled) Signal gets emitted when the user cancels the process of editing a cell.voidsetFieldEditingStarted(CellRendererClass.OnEditingStarted editing_started) Signal gets emitted when a cell starts to be edited.voidsetFieldGetAlignedArea(CellRendererClass.OnGetAlignedArea get_aligned_area) Called to get the aligned area used by @cell inside @cell_area.voidsetFieldGetPreferredHeight(CellRendererClass.OnGetPreferredHeight get_preferred_height) Called to get a renderer’s natural height.voidsetFieldGetPreferredHeightForWidth(CellRendererClass.OnGetPreferredHeightForWidth get_preferred_height_for_width) Called to get a renderer’s natural height for width.voidsetFieldGetPreferredWidth(CellRendererClass.OnGetPreferredWidth get_preferred_width) Called to get a renderer’s natural width.voidsetFieldGetPreferredWidthForHeight(CellRendererClass.OnGetPreferredWidthForHeight get_preferred_width_for_height) Called to get a renderer’s natural width for height.voidsetFieldGetRequestMode(CellRendererClass.OnGetRequestMode get_request_mode) Called to gets whether the cell renderer prefers
a height-for-width layout or a width-for-height layout.voidsetFieldSnapshot(CellRendererClass.OnSnapshot snapshot) Called to snapshot the content of the `GtkCellRenderer`.voidsetFieldStartEditing(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, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon 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()
-