com.jniwrapper.macosx.cocoa.nstabview
Class _NSTabViewTypeEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nstabview._NSTabViewTypeEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSTabViewType

public class _NSTabViewTypeEnumeration
extends com.jniwrapper.Int

This class represents _NSTabViewTypeEnumeration enumeration.


Field Summary
static int NSBottomTabsBezelBorder
           
static int NSLeftTabsBezelBorder
           
static int NSNoTabsBezelBorder
           
static int NSNoTabsLineBorder
           
static int NSNoTabsNoBorder
           
static int NSRightTabsBezelBorder
           
static int NSTopTabsBezelBorder
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSTabViewTypeEnumeration()
           
_NSTabViewTypeEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSTabViewTypeEnumeration(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

NSTopTabsBezelBorder

public static final int NSTopTabsBezelBorder
See Also:
Constant Field Values

NSLeftTabsBezelBorder

public static final int NSLeftTabsBezelBorder
See Also:
Constant Field Values

NSBottomTabsBezelBorder

public static final int NSBottomTabsBezelBorder
See Also:
Constant Field Values

NSRightTabsBezelBorder

public static final int NSRightTabsBezelBorder
See Also:
Constant Field Values

NSNoTabsBezelBorder

public static final int NSNoTabsBezelBorder
See Also:
Constant Field Values

NSNoTabsLineBorder

public static final int NSNoTabsLineBorder
See Also:
Constant Field Values

NSNoTabsNoBorder

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

_NSTabViewTypeEnumeration

public _NSTabViewTypeEnumeration()

_NSTabViewTypeEnumeration

public _NSTabViewTypeEnumeration(long value)

_NSTabViewTypeEnumeration

public _NSTabViewTypeEnumeration(com.jniwrapper.IntegerParameter t)