org.rococoa.cocoa.carboncore
Class ItlbExtRecord

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.carboncore.ItlbExtRecord
Direct Known Subclasses:
ItlbExtRecord.ByReference, ItlbExtRecord.ByValue

public class ItlbExtRecord
extends com.ochafik.lang.jnaerator.runtime.Structure

New ItlbExtRecord structure for System 7.0
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.


Nested Class Summary
static class ItlbExtRecord.ByReference
           
static class ItlbExtRecord.ByValue
           
 
Field Summary
 ItlbRecord base
           
 byte itlbAliasStyle
           
 short itlbAppFond
           
 short itlbAppSize
           
 short itlbHelpFond
           
 short itlbHelpSize
           
 int itlbLocalSize
           
 short itlbMonoFond
           
 short itlbMonoSize
           
 short itlbPrefFond
           
 short itlbPrefSize
           
 short itlbSmallFond
           
 short itlbSmallSize
           
 short itlbSysFond
           
 short itlbSysSize
           
 byte itlbValidStyles
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
ItlbExtRecord()
           
 
Method Summary
 ItlbExtRecord.ByReference byReference()
           
 ItlbExtRecord.ByValue byValue()
           
 ItlbExtRecord clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

base

public ItlbRecord base

itlbLocalSize

public int itlbLocalSize

itlbMonoFond

public short itlbMonoFond

itlbMonoSize

public short itlbMonoSize

itlbPrefFond

public short itlbPrefFond

itlbPrefSize

public short itlbPrefSize

itlbSmallFond

public short itlbSmallFond

itlbSmallSize

public short itlbSmallSize

itlbSysFond

public short itlbSysFond

itlbSysSize

public short itlbSysSize

itlbAppFond

public short itlbAppFond

itlbAppSize

public short itlbAppSize

itlbHelpFond

public short itlbHelpFond

itlbHelpSize

public short itlbHelpSize

itlbValidStyles

public byte itlbValidStyles

itlbAliasStyle

public byte itlbAliasStyle
Constructor Detail

ItlbExtRecord

public ItlbExtRecord()
Method Detail

byReference

public ItlbExtRecord.ByReference byReference()

byValue

public ItlbExtRecord.ByValue byValue()

clone

public ItlbExtRecord clone()
Overrides:
clone in class Object