org.rococoa.cocoa.appkit
Class NSArrayController.__arrayControllerFlags

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

public static class NSArrayController.__arrayControllerFlags
extends Structure<NSArrayController.__arrayControllerFlags,NSArrayController.__arrayControllerFlags.ByValue,NSArrayController.__arrayControllerFlags.ByReference>


Nested Class Summary
static class NSArrayController.__arrayControllerFlags.ByReference
           
static class NSArrayController.__arrayControllerFlags.ByValue
           
 
Field Summary
 byte _alwaysUsesMultipleValuesMarker
           
 byte _arrangedObjectsIsMutable
           
 byte _automaticallyRearrangesObjects
           
 byte _avoidsEmptySelection
           
 byte _clearsFilterPredicateOnInsertion
           
 byte _explicitlyCannotInsert
           
 byte _filterRestrictsInsertion
           
 byte _generatedEmptyArray
           
 byte _isObservingKeyPathsThroughArrangedObjects
           
 byte _overridesArrangeObjects
           
 byte _overridesDidChangeArrangementCriteria
           
 byte _preservesSelection
           
 byte _refreshesAllModelObjects
           
 int _reservedArrayController
           
 byte _selectsInsertedObjects
           
 byte _skipSortingAfterFetch
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSArrayController.__arrayControllerFlags()
           
 
Method Summary
static NSArrayController.__arrayControllerFlags[] 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

_avoidsEmptySelection

public byte _avoidsEmptySelection

_preservesSelection

public byte _preservesSelection

_selectsInsertedObjects

public byte _selectsInsertedObjects

_alwaysUsesMultipleValuesMarker

public byte _alwaysUsesMultipleValuesMarker

_refreshesAllModelObjects

public byte _refreshesAllModelObjects

_filterRestrictsInsertion

public byte _filterRestrictsInsertion

_overridesArrangeObjects

public byte _overridesArrangeObjects

_overridesDidChangeArrangementCriteria

public byte _overridesDidChangeArrangementCriteria

_explicitlyCannotInsert

public byte _explicitlyCannotInsert

_generatedEmptyArray

public byte _generatedEmptyArray

_isObservingKeyPathsThroughArrangedObjects

public byte _isObservingKeyPathsThroughArrangedObjects

_arrangedObjectsIsMutable

public byte _arrangedObjectsIsMutable

_clearsFilterPredicateOnInsertion

public byte _clearsFilterPredicateOnInsertion

_skipSortingAfterFetch

public byte _skipSortingAfterFetch

_automaticallyRearrangesObjects

public byte _automaticallyRearrangesObjects

_reservedArrayController

public int _reservedArrayController
Constructor Detail

NSArrayController.__arrayControllerFlags

public NSArrayController.__arrayControllerFlags()
Method Detail

newArray

public static NSArrayController.__arrayControllerFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.