org.rococoa.cocoa.carboncore
Class DInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<DInfo,DInfo.ByValue,DInfo.ByReference>
org.rococoa.cocoa.carboncore.DInfo
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<DInfo,DInfo.ByValue,DInfo.ByReference>>
- Direct Known Subclasses:
- DInfo.ByReference, DInfo.ByValue
public class DInfo
- extends Structure<DInfo,DInfo.ByValue,DInfo.ByReference>
IMPORTANT:
In MacOS 8, the frView field was changed to become reserved
field for the Finder.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Finder.h:314
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.
Field Summary |
short |
frFlags
|
Point |
frLocation
Folder's location in parent folder
C type : Point |
Rect |
frRect
Folder's window bounds
C type : Rect |
short |
frView
If set to {0, 0}, the Finder will place the item automatically
Reserved (set to 0) |
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 |
frRect
public Rect frRect
- Folder's window bounds
C type : Rect
frFlags
public short frFlags
frLocation
public Point frLocation
- Folder's location in parent folder
C type : Point
frView
public short frView
- If set to {0, 0}, the Finder will place the item automatically
Reserved (set to 0)
DInfo
public DInfo()
DInfo
public DInfo(Rect frRect,
short frFlags,
Point frLocation,
short frView)
- Parameters:
frRect
- Folder's window bounds
C type : Rect
frFlags
- Flags ex. kIsInvisible, kNameLocked, etc.
frLocation
- Folder's location in parent folder
C type : Point
frView
- If set to {0, 0}, the Finder will place the item automatically
Reserved (set to 0)
newArray
public static DInfo[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.