com.jniwrapper.macosx.cocoa.nsparagraphstyle
Class _NSTextTabTypeEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsparagraphstyle._NSTextTabTypeEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSTextTabType

public class _NSTextTabTypeEnumeration
extends com.jniwrapper.Int

This class represents _NSTextTabTypeEnumeration enumeration.


Field Summary
static int NSCenterTabStopType
           
static int NSDecimalTabStopType
           
static int NSLeftTabStopType
           
static int NSRightTabStopType
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSTextTabTypeEnumeration()
           
_NSTextTabTypeEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSTextTabTypeEnumeration(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

NSLeftTabStopType

public static final int NSLeftTabStopType
See Also:
Constant Field Values

NSRightTabStopType

public static final int NSRightTabStopType
See Also:
Constant Field Values

NSCenterTabStopType

public static final int NSCenterTabStopType
See Also:
Constant Field Values

NSDecimalTabStopType

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

_NSTextTabTypeEnumeration

public _NSTextTabTypeEnumeration()

_NSTextTabTypeEnumeration

public _NSTextTabTypeEnumeration(long value)

_NSTextTabTypeEnumeration

public _NSTextTabTypeEnumeration(com.jniwrapper.IntegerParameter t)