com.jniwrapper.macosx.cocoa.nscell
Class _NSCellAttributeEnumeration

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

public class _NSCellAttributeEnumeration
extends com.jniwrapper.Int

This class represents _NSCellAttributeEnumeration enumeration.


Field Summary
static int NSCellAllowsMixedState
           
static int NSCellChangesContents
           
static int NSCellDisabled
           
static int NSCellEditable
           
static int NSCellHasImageHorizontal
           
static int NSCellHasImageOnLeftOrBottom
           
static int NSCellHasOverlappingImage
           
static int NSCellHighlighted
           
static int NSCellIsBordered
           
static int NSCellIsInsetButton
           
static int NSCellLightsByBackground
           
static int NSCellLightsByContents
           
static int NSCellLightsByGray
           
static int NSCellState
           
static int NSChangeBackgroundCell
           
static int NSChangeGrayCell
           
static int NSPushInCell
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSCellAttributeEnumeration()
           
_NSCellAttributeEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSCellAttributeEnumeration(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

NSCellDisabled

public static final int NSCellDisabled
See Also:
Constant Field Values

NSCellState

public static final int NSCellState
See Also:
Constant Field Values

NSPushInCell

public static final int NSPushInCell
See Also:
Constant Field Values

NSCellEditable

public static final int NSCellEditable
See Also:
Constant Field Values

NSChangeGrayCell

public static final int NSChangeGrayCell
See Also:
Constant Field Values

NSCellHighlighted

public static final int NSCellHighlighted
See Also:
Constant Field Values

NSCellLightsByContents

public static final int NSCellLightsByContents
See Also:
Constant Field Values

NSCellLightsByGray

public static final int NSCellLightsByGray
See Also:
Constant Field Values

NSChangeBackgroundCell

public static final int NSChangeBackgroundCell
See Also:
Constant Field Values

NSCellLightsByBackground

public static final int NSCellLightsByBackground
See Also:
Constant Field Values

NSCellIsBordered

public static final int NSCellIsBordered
See Also:
Constant Field Values

NSCellHasOverlappingImage

public static final int NSCellHasOverlappingImage
See Also:
Constant Field Values

NSCellHasImageHorizontal

public static final int NSCellHasImageHorizontal
See Also:
Constant Field Values

NSCellHasImageOnLeftOrBottom

public static final int NSCellHasImageOnLeftOrBottom
See Also:
Constant Field Values

NSCellChangesContents

public static final int NSCellChangesContents
See Also:
Constant Field Values

NSCellIsInsetButton

public static final int NSCellIsInsetButton
See Also:
Constant Field Values

NSCellAllowsMixedState

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

_NSCellAttributeEnumeration

public _NSCellAttributeEnumeration()

_NSCellAttributeEnumeration

public _NSCellAttributeEnumeration(long value)

_NSCellAttributeEnumeration

public _NSCellAttributeEnumeration(com.jniwrapper.IntegerParameter t)