Package ch.bailu.gtk.gio
Klasse FileAttributeInfo
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.FileAttributeInfo
- Alle implementierten Schnittstellen:
PointerInterface
Information about a specific attribute.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
int
a set of #GFileAttributeInfoFlags.the name of the attribute.int
the #GFileAttributeType type of the attribute.void
setFieldFlags
(int flags) a set of #GFileAttributeInfoFlags.void
setFieldName
(Str name) the name of the attribute.void
setFieldType
(int type) the #GFileAttributeType type of the attribute.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
-
NAME
the name of the attribute.- Siehe auch:
-
TYPE
the #GFileAttributeType type of the attribute.- Siehe auch:
-
FLAGS
a set of #GFileAttributeInfoFlags.- Siehe auch:
-
-
Konstruktordetails
-
FileAttributeInfo
-
FileAttributeInfo
public FileAttributeInfo()
-
-
Methodendetails
-
getClassHandler
-
setFieldName
the name of the attribute. -
getFieldName
the name of the attribute. -
setFieldType
public void setFieldType(int type) the #GFileAttributeType type of the attribute. -
getFieldType
public int getFieldType()the #GFileAttributeType type of the attribute. -
setFieldFlags
public void setFieldFlags(int flags) a set of #GFileAttributeInfoFlags. -
getFieldFlags
public int getFieldFlags()a set of #GFileAttributeInfoFlags.
-