com.jniwrapper.macosx.cocoa.nsapplication
Class NSApplicationEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsapplication.NSApplicationEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSRequestUserAttentionType

public class NSApplicationEnumeration
extends com.jniwrapper.Int

This class represents NSApplicationEnumeration enumeration.


Field Summary
static int NSCriticalRequest
           
static int NSInformationalRequest
           
static int NSRunAbortedResponse
           
static int NSRunContinuesResponse
           
static int NSRunStoppedResponse
           
static int NSUpdateWindowsRunLoopOrdering
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSApplicationEnumeration()
           
NSApplicationEnumeration(com.jniwrapper.IntegerParameter t)
           
NSApplicationEnumeration(long value)
           
 
Methods inherited from class com.jniwrapper.Int
clone
 
Methods inherited from class com.jniwrapper.ax
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NSCriticalRequest

public static final int NSCriticalRequest
See Also:
Constant Field Values

NSInformationalRequest

public static final int NSInformationalRequest
See Also:
Constant Field Values

NSRunStoppedResponse

public static final int NSRunStoppedResponse
See Also:
Constant Field Values

NSRunAbortedResponse

public static final int NSRunAbortedResponse
See Also:
Constant Field Values

NSRunContinuesResponse

public static final int NSRunContinuesResponse
See Also:
Constant Field Values

NSUpdateWindowsRunLoopOrdering

public static final int NSUpdateWindowsRunLoopOrdering
See Also:
Constant Field Values
Constructor Detail

NSApplicationEnumeration

public NSApplicationEnumeration()

NSApplicationEnumeration

public NSApplicationEnumeration(long value)

NSApplicationEnumeration

public NSApplicationEnumeration(com.jniwrapper.IntegerParameter t)