org.rococoa.cocoa.appkit
Class __MFlags

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

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

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.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 __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 drawingContextMenuHighlight
           
 byte drawingContextMenuHighlightOnAllSelectedRows
           
 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
 
Constructor Summary
__MFlags()
           
 
Method Summary
static __MFlags[] 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

reservedMatrix

public byte reservedMatrix

drawingContextMenuHighlightOnAllSelectedRows

public byte drawingContextMenuHighlightOnAllSelectedRows

drawingContextMenuHighlight

public byte drawingContextMenuHighlight

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

newArray

public static __MFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.