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<NSRuleEditor._ruleEditorFlags_struct,NSRuleEditor._ruleEditorFlags_struct.ByValue,NSRuleEditor._ruleEditorFlags_struct.ByReference>
          extended by org.rococoa.cocoa.appkit.NSRuleEditor._ruleEditorFlags_struct
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<NSRuleEditor._ruleEditorFlags_struct,NSRuleEditor._ruleEditorFlags_struct.ByValue,NSRuleEditor._ruleEditorFlags_struct.ByReference>>
Direct Known Subclasses:
NSRuleEditor._ruleEditorFlags_struct.ByReference, NSRuleEditor._ruleEditorFlags_struct.ByValue
Enclosing class:
NSRuleEditor

public static class NSRuleEditor._ruleEditorFlags_struct
extends Structure<NSRuleEditor._ruleEditorFlags_struct,NSRuleEditor._ruleEditorFlags_struct.ByValue,NSRuleEditor._ruleEditorFlags_struct.ByReference>


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
 
Constructor Summary
NSRuleEditor._ruleEditorFlags_struct()
           
 
Method Summary
static NSRuleEditor._ruleEditorFlags_struct[] 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

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

newArray

public static NSRuleEditor._ruleEditorFlags_struct[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.