com.jniwrapper.macosx.cocoa.nscell
Class NSCellEnumeration

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

public class NSCellEnumeration
extends com.jniwrapper.Int

This class represents NSCellEnumeration enumeration.


Field Summary
static int NSAnyType
           
static int NSChangeBackgroundCellMask
           
static int NSChangeGrayCellMask
           
static int NSContentsCellMask
           
static int NSDoubleType
           
static int NSFloatType
           
static int NSIntType
           
static int NSNoCellMask
           
static int NSPositiveDoubleType
           
static int NSPositiveFloatType
           
static int NSPositiveIntType
           
static int NSPushInCellMask
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSCellEnumeration()
           
NSCellEnumeration(com.jniwrapper.IntegerParameter t)
           
NSCellEnumeration(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

NSAnyType

public static final int NSAnyType
See Also:
Constant Field Values

NSIntType

public static final int NSIntType
See Also:
Constant Field Values

NSPositiveIntType

public static final int NSPositiveIntType
See Also:
Constant Field Values

NSFloatType

public static final int NSFloatType
See Also:
Constant Field Values

NSPositiveFloatType

public static final int NSPositiveFloatType
See Also:
Constant Field Values

NSDoubleType

public static final int NSDoubleType
See Also:
Constant Field Values

NSPositiveDoubleType

public static final int NSPositiveDoubleType
See Also:
Constant Field Values

NSNoCellMask

public static final int NSNoCellMask
See Also:
Constant Field Values

NSContentsCellMask

public static final int NSContentsCellMask
See Also:
Constant Field Values

NSPushInCellMask

public static final int NSPushInCellMask
See Also:
Constant Field Values

NSChangeGrayCellMask

public static final int NSChangeGrayCellMask
See Also:
Constant Field Values

NSChangeBackgroundCellMask

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

NSCellEnumeration

public NSCellEnumeration()

NSCellEnumeration

public NSCellEnumeration(long value)

NSCellEnumeration

public NSCellEnumeration(com.jniwrapper.IntegerParameter t)