|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<CustomBadgeResource,CustomBadgeResource.ByValue,CustomBadgeResource.ByReference>
org.rococoa.cocoa.carboncore.CustomBadgeResource
public class CustomBadgeResource
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Finder.h:70
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 |
CustomBadgeResource.ByReference
|
static class |
CustomBadgeResource.ByValue
|
Field Summary | |
---|---|
int |
customBadgeCreator
to use on top of the icon C type : OSType |
short |
customBadgeResourceID
|
int |
customBadgeType
of the icon for this file or folder If not 0, the type and creator of an icon C type : OSType |
int |
overrideCreator
use INSTEAD of the icon for this file or folder C type : OSType |
int |
overrideType
file or folder If not 0, the type and creator of an icon to C type : OSType |
short |
version
|
int |
windowBadgeCreator
to display in the header of the window for this C type : OSType |
int |
windowBadgeType
If not 0, the type and creator of an icon C type : OSType |
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE |
Constructor Summary | |
---|---|
CustomBadgeResource()
|
|
CustomBadgeResource(short version,
short customBadgeResourceID,
int customBadgeType,
int customBadgeCreator,
int windowBadgeType,
int windowBadgeCreator,
int overrideType,
int overrideCreator)
|
Method Summary | |
---|---|
static CustomBadgeResource[] |
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 |
---|
public short version
public short customBadgeResourceID
public int customBadgeType
public int customBadgeCreator
public int windowBadgeType
public int windowBadgeCreator
public int overrideType
public int overrideCreator
Constructor Detail |
---|
public CustomBadgeResource()
public CustomBadgeResource(short version, short customBadgeResourceID, int customBadgeType, int customBadgeCreator, int windowBadgeType, int windowBadgeCreator, int overrideType, int overrideCreator)
version
- This is version kCustomBadgeResourceVersioncustomBadgeResourceID
- If not 0, the ID of a resource to use on topcustomBadgeType
- of the icon for this file or foldercustomBadgeCreator
- to use on top of the iconwindowBadgeType
- If not 0, the type and creator of an iconwindowBadgeCreator
- to display in the header of the window for thisoverrideType
- file or folderoverrideCreator
- use INSTEAD of the icon for this file or folderMethod Detail |
---|
public static CustomBadgeResource[] newArray(int arrayLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |