Package ch.bailu.gtk.gio
Klasse ConverterIface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.ConverterIface
- Alle implementierten Schnittstellen:
PointerInterface
Provides an interface for converting data from one type
to another type. The conversion can be stateful
and may fail at any place.
to another type. The conversion can be stateful
and may fail at any place.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interface
static interface
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
ch.bailu.gtk.gio.JnaConverterIface.OnConvert
Converts data.ch.bailu.gtk.gio.JnaConverterIface.OnReset
Reverts the internal state of the converter to its initial state.static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldConvert
(ConverterIface.OnConvert convert) Converts data.void
Reverts the internal state of the converter to its initial state.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
-
G_IFACE
The parent interface.
Private field: direct-type- Siehe auch:
-
CONVERT
- Siehe auch:
-
RESET
Reverts the internal state of the converter to its initial state.
SeeConverterIface.OnReset.onReset(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Converter)
- Siehe auch:
-
-
Konstruktordetails
-
ConverterIface
-
ConverterIface
public ConverterIface()
-
-
Methodendetails
-
getClassHandler
-
setFieldConvert
-
getFieldConvert
public ch.bailu.gtk.gio.JnaConverterIface.OnConvert getFieldConvert() -
setFieldReset
Reverts the internal state of the converter to its initial state.
SeeConverterIface.OnReset.onReset(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Converter)
-
getFieldReset
public ch.bailu.gtk.gio.JnaConverterIface.OnReset getFieldReset()Reverts the internal state of the converter to its initial state.
SeeConverterIface.OnReset.onReset(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Converter)
-
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-