org.rococoa.cocoa.ae
Class TextRangeArray

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

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

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 TextRangeArray.ByReference
           
static class TextRangeArray.ByValue
           
 
Field Summary
 short fNumOfRanges
           
 TextRange[] fRange
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
TextRangeArray()
           
TextRangeArray(short fNumOfRanges, TextRange[] fRange)
           
 
Method Summary
 TextRangeArray.ByReference byReference()
           
 TextRangeArray.ByValue byValue()
           
 TextRangeArray 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

fNumOfRanges

public short fNumOfRanges

fRange

public TextRange[] fRange
Constructor Detail

TextRangeArray

public TextRangeArray()

TextRangeArray

public TextRangeArray(short fNumOfRanges,
                      TextRange[] fRange)
Parameters:
fNumOfRanges - specify the size of the fRange array
fRange - when fNumOfRanges > 1, the size of this array has to be calculated
Method Detail

byReference

public TextRangeArray.ByReference byReference()

byValue

public TextRangeArray.ByValue byValue()

clone

public TextRangeArray clone()
Overrides:
clone in class Object