org.rococoa.cocoa.appkit
Class _OVFlags

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

public class _OVFlags
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 _OVFlags.ByReference
           
static class _OVFlags.ByValue
           
 
Field Summary
 short _reserved
           
 byte autoExpandFlashState
           
 byte autoresizesOutlineColumn
           
 byte autoSaveExpandItems
           
 byte compatCollapseForceClearsExpandState
           
 byte delayRowEntryFreeDisabled
           
 byte delegateHeightOfRowByItem
           
 byte delegateSelectionShouldChangeInOutlineView
           
 byte delegateShouldCollapseItem
           
 byte delegateShouldEditTableColumn
           
 byte delegateShouldExpandItem
           
 byte delegateShouldSelectItem
           
 byte delegateShouldSelectTableColumn
           
 byte delegateWillDisplayCell
           
 byte delegateWillDisplayOutlineCell
           
 byte enableExpandNotifications
           
 byte numberOfRowsDataExpandEntered
           
 byte reloadingData
           
 byte removeChildInProgress
           
 byte selectionAdjustmentDisabled
           
 byte validDataSourceMethods
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
_OVFlags()
           
 
Method Summary
 _OVFlags.ByReference byReference()
           
 _OVFlags.ByValue byValue()
           
 _OVFlags 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

_reserved

public short _reserved

reloadingData

public byte reloadingData

validDataSourceMethods

public byte validDataSourceMethods

numberOfRowsDataExpandEntered

public byte numberOfRowsDataExpandEntered

delayRowEntryFreeDisabled

public byte delayRowEntryFreeDisabled

delegateHeightOfRowByItem

public byte delegateHeightOfRowByItem

compatCollapseForceClearsExpandState

public byte compatCollapseForceClearsExpandState

autoExpandFlashState

public byte autoExpandFlashState

selectionAdjustmentDisabled

public byte selectionAdjustmentDisabled

removeChildInProgress

public byte removeChildInProgress

delegateWillDisplayOutlineCell

public byte delegateWillDisplayOutlineCell

enableExpandNotifications

public byte enableExpandNotifications

autoSaveExpandItems

public byte autoSaveExpandItems

autoresizesOutlineColumn

public byte autoresizesOutlineColumn

delegateShouldExpandItem

public byte delegateShouldExpandItem

delegateShouldCollapseItem

public byte delegateShouldCollapseItem

delegateSelectionShouldChangeInOutlineView

public byte delegateSelectionShouldChangeInOutlineView

delegateShouldSelectTableColumn

public byte delegateShouldSelectTableColumn

delegateShouldSelectItem

public byte delegateShouldSelectItem

delegateShouldEditTableColumn

public byte delegateShouldEditTableColumn

delegateWillDisplayCell

public byte delegateWillDisplayCell
Constructor Detail

_OVFlags

public _OVFlags()
Method Detail

byReference

public _OVFlags.ByReference byReference()

byValue

public _OVFlags.ByValue byValue()

clone

public _OVFlags clone()
Overrides:
clone in class Object