com.jniwrapper.macosx.cocoa.nsbuttoncell
Class _NSButtonTypeEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsbuttoncell._NSButtonTypeEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSButtonType

public class _NSButtonTypeEnumeration
extends com.jniwrapper.Int

This class represents _NSButtonTypeEnumeration enumeration.


Field Summary
static int NSMomentaryChangeButton
           
static int NSMomentaryLight
           
static int NSMomentaryLightButton
           
static int NSMomentaryPushButton
           
static int NSMomentaryPushInButton
           
static int NSOnOffButton
           
static int NSPushOnPushOffButton
           
static int NSRadioButton
           
static int NSSwitchButton
           
static int NSToggleButton
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSButtonTypeEnumeration()
           
_NSButtonTypeEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSButtonTypeEnumeration(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

NSMomentaryLightButton

public static final int NSMomentaryLightButton
See Also:
Constant Field Values

NSPushOnPushOffButton

public static final int NSPushOnPushOffButton
See Also:
Constant Field Values

NSToggleButton

public static final int NSToggleButton
See Also:
Constant Field Values

NSSwitchButton

public static final int NSSwitchButton
See Also:
Constant Field Values

NSRadioButton

public static final int NSRadioButton
See Also:
Constant Field Values

NSMomentaryChangeButton

public static final int NSMomentaryChangeButton
See Also:
Constant Field Values

NSOnOffButton

public static final int NSOnOffButton
See Also:
Constant Field Values

NSMomentaryPushInButton

public static final int NSMomentaryPushInButton
See Also:
Constant Field Values

NSMomentaryPushButton

public static final int NSMomentaryPushButton
See Also:
Constant Field Values

NSMomentaryLight

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

_NSButtonTypeEnumeration

public _NSButtonTypeEnumeration()

_NSButtonTypeEnumeration

public _NSButtonTypeEnumeration(long value)

_NSButtonTypeEnumeration

public _NSButtonTypeEnumeration(com.jniwrapper.IntegerParameter t)