org.rococoa.cocoa.automator
Class AMWorkflowView.__AMWorkflowViewFlags

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

public static class AMWorkflowView.__AMWorkflowViewFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class AMWorkflowView.__AMWorkflowViewFlags.ByReference
           
static class AMWorkflowView.__AMWorkflowViewFlags.ByValue
           
 
Field Summary
 boolean editingEnabled
           
 boolean ignoreSubviewFrameChanges
           
 int reserved
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AMWorkflowView.__AMWorkflowViewFlags()
           
AMWorkflowView.__AMWorkflowViewFlags(boolean ignoreSubviewFrameChanges, boolean editingEnabled, int reserved)
           
 
Method Summary
 AMWorkflowView.__AMWorkflowViewFlags.ByReference byReference()
           
 AMWorkflowView.__AMWorkflowViewFlags.ByValue byValue()
           
 AMWorkflowView.__AMWorkflowViewFlags 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

ignoreSubviewFrameChanges

public boolean ignoreSubviewFrameChanges

editingEnabled

public boolean editingEnabled

reserved

public int reserved
Constructor Detail

AMWorkflowView.__AMWorkflowViewFlags

public AMWorkflowView.__AMWorkflowViewFlags()

AMWorkflowView.__AMWorkflowViewFlags

public AMWorkflowView.__AMWorkflowViewFlags(boolean ignoreSubviewFrameChanges,
                                            boolean editingEnabled,
                                            int reserved)
Method Detail

byReference

public AMWorkflowView.__AMWorkflowViewFlags.ByReference byReference()

byValue

public AMWorkflowView.__AMWorkflowViewFlags.ByValue byValue()

clone

public AMWorkflowView.__AMWorkflowViewFlags clone()
Overrides:
clone in class Object