org.rococoa.cocoa.appkit
Class NSProgressIndicator.__progressIndicatorFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
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 |
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
NSProgressIndicator.__progressIndicatorFlags
public NSProgressIndicator.__progressIndicatorFlags()
byReference
public NSProgressIndicator.__progressIndicatorFlags.ByReference byReference()
byValue
public NSProgressIndicator.__progressIndicatorFlags.ByValue byValue()
clone
public NSProgressIndicator.__progressIndicatorFlags clone()
- Overrides:
clone
in class Object