com.jniwrapper.macosx.cocoa.nspanel
Class NSPanelEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nspanel.NSPanelEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

public class NSPanelEnumeration
extends com.jniwrapper.Int

This class represents NSPanelEnumeration enumeration.


Field Summary
static int NSAlertAlternateReturn
           
static int NSAlertDefaultReturn
           
static int NSAlertErrorReturn
           
static int NSAlertOtherReturn
           
static int NSCancelButton
           
static int NSDocModalWindowMask
           
static int NSNonactivatingPanelMask
           
static int NSOKButton
           
static int NSUtilityWindowMask
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSPanelEnumeration()
           
NSPanelEnumeration(com.jniwrapper.IntegerParameter t)
           
NSPanelEnumeration(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

NSAlertDefaultReturn

public static final int NSAlertDefaultReturn
See Also:
Constant Field Values

NSAlertAlternateReturn

public static final int NSAlertAlternateReturn
See Also:
Constant Field Values

NSAlertOtherReturn

public static final int NSAlertOtherReturn
See Also:
Constant Field Values

NSAlertErrorReturn

public static final int NSAlertErrorReturn
See Also:
Constant Field Values

NSOKButton

public static final int NSOKButton
See Also:
Constant Field Values

NSCancelButton

public static final int NSCancelButton
See Also:
Constant Field Values

NSUtilityWindowMask

public static final int NSUtilityWindowMask
See Also:
Constant Field Values

NSDocModalWindowMask

public static final int NSDocModalWindowMask
See Also:
Constant Field Values

NSNonactivatingPanelMask

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

NSPanelEnumeration

public NSPanelEnumeration()

NSPanelEnumeration

public NSPanelEnumeration(long value)

NSPanelEnumeration

public NSPanelEnumeration(com.jniwrapper.IntegerParameter t)