org.rococoa.cocoa.appkit
Class _SPFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit._SPFlags
Direct Known Subclasses:
_SPFlags.ByReference, _SPFlags.ByValue

public class _SPFlags
extends com.ochafik.lang.jnaerator.runtime.Structure

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 isExpanded
           
 int reserved
           
 byte saveMode
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
_SPFlags()
           
_SPFlags(byte saveMode, byte isExpanded, byte allowsOtherFileTypes, byte canCreateDirectories, byte canSelectedHiddenExtension, int reserved)
           
 
Method Summary
 _SPFlags.ByReference byReference()
           
 _SPFlags.ByValue byValue()
           
 _SPFlags clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

saveMode

public byte saveMode

isExpanded

public byte isExpanded

allowsOtherFileTypes

public byte allowsOtherFileTypes

canCreateDirectories

public byte canCreateDirectories

canSelectedHiddenExtension

public byte canSelectedHiddenExtension

reserved

public int reserved
Constructor Detail

_SPFlags

public _SPFlags()

_SPFlags

public _SPFlags(byte saveMode,
                byte isExpanded,
                byte allowsOtherFileTypes,
                byte canCreateDirectories,
                byte canSelectedHiddenExtension,
                int reserved)
Method Detail

byReference

public _SPFlags.ByReference byReference()

byValue

public _SPFlags.ByValue byValue()

clone

public _SPFlags clone()
Overrides:
clone in class Object