org.rococoa.cocoa.appkit
Class NSPathComponentCell._flags_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
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 |
shouldDrawArrow
public byte shouldDrawArrow
drawsAsNavigationBar
public byte drawsAsNavigationBar
isFirstItem
public byte isFirstItem
isLastItem
public byte isLastItem
reserved
public int reserved
NSPathComponentCell._flags_struct
public NSPathComponentCell._flags_struct()
NSPathComponentCell._flags_struct
public NSPathComponentCell._flags_struct(byte shouldDrawArrow,
byte drawsAsNavigationBar,
byte isFirstItem,
byte isLastItem,
int reserved)
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