org.rococoa.cocoa.appkit
Class NSTextContainer.__tcFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<NSTextContainer.__tcFlags,NSTextContainer.__tcFlags.ByValue,NSTextContainer.__tcFlags.ByReference>
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)
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 |
widthTracksTextView
public byte widthTracksTextView
heightTracksTextView
public byte heightTracksTextView
observingFrameChanges
public byte observingFrameChanges
_reserved
public short _reserved
NSTextContainer.__tcFlags
public NSTextContainer.__tcFlags()
NSTextContainer.__tcFlags
public NSTextContainer.__tcFlags(byte widthTracksTextView,
byte heightTracksTextView,
byte observingFrameChanges,
short _reserved)
newArray
public static NSTextContainer.__tcFlags[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.