com.jniwrapper.macosx.cocoa.nsbuttoncell
Class _NSBezelStyleEnumeration

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

public class _NSBezelStyleEnumeration
extends com.jniwrapper.Int

This class represents _NSBezelStyleEnumeration enumeration.


Field Summary
static int NSCircularBezelStyle
           
static int NSDisclosureBezelStyle
           
static int NSHelpButtonBezelStyle
           
static int NSRegularSquareBezelStyle
           
static int NSRoundedBezelStyle
           
static int NSShadowlessSquareBezelStyle
           
static int NSSmallIconButtonBezelStyle
           
static int NSTexturedSquareBezelStyle
           
static int NSThickerSquareBezelStyle
           
static int NSThickSquareBezelStyle
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSBezelStyleEnumeration()
           
_NSBezelStyleEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSBezelStyleEnumeration(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

NSRoundedBezelStyle

public static final int NSRoundedBezelStyle
See Also:
Constant Field Values

NSRegularSquareBezelStyle

public static final int NSRegularSquareBezelStyle
See Also:
Constant Field Values

NSThickSquareBezelStyle

public static final int NSThickSquareBezelStyle
See Also:
Constant Field Values

NSThickerSquareBezelStyle

public static final int NSThickerSquareBezelStyle
See Also:
Constant Field Values

NSDisclosureBezelStyle

public static final int NSDisclosureBezelStyle
See Also:
Constant Field Values

NSShadowlessSquareBezelStyle

public static final int NSShadowlessSquareBezelStyle
See Also:
Constant Field Values

NSCircularBezelStyle

public static final int NSCircularBezelStyle
See Also:
Constant Field Values

NSTexturedSquareBezelStyle

public static final int NSTexturedSquareBezelStyle
See Also:
Constant Field Values

NSHelpButtonBezelStyle

public static final int NSHelpButtonBezelStyle
See Also:
Constant Field Values

NSSmallIconButtonBezelStyle

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

_NSBezelStyleEnumeration

public _NSBezelStyleEnumeration()

_NSBezelStyleEnumeration

public _NSBezelStyleEnumeration(long value)

_NSBezelStyleEnumeration

public _NSBezelStyleEnumeration(com.jniwrapper.IntegerParameter t)