Package ch.bailu.gtk.gtk
Klasse CustomSorter
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gobject.Object
ch.bailu.gtk.type.PropertyHolder
ch.bailu.gtk.gtk.Sorter
ch.bailu.gtk.gtk.CustomSorter
- Alle implementierten Schnittstellen:
PointerInterface
Sorts items via a callback function.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interfaceVon Klasse geerbte verschachtelte Klassen/Schnittstellen ch.bailu.gtk.gtk.Sorter
Sorter.OnChangedVon Klasse geerbte verschachtelte Klassen/Schnittstellen ch.bailu.gtk.gobject.Object
Object.OnBindingTransformFunc, Object.OnDuplicateFunc, Object.OnNotify, Object.OnToggleNotify, Object.OnWeakNotify -
Feldübersicht
Von Klasse geerbte Felder ch.bailu.gtk.gtk.Sorter
SIGNAL_ON_CHANGEDVon Klasse geerbte Felder ch.bailu.gtk.gobject.Object
SIGNAL_ON_NOTIFY -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCustomSorter(CustomSorter.OnCompareDataFunc sort_func, Pointer user_data, CustomSorter.OnDestroyNotify user_destroy) Creates a new `GtkSorter` that works by calling
@sort_func to compare items.CustomSorter(PointerContainer pointer) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerstatic intstatic longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizevoidsetSortFunc(CustomSorter.OnCompareDataFunc sort_func, Pointer user_data, CustomSorter.OnDestroyNotify user_destroy) Sets (or unsets) the function used for sorting items.Von Klasse geerbte Methoden ch.bailu.gtk.type.PropertyHolder
getBooleanProperty, getIntProperty, getObjectProperty, getStringProperty, getStrProperty, setBooleanProperty, setIntProperty, setObjectProperty, setStringProperty, setStrPropertyVon Klasse geerbte Methoden ch.bailu.gtk.gobject.Object
addToggleRef, bindProperty, bindProperty, bindPropertyFull, bindPropertyFull, bindPropertyWithClosures, bindPropertyWithClosures, compatControl, connect, connect, disconnect, disconnect, dupData, dupData, dupQdata, forceFloating, freezeNotify, get, get, getData, getData, getProperty, getProperty, getQdata, interfaceFindProperty, interfaceInstallProperty, isFloating, notify, notify, notifyByPspec, onNotify, ref, refSink, removeToggleRef, replaceData, replaceData, replaceQdata, runDispose, set, set, setData, setData, setDataFull, setDataFull, setProperty, setProperty, setQdata, setQdataFull, stealData, stealData, stealQdata, takeRef, thawNotify, unref, watchClosure, weakRef, weakUnrefVon 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
-
Konstruktordetails
-
CustomSorter
-
CustomSorter
public CustomSorter(CustomSorter.OnCompareDataFunc sort_func, @Nullable Pointer user_data, CustomSorter.OnDestroyNotify user_destroy) Creates a new `GtkSorter` that works by calling
@sort_func to compare items.
If @sort_func is %NULL, all items are considered equal.- Parameter:
sort_func- the `GCompareDataFunc` to use for sortinguser_data- user data to pass to @sort_funcuser_destroy- destroy notify for @user_data
-
-
Methodendetails
-
getClassHandler
-
setSortFunc
public void setSortFunc(CustomSorter.OnCompareDataFunc sort_func, @Nullable Pointer user_data, CustomSorter.OnDestroyNotify user_destroy) Sets (or unsets) the function used for sorting items.
If @sort_func is %NULL, all items are considered equal.
If the sort func changes its sorting behavior,
gtk_sorter_changed() needs to be called.
If a previous function was set, its @user_destroy will be
called now.- Parameter:
sort_func- function to sort itemsuser_data- user data to pass to @match_funcuser_destroy- destroy notify for @user_data
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-