org.rococoa.cocoa.appkit
Class __SPFlags

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

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

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h
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 __SPFlags.ByReference
           
static class __SPFlags.ByValue
           
 
Field Summary
 byte allowsOtherFileTypes
           
 byte canCreateDirectories
           
 byte canSelectedHiddenExtension
           
 byte changingFrameSize
           
 byte delegate_compareFilename
           
 byte delegate_didChangeToDirectoryURL
           
 byte delegate_shouldEnableURL
           
 byte delegate_shouldShowFilename
           
 byte delegate_validateURL
           
 byte inConfigureForDirectory
           
 byte isExpanded
           
 byte movingAccessoryView
           
 int reserved
           
 byte saveMode
           
 byte userAccessoryViewFrameChange
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
__SPFlags()
           
 
Method Summary
static __SPFlags[] 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

saveMode

public byte saveMode

isExpanded

public byte isExpanded

allowsOtherFileTypes

public byte allowsOtherFileTypes

canCreateDirectories

public byte canCreateDirectories

canSelectedHiddenExtension

public byte canSelectedHiddenExtension

inConfigureForDirectory

public byte inConfigureForDirectory

delegate_shouldShowFilename

public byte delegate_shouldShowFilename

delegate_compareFilename

public byte delegate_compareFilename

delegate_shouldEnableURL

public byte delegate_shouldEnableURL

delegate_validateURL

public byte delegate_validateURL

delegate_didChangeToDirectoryURL

public byte delegate_didChangeToDirectoryURL

changingFrameSize

public byte changingFrameSize

movingAccessoryView

public byte movingAccessoryView

userAccessoryViewFrameChange

public byte userAccessoryViewFrameChange

reserved

public int reserved
Constructor Detail

__SPFlags

public __SPFlags()
Method Detail

newArray

public static __SPFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.