com.jniwrapper.macosx.cocoa.nstextcontainer
Class NSTextContainerEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nstextcontainer.NSTextContainerEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSLineMovementDirection, NSLineSweepDirection

public class NSTextContainerEnumeration
extends com.jniwrapper.Int

This class represents NSTextContainerEnumeration enumeration.


Field Summary
static int NSLineDoesntMove
           
static int NSLineMovesDown
           
static int NSLineMovesLeft
           
static int NSLineMovesRight
           
static int NSLineMovesUp
           
static int NSLineSweepDown
           
static int NSLineSweepLeft
           
static int NSLineSweepRight
           
static int NSLineSweepUp
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSTextContainerEnumeration()
           
NSTextContainerEnumeration(com.jniwrapper.IntegerParameter t)
           
NSTextContainerEnumeration(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

NSLineSweepLeft

public static final int NSLineSweepLeft
See Also:
Constant Field Values

NSLineSweepRight

public static final int NSLineSweepRight
See Also:
Constant Field Values

NSLineSweepDown

public static final int NSLineSweepDown
See Also:
Constant Field Values

NSLineSweepUp

public static final int NSLineSweepUp
See Also:
Constant Field Values

NSLineDoesntMove

public static final int NSLineDoesntMove
See Also:
Constant Field Values

NSLineMovesLeft

public static final int NSLineMovesLeft
See Also:
Constant Field Values

NSLineMovesRight

public static final int NSLineMovesRight
See Also:
Constant Field Values

NSLineMovesDown

public static final int NSLineMovesDown
See Also:
Constant Field Values

NSLineMovesUp

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

NSTextContainerEnumeration

public NSTextContainerEnumeration()

NSTextContainerEnumeration

public NSTextContainerEnumeration(long value)

NSTextContainerEnumeration

public NSTextContainerEnumeration(com.jniwrapper.IntegerParameter t)