org.rococoa.cocoa.appkit
Class _MFlags

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

public class _MFlags
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 _MFlags.ByReference
           
static class _MFlags.ByValue
           
 
Field Summary
 byte allowEmptySel
           
 byte allowsIncrementalSearching
           
 byte autoscroll
           
 byte autosizeCells
           
 byte browserOptimizationsEnabled
           
 byte changingSelectionWithKeyboard
           
 byte checkForSimpleTrackingMode
           
 byte currentlySelectingCell
           
 byte dontScroll
           
 byte drawingAncestor
           
 byte drawsBackground
           
 byte drawsCellBackground
           
 byte hasCachedSubclassIsSafeForLiveResize
           
 byte highlightMode
           
 byte listMode
           
 byte liveResizeImageCacheingEnabled
           
 byte needsRedrawBeforeFirstLiveResizeCache
           
 byte onlySetKeyCell
           
 byte radioMode
           
 byte refusesFirstResponder
           
 byte reservedMatrix
           
 byte selectionByRect
           
 byte subclassIsSafeForLiveResize
           
 byte tabKeyTraversesCells
           
 byte tabKeyTraversesCellsExplicitlySet
           
 byte tmpAllowNonVisibleCellsToBecomeFirstResponder
           
 byte useSimpleTrackingMode
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
_MFlags()
           
 
Method Summary
 _MFlags.ByReference byReference()
           
 _MFlags.ByValue byValue()
           
 _MFlags 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

reservedMatrix

public byte reservedMatrix

browserOptimizationsEnabled

public byte browserOptimizationsEnabled

needsRedrawBeforeFirstLiveResizeCache

public byte needsRedrawBeforeFirstLiveResizeCache

tmpAllowNonVisibleCellsToBecomeFirstResponder

public byte tmpAllowNonVisibleCellsToBecomeFirstResponder

subclassIsSafeForLiveResize

public byte subclassIsSafeForLiveResize

hasCachedSubclassIsSafeForLiveResize

public byte hasCachedSubclassIsSafeForLiveResize

liveResizeImageCacheingEnabled

public byte liveResizeImageCacheingEnabled

checkForSimpleTrackingMode

public byte checkForSimpleTrackingMode

useSimpleTrackingMode

public byte useSimpleTrackingMode

refusesFirstResponder

public byte refusesFirstResponder

dontScroll

public byte dontScroll

changingSelectionWithKeyboard

public byte changingSelectionWithKeyboard

onlySetKeyCell

public byte onlySetKeyCell

currentlySelectingCell

public byte currentlySelectingCell

allowsIncrementalSearching

public byte allowsIncrementalSearching

tabKeyTraversesCellsExplicitlySet

public byte tabKeyTraversesCellsExplicitlySet

tabKeyTraversesCells

public byte tabKeyTraversesCells

drawingAncestor

public byte drawingAncestor

autosizeCells

public byte autosizeCells

drawsBackground

public byte drawsBackground

drawsCellBackground

public byte drawsCellBackground

selectionByRect

public byte selectionByRect

autoscroll

public byte autoscroll

allowEmptySel

public byte allowEmptySel

listMode

public byte listMode

radioMode

public byte radioMode

highlightMode

public byte highlightMode
Constructor Detail

_MFlags

public _MFlags()
Method Detail

byReference

public _MFlags.ByReference byReference()

byValue

public _MFlags.ByValue byValue()

clone

public _MFlags clone()
Overrides:
clone in class Object