com.jniwrapper.macosx.cocoa.nsbox
Class _NSTitlePositionEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsbox._NSTitlePositionEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSTitlePosition

public class _NSTitlePositionEnumeration
extends com.jniwrapper.Int

This class represents _NSTitlePositionEnumeration enumeration.


Field Summary
static int NSAboveBottom
           
static int NSAboveTop
           
static int NSAtBottom
           
static int NSAtTop
           
static int NSBelowBottom
           
static int NSBelowTop
           
static int NSNoTitle
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSTitlePositionEnumeration()
           
_NSTitlePositionEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSTitlePositionEnumeration(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

NSNoTitle

public static final int NSNoTitle
See Also:
Constant Field Values

NSAboveTop

public static final int NSAboveTop
See Also:
Constant Field Values

NSAtTop

public static final int NSAtTop
See Also:
Constant Field Values

NSBelowTop

public static final int NSBelowTop
See Also:
Constant Field Values

NSAboveBottom

public static final int NSAboveBottom
See Also:
Constant Field Values

NSAtBottom

public static final int NSAtBottom
See Also:
Constant Field Values

NSBelowBottom

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

_NSTitlePositionEnumeration

public _NSTitlePositionEnumeration()

_NSTitlePositionEnumeration

public _NSTitlePositionEnumeration(long value)

_NSTitlePositionEnumeration

public _NSTitlePositionEnumeration(com.jniwrapper.IntegerParameter t)