org.rococoa.cocoa.appkit
Class NSTabViewItem.__tviFlags

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

public static class NSTabViewItem.__tviFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSTabViewItem.__tviFlags.ByReference
           
static class NSTabViewItem.__tviFlags.ByValue
           
 
Field Summary
 byte autoGeneratedIFR
           
 byte hasCustomColor
           
 byte isTabDisabled
           
 byte labelSizeIsValid
           
 int RESERVED
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSTabViewItem.__tviFlags()
           
NSTabViewItem.__tviFlags(byte hasCustomColor, byte labelSizeIsValid, byte autoGeneratedIFR, byte isTabDisabled, int RESERVED)
           
 
Method Summary
 NSTabViewItem.__tviFlags.ByReference byReference()
           
 NSTabViewItem.__tviFlags.ByValue byValue()
           
 NSTabViewItem.__tviFlags 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

hasCustomColor

public byte hasCustomColor

labelSizeIsValid

public byte labelSizeIsValid

autoGeneratedIFR

public byte autoGeneratedIFR

isTabDisabled

public byte isTabDisabled

RESERVED

public int RESERVED
Constructor Detail

NSTabViewItem.__tviFlags

public NSTabViewItem.__tviFlags()

NSTabViewItem.__tviFlags

public NSTabViewItem.__tviFlags(byte hasCustomColor,
                                byte labelSizeIsValid,
                                byte autoGeneratedIFR,
                                byte isTabDisabled,
                                int RESERVED)
Parameters:
hasCustomColor - YES if _color != [NSColor controlColor]
labelSizeIsValid - YES if _labelSize is valid
Method Detail

byReference

public NSTabViewItem.__tviFlags.ByReference byReference()

byValue

public NSTabViewItem.__tviFlags.ByValue byValue()

clone

public NSTabViewItem.__tviFlags clone()
Overrides:
clone in class Object