org.rococoa.cocoa.appkit
Class NSProgressIndicator.__progressIndicatorFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<NSProgressIndicator.__progressIndicatorFlags,NSProgressIndicator.__progressIndicatorFlags.ByValue,NSProgressIndicator.__progressIndicatorFlags.ByReference>
          extended by org.rococoa.cocoa.appkit.NSProgressIndicator.__progressIndicatorFlags
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<NSProgressIndicator.__progressIndicatorFlags,NSProgressIndicator.__progressIndicatorFlags.ByValue,NSProgressIndicator.__progressIndicatorFlags.ByReference>>
Direct Known Subclasses:
NSProgressIndicator.__progressIndicatorFlags.ByReference, NSProgressIndicator.__progressIndicatorFlags.ByValue
Enclosing class:
NSProgressIndicator

public static class NSProgressIndicator.__progressIndicatorFlags
extends Structure<NSProgressIndicator.__progressIndicatorFlags,NSProgressIndicator.__progressIndicatorFlags.ByValue,NSProgressIndicator.__progressIndicatorFlags.ByReference>


Nested Class Summary
static class NSProgressIndicator.__progressIndicatorFlags.ByReference
           
static class NSProgressIndicator.__progressIndicatorFlags.ByValue
           
 
Field Summary
 byte _delayedStartup
           
 byte _isHeartBeatInstalled
           
 byte _isHidden
           
 byte _lastFrame
           
 byte _orderOutForResize
           
 byte _temporarilyBlockHeartBeating
           
 byte controlSize
           
 byte controlTint
           
 byte hideWhenStopped
           
 byte isLocked
           
 byte isSpinning
           
 byte isVector
           
 byte RESERVED
           
 byte revive
           
 byte style
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSProgressIndicator.__progressIndicatorFlags()
           
 
Method Summary
static NSProgressIndicator.__progressIndicatorFlags[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

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

_temporarilyBlockHeartBeating

public byte _temporarilyBlockHeartBeating

_isHidden

public byte _isHidden

_isHeartBeatInstalled

public byte _isHeartBeatInstalled

_lastFrame

public byte _lastFrame

RESERVED

public byte RESERVED
Constructor Detail

NSProgressIndicator.__progressIndicatorFlags

public NSProgressIndicator.__progressIndicatorFlags()
Method Detail

newArray

public static NSProgressIndicator.__progressIndicatorFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.