com.jniwrapper.macosx.cocoa.nsmatrix
Class _NSMatrixModeEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsmatrix._NSMatrixModeEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSMatrixMode

public class _NSMatrixModeEnumeration
extends com.jniwrapper.Int

This class represents _NSMatrixModeEnumeration enumeration.


Field Summary
static int NSHighlightModeMatrix
           
static int NSListModeMatrix
           
static int NSRadioModeMatrix
           
static int NSTrackModeMatrix
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSMatrixModeEnumeration()
           
_NSMatrixModeEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSMatrixModeEnumeration(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

NSRadioModeMatrix

public static final int NSRadioModeMatrix
See Also:
Constant Field Values

NSHighlightModeMatrix

public static final int NSHighlightModeMatrix
See Also:
Constant Field Values

NSListModeMatrix

public static final int NSListModeMatrix
See Also:
Constant Field Values

NSTrackModeMatrix

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

_NSMatrixModeEnumeration

public _NSMatrixModeEnumeration()

_NSMatrixModeEnumeration

public _NSMatrixModeEnumeration(long value)

_NSMatrixModeEnumeration

public _NSMatrixModeEnumeration(com.jniwrapper.IntegerParameter t)