org.rococoa.cocoa.carboncore
Class ExtendedFolderInfo

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

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

native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Finder.h:263
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 ExtendedFolderInfo.ByReference
           
static class ExtendedFolderInfo.ByValue
           
 
Field Summary
 short extendedFinderFlags
           
 int putAwayFolderID
           
 int reserved1
           
 short reserved2
           
 Point scrollPosition
          Scroll position (for icon views)
C type : Point
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
ExtendedFolderInfo()
           
ExtendedFolderInfo(Point scrollPosition, int reserved1, short extendedFinderFlags, short reserved2, int putAwayFolderID)
           
 
Method Summary
static ExtendedFolderInfo[] 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

scrollPosition

public Point scrollPosition
Scroll position (for icon views)
C type : Point


reserved1

public int reserved1

extendedFinderFlags

public short extendedFinderFlags

reserved2

public short reserved2

putAwayFolderID

public int putAwayFolderID
Constructor Detail

ExtendedFolderInfo

public ExtendedFolderInfo()

ExtendedFolderInfo

public ExtendedFolderInfo(Point scrollPosition,
                          int reserved1,
                          short extendedFinderFlags,
                          short reserved2,
                          int putAwayFolderID)
Parameters:
scrollPosition - Scroll position (for icon views)
C type : Point
reserved1 - Reserved (set to 0)
extendedFinderFlags - Extended flags (custom badge, routing info...)
reserved2 - Reserved (set to 0). Comment ID if high-bit is clear
putAwayFolderID - Put away folder ID
Method Detail

newArray

public static ExtendedFolderInfo[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.