org.rococoa.cocoa.appkit
Class NSApplication.__appFlags

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

public static class NSApplication.__appFlags
extends Structure<NSApplication.__appFlags,NSApplication.__appFlags.ByValue,NSApplication.__appFlags.ByReference>


Nested Class Summary
static class NSApplication.__appFlags.ByReference
           
static class NSApplication.__appFlags.ByValue
           
 
Field Summary
 byte _active
           
 byte _appDying
           
 byte _batchOrdering
           
 byte _deactPending
           
 byte _delegateReturnsValidRequestor
           
 byte _didNSOpenOrPrint
           
 byte _doingHide
           
 byte _doingUnhide
           
 byte _dontSendShouldTerminate
           
 byte _finishedLaunching
           
 byte _hasBeenRun
           
 byte _hasEventDelegate
           
 byte _hasKeyFocus
           
 byte _hidden
           
 byte _hiddenOnLaunch
           
 byte _inDealloc
           
 byte _invalidEvent
           
 byte _invalidState
           
 byte _openStatus
           
 byte _panelsNonactivating
           
 byte _pendingDidFinish
           
 byte _postedWindowsNeedUpdateNote
           
 byte _reserved
           
 byte _RESERVED1
           
 byte _skipWin32DelayedRestoreKeyWindowAfterHide
           
 byte _waitingForTerminationReply
           
 byte _wantsToActivate
           
 byte _windowMoveDisabled
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSApplication.__appFlags()
           
 
Method Summary
static NSApplication.__appFlags[] 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

_hidden

public byte _hidden

_RESERVED1

public byte _RESERVED1

_active

public byte _active

_hasBeenRun

public byte _hasBeenRun

_doingUnhide

public byte _doingUnhide

_delegateReturnsValidRequestor

public byte _delegateReturnsValidRequestor

_deactPending

public byte _deactPending

_invalidState

public byte _invalidState

_invalidEvent

public byte _invalidEvent

_postedWindowsNeedUpdateNote

public byte _postedWindowsNeedUpdateNote

_wantsToActivate

public byte _wantsToActivate

_doingHide

public byte _doingHide

_dontSendShouldTerminate

public byte _dontSendShouldTerminate

_skipWin32DelayedRestoreKeyWindowAfterHide

public byte _skipWin32DelayedRestoreKeyWindowAfterHide

_finishedLaunching

public byte _finishedLaunching

_hasEventDelegate

public byte _hasEventDelegate

_appDying

public byte _appDying

_didNSOpenOrPrint

public byte _didNSOpenOrPrint

_inDealloc

public byte _inDealloc

_pendingDidFinish

public byte _pendingDidFinish

_hasKeyFocus

public byte _hasKeyFocus

_panelsNonactivating

public byte _panelsNonactivating

_hiddenOnLaunch

public byte _hiddenOnLaunch

_openStatus

public byte _openStatus

_batchOrdering

public byte _batchOrdering

_waitingForTerminationReply

public byte _waitingForTerminationReply

_windowMoveDisabled

public byte _windowMoveDisabled

_reserved

public byte _reserved
Constructor Detail

NSApplication.__appFlags

public NSApplication.__appFlags()
Method Detail

newArray

public static NSApplication.__appFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.