com.jniwrapper.macosx.cocoa.nstext
Class NSTextEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nstext.NSTextEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

public class NSTextEnumeration
extends com.jniwrapper.Int

This class represents NSTextEnumeration enumeration.


Field Summary
static int NSBackspaceCharacter
           
static int NSBackTabCharacter
           
static int NSBacktabTextMovement
           
static int NSCancelTextMovement
           
static int NSCarriageReturnCharacter
           
static int NSDeleteCharacter
           
static int NSDownTextMovement
           
static int NSEnterCharacter
           
static int NSFormFeedCharacter
           
static int NSIllegalTextMovement
           
static int NSLeftTextMovement
           
static int NSLineSeparatorCharacter
           
static int NSNewlineCharacter
           
static int NSOtherTextMovement
           
static int NSParagraphSeparatorCharacter
           
static int NSReturnTextMovement
           
static int NSRightTextMovement
           
static int NSTabCharacter
           
static int NSTabTextMovement
           
static int NSUpTextMovement
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSTextEnumeration()
           
NSTextEnumeration(com.jniwrapper.IntegerParameter t)
           
NSTextEnumeration(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

NSParagraphSeparatorCharacter

public static final int NSParagraphSeparatorCharacter
See Also:
Constant Field Values

NSLineSeparatorCharacter

public static final int NSLineSeparatorCharacter
See Also:
Constant Field Values

NSTabCharacter

public static final int NSTabCharacter
See Also:
Constant Field Values

NSFormFeedCharacter

public static final int NSFormFeedCharacter
See Also:
Constant Field Values

NSNewlineCharacter

public static final int NSNewlineCharacter
See Also:
Constant Field Values

NSCarriageReturnCharacter

public static final int NSCarriageReturnCharacter
See Also:
Constant Field Values

NSEnterCharacter

public static final int NSEnterCharacter
See Also:
Constant Field Values

NSBackspaceCharacter

public static final int NSBackspaceCharacter
See Also:
Constant Field Values

NSBackTabCharacter

public static final int NSBackTabCharacter
See Also:
Constant Field Values

NSDeleteCharacter

public static final int NSDeleteCharacter
See Also:
Constant Field Values

NSIllegalTextMovement

public static final int NSIllegalTextMovement
See Also:
Constant Field Values

NSReturnTextMovement

public static final int NSReturnTextMovement
See Also:
Constant Field Values

NSTabTextMovement

public static final int NSTabTextMovement
See Also:
Constant Field Values

NSBacktabTextMovement

public static final int NSBacktabTextMovement
See Also:
Constant Field Values

NSLeftTextMovement

public static final int NSLeftTextMovement
See Also:
Constant Field Values

NSRightTextMovement

public static final int NSRightTextMovement
See Also:
Constant Field Values

NSUpTextMovement

public static final int NSUpTextMovement
See Also:
Constant Field Values

NSDownTextMovement

public static final int NSDownTextMovement
See Also:
Constant Field Values

NSCancelTextMovement

public static final int NSCancelTextMovement
See Also:
Constant Field Values

NSOtherTextMovement

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

NSTextEnumeration

public NSTextEnumeration()

NSTextEnumeration

public NSTextEnumeration(long value)

NSTextEnumeration

public NSTextEnumeration(com.jniwrapper.IntegerParameter t)