org.rococoa.cocoa.appkit
Class __TvFlags

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

public class __TvFlags
extends Structure<__TvFlags,__TvFlags.ByValue,__TvFlags.ByReference>

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h
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
 
Constructor Summary
__TvFlags()
           
 
Method Summary
static __TvFlags[] 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

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

newArray

public static __TvFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.