org.rococoa.cocoa.appkit
Class NSCollectionView._cvFlags_struct

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

public static class NSCollectionView._cvFlags_struct
extends Structure<NSCollectionView._cvFlags_struct,NSCollectionView._cvFlags_struct.ByValue,NSCollectionView._cvFlags_struct.ByReference>

native declaration : NSCollectionView.h:138
Conversion Error : /**
* This method computes and returns an image to use for dragging. You can override this to return a custom drag image, or call it from the delegate method to get the default drag image. 'indexes' contains the indexes of the items being dragged. 'event' is a reference to the mouse down event that began the drag. 'dragImageOffset' is an in/out parameter. This method will be called with dragImageOffset set to NSZeroPoint, but it can be modified to re-position the returned image. A dragImageOffset of NSZeroPoint will cause the image to be centered under the mouse. By default, an image will be created that contains a rendering of the visible portions of the views for each item. If the delegate implements the equivalent delegate method, it will be preferred over this method.
* Original signature : -(NSImage*)draggingImageForItemsAtIndexes:(NSIndexSet*) withEvent:(NSEvent*) offset:()
* /
- (NSImage*)draggingImageForItemsAtIndexes:(NSIndexSet*)indexes withEvent:(NSEvent*)event offset:(null)dragImageOffset; (Argument dragImageOffset cannot be converted)


Nested Class Summary
static class NSCollectionView._cvFlags_struct.ByReference
           
static class NSCollectionView._cvFlags_struct.ByValue
           
 
Field Summary
 byte allowsMultipleSelection
           
 byte animateForDrag
           
 byte avoidsEmptySelection
           
 byte canDisplayItems
           
 byte gridSettingsNeedUpdate
           
 byte guardSetFrameSize
           
 byte invalidateItemViews
           
 byte isFirstResponder
           
 byte needsUpdateBackground
           
 byte needsUpdateGrid
           
 int reserved
           
 byte selectable
           
 byte superviewIsClipView
           
 byte unarchiving
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSCollectionView._cvFlags_struct()
           
 
Method Summary
static NSCollectionView._cvFlags_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

isFirstResponder

public byte isFirstResponder

invalidateItemViews

public byte invalidateItemViews

selectable

public byte selectable

allowsMultipleSelection

public byte allowsMultipleSelection

avoidsEmptySelection

public byte avoidsEmptySelection

superviewIsClipView

public byte superviewIsClipView

needsUpdateGrid

public byte needsUpdateGrid

needsUpdateBackground

public byte needsUpdateBackground

gridSettingsNeedUpdate

public byte gridSettingsNeedUpdate

guardSetFrameSize

public byte guardSetFrameSize

canDisplayItems

public byte canDisplayItems

animateForDrag

public byte animateForDrag

unarchiving

public byte unarchiving

reserved

public int reserved
Constructor Detail

NSCollectionView._cvFlags_struct

public NSCollectionView._cvFlags_struct()
Method Detail

newArray

public static NSCollectionView._cvFlags_struct[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.