org.rococoa.cocoa.appkit
Class _TvFlags

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

public class _TvFlags
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 _TvFlags.ByReference
           
static class _TvFlags.ByValue
           
 
Field Summary
 byte allowsColumnReordering
           
 byte allowsColumnResizing
           
 byte allowsColumnSelection
           
 byte allowsEmptySelection
           
 byte allowsMultipleSelection
           
 byte changingLayout
           
 byte compareWidthWithSuperview
           
 byte dataSourceSetObjectValue
           
 byte delegateSelectionShouldChangeInTableView
           
 byte delegateShouldEditTableColumn
           
 byte delegateShouldSelectRow
           
 byte delegateShouldSelectTableColumn
           
 byte delegateWillDisplayCell
           
 byte movedPostingDisableCount
           
 byte oldAutoresizesAllColumnsToFit
           
 byte oldDrawsGridFlag
           
 byte refusesFirstResponder
           
 byte selectionPostingDisableCount
           
 byte selectionType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
_TvFlags()
           
 
Method Summary
 _TvFlags.ByReference byReference()
           
 _TvFlags.ByValue byValue()
           
 _TvFlags 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

refusesFirstResponder

public byte refusesFirstResponder

movedPostingDisableCount

public byte movedPostingDisableCount

selectionPostingDisableCount

public byte selectionPostingDisableCount

dataSourceSetObjectValue

public byte dataSourceSetObjectValue

oldAutoresizesAllColumnsToFit

public byte oldAutoresizesAllColumnsToFit

delegateSelectionShouldChangeInTableView

public byte delegateSelectionShouldChangeInTableView

delegateShouldSelectTableColumn

public byte delegateShouldSelectTableColumn

delegateShouldSelectRow

public byte delegateShouldSelectRow

delegateShouldEditTableColumn

public byte delegateShouldEditTableColumn

delegateWillDisplayCell

public byte delegateWillDisplayCell

compareWidthWithSuperview

public byte compareWidthWithSuperview

changingLayout

public byte changingLayout

selectionType

public byte selectionType

allowsColumnSelection

public byte allowsColumnSelection

allowsMultipleSelection

public byte allowsMultipleSelection

allowsEmptySelection

public byte allowsEmptySelection

oldDrawsGridFlag

public byte oldDrawsGridFlag

allowsColumnResizing

public byte allowsColumnResizing

allowsColumnReordering

public byte allowsColumnReordering
Constructor Detail

_TvFlags

public _TvFlags()
Method Detail

byReference

public _TvFlags.ByReference byReference()

byValue

public _TvFlags.ByValue byValue()

clone

public _TvFlags clone()
Overrides:
clone in class Object