Package ch.bailu.gtk.gobject
Klasse EnumClass
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gobject.EnumClass
- Alle implementierten Schnittstellen:
PointerInterface
The class of an enumeration type holds information about its
possible values.
possible values.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringthe parent class
Private field: direct-typestatic final Stringthe largest possible value.static final Stringthe smallest possible value.static final Stringthe number of possible values.static final Stringan array of #GEnumValue structs describing the
individual values. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerintthe largest possible value.intthe smallest possible value.intthe number of possible values.an array of #GEnumValue structs describing the
individual values.voidsetFieldMaximum(int maximum) the largest possible value.voidsetFieldMinimum(int minimum) the smallest possible value.voidsetFieldNValues(int n_values) the number of possible values.voidsetFieldValues(EnumValue values) an array of #GEnumValue structs describing the
individual values.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
-
G_TYPE_CLASS
the parent class
Private field: direct-type- Siehe auch:
-
MINIMUM
the smallest possible value.- Siehe auch:
-
MAXIMUM
the largest possible value.- Siehe auch:
-
N_VALUES
the number of possible values.- Siehe auch:
-
VALUES
an array of #GEnumValue structs describing the
individual values.- Siehe auch:
-
-
Konstruktordetails
-
EnumClass
-
EnumClass
public EnumClass()
-
-
Methodendetails
-
getClassHandler
-
setFieldMinimum
public void setFieldMinimum(int minimum) the smallest possible value. -
getFieldMinimum
public int getFieldMinimum()the smallest possible value. -
setFieldMaximum
public void setFieldMaximum(int maximum) the largest possible value. -
getFieldMaximum
public int getFieldMaximum()the largest possible value. -
setFieldNValues
public void setFieldNValues(int n_values) the number of possible values. -
getFieldNValues
public int getFieldNValues()the number of possible values. -
setFieldValues
an array of #GEnumValue structs describing the
individual values. -
getFieldValues
an array of #GEnumValue structs describing the
individual values.
-