org.rococoa.cocoa.appkit
Class NSTextContainer.__tcFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<NSTextContainer.__tcFlags,NSTextContainer.__tcFlags.ByValue,NSTextContainer.__tcFlags.ByReference>
          extended by org.rococoa.cocoa.appkit.NSTextContainer.__tcFlags
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<NSTextContainer.__tcFlags,NSTextContainer.__tcFlags.ByValue,NSTextContainer.__tcFlags.ByReference>>
Direct Known Subclasses:
NSTextContainer.__tcFlags.ByReference, NSTextContainer.__tcFlags.ByValue
Enclosing class:
NSTextContainer

public static class NSTextContainer.__tcFlags
extends Structure<NSTextContainer.__tcFlags,NSTextContainer.__tcFlags.ByValue,NSTextContainer.__tcFlags.ByReference>

native declaration : NSTextContainer.h:96
Conversion Error : /// Original signature : -(BOOL)containsPoint:()
- (BOOL)containsPoint:(null)point; (Argument point cannot be converted)


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
 
Constructor Summary
NSTextContainer.__tcFlags()
           
NSTextContainer.__tcFlags(byte widthTracksTextView, byte heightTracksTextView, byte observingFrameChanges, short _reserved)
           
 
Method Summary
static NSTextContainer.__tcFlags[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

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

newArray

public static NSTextContainer.__tcFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.