com.jniwrapper.macosx.cocoa.nscell
Class _NSCellImagePositionEnumeration

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._NSCellImagePositionEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSCellImagePosition

public class _NSCellImagePositionEnumeration
extends com.jniwrapper.Int

This class represents _NSCellImagePositionEnumeration enumeration.


Field Summary
static int NSImageAbove
           
static int NSImageBelow
           
static int NSImageLeft
           
static int NSImageOnly
           
static int NSImageOverlaps
           
static int NSImageRight
           
static int NSNoImage
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSCellImagePositionEnumeration()
           
_NSCellImagePositionEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSCellImagePositionEnumeration(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

NSNoImage

public static final int NSNoImage
See Also:
Constant Field Values

NSImageOnly

public static final int NSImageOnly
See Also:
Constant Field Values

NSImageLeft

public static final int NSImageLeft
See Also:
Constant Field Values

NSImageRight

public static final int NSImageRight
See Also:
Constant Field Values

NSImageBelow

public static final int NSImageBelow
See Also:
Constant Field Values

NSImageAbove

public static final int NSImageAbove
See Also:
Constant Field Values

NSImageOverlaps

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

_NSCellImagePositionEnumeration

public _NSCellImagePositionEnumeration()

_NSCellImagePositionEnumeration

public _NSCellImagePositionEnumeration(long value)

_NSCellImagePositionEnumeration

public _NSCellImagePositionEnumeration(com.jniwrapper.IntegerParameter t)