org.rococoa.cocoa.carboncore
Class FXInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.FXInfo
- Direct Known Subclasses:
- FXInfo.ByReference, FXInfo.ByValue
public class FXInfo
- extends com.ochafik.lang.jnaerator.runtime.Structure
IMPORTANT:
In MacOS 8, the fdIconID and fdComment fields were changed
to become reserved fields for the Finder.
The fdScript has become an extended flag.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Constructor Summary |
FXInfo()
|
FXInfo(short fdIconID,
short[] fdReserved,
byte fdScript,
byte fdXFlags,
short fdComment,
int fdPutAway)
|
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
fdIconID
public short fdIconID
fdReserved
public short[] fdReserved
fdScript
public byte fdScript
fdXFlags
public byte fdXFlags
fdComment
public short fdComment
fdPutAway
public int fdPutAway
FXInfo
public FXInfo()
FXInfo
public FXInfo(short fdIconID,
short[] fdReserved,
byte fdScript,
byte fdXFlags,
short fdComment,
int fdPutAway)
- Parameters:
fdIconID
- Reserved (set to 0)
fdReserved
- Reserved (set to 0)
fdScript
- Extended flags. Script code if high-bit is set
fdXFlags
- Extended flags
fdComment
- Reserved (set to 0). Comment ID if high-bit is clear
fdPutAway
- Put away folder ID
byReference
public FXInfo.ByReference byReference()
byValue
public FXInfo.ByValue byValue()
clone
public FXInfo clone()
- Overrides:
clone
in class Object