org.rococoa.cocoa.carboncore
Class ExtendedFolderInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<ExtendedFolderInfo,ExtendedFolderInfo.ByValue,ExtendedFolderInfo.ByReference>
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.
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 |
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
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
newArray
public static ExtendedFolderInfo[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.