org.rococoa.cocoa.appkit
Class NSPathComponentCell._flags_struct

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

public static class NSPathComponentCell._flags_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSPathComponentCell._flags_struct.ByReference
           
static class NSPathComponentCell._flags_struct.ByValue
           
 
Field Summary
 byte drawsAsNavigationBar
           
 byte isFirstItem
           
 byte isLastItem
           
 int reserved
           
 byte shouldDrawArrow
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSPathComponentCell._flags_struct()
           
NSPathComponentCell._flags_struct(byte shouldDrawArrow, byte drawsAsNavigationBar, byte isFirstItem, byte isLastItem, int reserved)
           
 
Method Summary
 NSPathComponentCell._flags_struct.ByReference byReference()
           
 NSPathComponentCell._flags_struct.ByValue byValue()
           
 NSPathComponentCell._flags_struct 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

shouldDrawArrow

public byte shouldDrawArrow

drawsAsNavigationBar

public byte drawsAsNavigationBar

isFirstItem

public byte isFirstItem

isLastItem

public byte isLastItem

reserved

public int reserved
Constructor Detail

NSPathComponentCell._flags_struct

public NSPathComponentCell._flags_struct()

NSPathComponentCell._flags_struct

public NSPathComponentCell._flags_struct(byte shouldDrawArrow,
                                         byte drawsAsNavigationBar,
                                         byte isFirstItem,
                                         byte isLastItem,
                                         int reserved)
Method Detail

byReference

public NSPathComponentCell._flags_struct.ByReference byReference()

byValue

public NSPathComponentCell._flags_struct.ByValue byValue()

clone

public NSPathComponentCell._flags_struct clone()
Overrides:
clone in class Object