org.rococoa.cocoa.appkit
Class NSTextTab._flags_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit.NSTextTab._flags_struct
Direct Known Subclasses:
NSTextTab._flags_struct.ByReference, NSTextTab._flags_struct.ByValue
Enclosing class:
NSTextTab

public static class NSTextTab._flags_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSTextTab._flags_struct.ByReference
           
static class NSTextTab._flags_struct.ByValue
           
 
Field Summary
 byte alignment
           
 int refCount
           
 byte unused
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSTextTab._flags_struct()
           
NSTextTab._flags_struct(byte alignment, int refCount, byte unused)
           
 
Method Summary
 NSTextTab._flags_struct.ByReference byReference()
           
 NSTextTab._flags_struct.ByValue byValue()
           
 NSTextTab._flags_struct 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

alignment

public byte alignment

refCount

public int refCount

unused

public byte unused
Constructor Detail

NSTextTab._flags_struct

public NSTextTab._flags_struct()

NSTextTab._flags_struct

public NSTextTab._flags_struct(byte alignment,
                               int refCount,
                               byte unused)
Method Detail

byReference

public NSTextTab._flags_struct.ByReference byReference()

byValue

public NSTextTab._flags_struct.ByValue byValue()

clone

public NSTextTab._flags_struct clone()
Overrides:
clone in class Object