org.rococoa.cocoa.appkit
Class NSWindowController.__wcFlags

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

public static class NSWindowController.__wcFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSWindowController.__wcFlags.ByReference
           
static class NSWindowController.__wcFlags.ByValue
           
 
Field Summary
 byte nibIsLoaded
           
 byte nibNameIsPath
           
 int RESERVED
           
 byte shouldCascade
           
 byte shouldCloseDocument
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSWindowController.__wcFlags()
           
NSWindowController.__wcFlags(byte shouldCloseDocument, byte shouldCascade, byte nibIsLoaded, byte nibNameIsPath, int RESERVED)
           
 
Method Summary
 NSWindowController.__wcFlags.ByReference byReference()
           
 NSWindowController.__wcFlags.ByValue byValue()
           
 NSWindowController.__wcFlags 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

shouldCloseDocument

public byte shouldCloseDocument

shouldCascade

public byte shouldCascade

nibIsLoaded

public byte nibIsLoaded

nibNameIsPath

public byte nibNameIsPath

RESERVED

public int RESERVED
Constructor Detail

NSWindowController.__wcFlags

public NSWindowController.__wcFlags()

NSWindowController.__wcFlags

public NSWindowController.__wcFlags(byte shouldCloseDocument,
                                    byte shouldCascade,
                                    byte nibIsLoaded,
                                    byte nibNameIsPath,
                                    int RESERVED)
Method Detail

byReference

public NSWindowController.__wcFlags.ByReference byReference()

byValue

public NSWindowController.__wcFlags.ByValue byValue()

clone

public NSWindowController.__wcFlags clone()
Overrides:
clone in class Object