org.rococoa.cocoa.appkit
Class NSRuleEditor._ruleEditorFlags_struct

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

public static class NSRuleEditor._ruleEditorFlags_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSRuleEditor._ruleEditorFlags_struct.ByReference
           
static class NSRuleEditor._ruleEditorFlags_struct.ByValue
           
 
Field Summary
 byte allowsEmptyCompoundRows
           
 byte delegateWantsValidation
           
 byte disallowEmpty
           
 byte dropChangedRowCount
           
 byte dropWasSuccessful
           
 byte editable
           
 byte elideUpdating
           
 byte extendedDelegateCalls
           
 byte lastAlternateKeyValue
           
 byte lastDrewWithFRAppearance
           
 int reserved
           
 byte settingSize
           
 byte suppressKeyDown
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSRuleEditor._ruleEditorFlags_struct()
           
 
Method Summary
 NSRuleEditor._ruleEditorFlags_struct.ByReference byReference()
           
 NSRuleEditor._ruleEditorFlags_struct.ByValue byValue()
           
 NSRuleEditor._ruleEditorFlags_struct 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

elideUpdating

public byte elideUpdating

lastAlternateKeyValue

public byte lastAlternateKeyValue

extendedDelegateCalls

public byte extendedDelegateCalls

editable

public byte editable

settingSize

public byte settingSize

suppressKeyDown

public byte suppressKeyDown

dropWasSuccessful

public byte dropWasSuccessful

delegateWantsValidation

public byte delegateWantsValidation

disallowEmpty

public byte disallowEmpty

lastDrewWithFRAppearance

public byte lastDrewWithFRAppearance

allowsEmptyCompoundRows

public byte allowsEmptyCompoundRows

dropChangedRowCount

public byte dropChangedRowCount

reserved

public int reserved
Constructor Detail

NSRuleEditor._ruleEditorFlags_struct

public NSRuleEditor._ruleEditorFlags_struct()
Method Detail

byReference

public NSRuleEditor._ruleEditorFlags_struct.ByReference byReference()

byValue

public NSRuleEditor._ruleEditorFlags_struct.ByValue byValue()

clone

public NSRuleEditor._ruleEditorFlags_struct clone()
Overrides:
clone in class Object