org.rococoa.cocoa.appkit
Class NSProgressIndicator.__progressIndicatorFlags

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

public static class NSProgressIndicator.__progressIndicatorFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSProgressIndicator.__progressIndicatorFlags.ByReference
           
static class NSProgressIndicator.__progressIndicatorFlags.ByValue
           
 
Field Summary
 byte _delayedStartup
           
 byte _orderOutForResize
           
 byte controlSize
           
 byte controlTint
           
 byte hideWhenStopped
           
 byte isLocked
           
 byte isSpinning
           
 byte isVector
           
 int RESERVED
           
 byte revive
           
 byte style
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSProgressIndicator.__progressIndicatorFlags()
           
 
Method Summary
 NSProgressIndicator.__progressIndicatorFlags.ByReference byReference()
           
 NSProgressIndicator.__progressIndicatorFlags.ByValue byValue()
           
 NSProgressIndicator.__progressIndicatorFlags 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

isSpinning

public byte isSpinning

isVector

public byte isVector

isLocked

public byte isLocked

controlTint

public byte controlTint

controlSize

public byte controlSize

style

public byte style

_delayedStartup

public byte _delayedStartup

_orderOutForResize

public byte _orderOutForResize

hideWhenStopped

public byte hideWhenStopped

revive

public byte revive

RESERVED

public int RESERVED
Constructor Detail

NSProgressIndicator.__progressIndicatorFlags

public NSProgressIndicator.__progressIndicatorFlags()
Method Detail

byReference

public NSProgressIndicator.__progressIndicatorFlags.ByReference byReference()

byValue

public NSProgressIndicator.__progressIndicatorFlags.ByValue byValue()

clone

public NSProgressIndicator.__progressIndicatorFlags clone()
Overrides:
clone in class Object