org.rococoa.cocoa.appkit
Class __OvFlags

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

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

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.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 __OvFlags.ByReference
           
static class __OvFlags.ByValue
           
 
Field Summary
 byte _reserved
           
 byte _unused
           
 byte autoExpandFlashState
           
 byte autoresizesOutlineColumn
           
 byte autoSaveExpandItems
           
 byte dataSourceDraggedImageMovedTo
           
 byte dataSourceDraggingEndedAt
           
 byte delayRowEntryFreeDisabled
           
 byte delegateAutoCollapseItem
           
 byte delegateAutoExpandItem
           
 byte delegateHeightOfRowByItem
           
 byte delegateSelectionShouldChangeInOutlineView
           
 byte delegateShouldAutoExpandItem
           
 byte delegateShouldCollapseItem
           
 byte delegateShouldEditTableColumn
           
 byte delegateShouldExpandItem
           
 byte delegateShouldSelectItem
           
 byte delegateShouldSelectTableColumn
           
 byte delegateShouldShowOutlineCellForItem
           
 byte delegateWillDisplayCell
           
 byte delegateWillDisplayOutlineCell
           
 byte dontRedisplayOnFrameChange
           
 byte enableExpandNotifications
           
 byte flashingEntireRow
           
 byte flashingOutlineCell
           
 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
 
Constructor Summary
__OvFlags()
           
 
Method Summary
static __OvFlags[] 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

_reserved

public byte _reserved

dontRedisplayOnFrameChange

public byte dontRedisplayOnFrameChange

flashingOutlineCell

public byte flashingOutlineCell

flashingEntireRow

public byte flashingEntireRow

delegateShouldAutoExpandItem

public byte delegateShouldAutoExpandItem

delegateAutoCollapseItem

public byte delegateAutoCollapseItem

delegateAutoExpandItem

public byte delegateAutoExpandItem

delegateShouldShowOutlineCellForItem

public byte delegateShouldShowOutlineCellForItem

dataSourceDraggedImageMovedTo

public byte dataSourceDraggedImageMovedTo

dataSourceDraggingEndedAt

public byte dataSourceDraggingEndedAt

reloadingData

public byte reloadingData

validDataSourceMethods

public byte validDataSourceMethods

numberOfRowsDataExpandEntered

public byte numberOfRowsDataExpandEntered

delayRowEntryFreeDisabled

public byte delayRowEntryFreeDisabled

delegateHeightOfRowByItem

public byte delegateHeightOfRowByItem

_unused

public byte _unused

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

newArray

public static __OvFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.