org.rococoa.cocoa.appkit
Class NSTextContainer.__tcFlags

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

public static class NSTextContainer.__tcFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSTextContainer.__tcFlags.ByReference
           
static class NSTextContainer.__tcFlags.ByValue
           
 
Field Summary
 short _reserved
           
 byte heightTracksTextView
           
 byte observingFrameChanges
           
 byte widthTracksTextView
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSTextContainer.__tcFlags()
           
NSTextContainer.__tcFlags(byte widthTracksTextView, byte heightTracksTextView, byte observingFrameChanges, short _reserved)
           
 
Method Summary
 NSTextContainer.__tcFlags.ByReference byReference()
           
 NSTextContainer.__tcFlags.ByValue byValue()
           
 NSTextContainer.__tcFlags 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

widthTracksTextView

public byte widthTracksTextView

heightTracksTextView

public byte heightTracksTextView

observingFrameChanges

public byte observingFrameChanges

_reserved

public short _reserved
Constructor Detail

NSTextContainer.__tcFlags

public NSTextContainer.__tcFlags()

NSTextContainer.__tcFlags

public NSTextContainer.__tcFlags(byte widthTracksTextView,
                                 byte heightTracksTextView,
                                 byte observingFrameChanges,
                                 short _reserved)
Method Detail

byReference

public NSTextContainer.__tcFlags.ByReference byReference()

byValue

public NSTextContainer.__tcFlags.ByValue byValue()

clone

public NSTextContainer.__tcFlags clone()
Overrides:
clone in class Object