com.jniwrapper.macosx.cocoa.nsfontmanager
Class _NSFontActionEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsfontmanager._NSFontActionEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSFontAction

public class _NSFontActionEnumeration
extends com.jniwrapper.Int

This class represents _NSFontActionEnumeration enumeration.


Field Summary
static int NSAddTraitFontAction
           
static int NSHeavierFontAction
           
static int NSLighterFontAction
           
static int NSNoFontChangeAction
           
static int NSRemoveTraitFontAction
           
static int NSSizeDownFontAction
           
static int NSSizeUpFontAction
           
static int NSViaPanelFontAction
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSFontActionEnumeration()
           
_NSFontActionEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSFontActionEnumeration(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

NSNoFontChangeAction

public static final int NSNoFontChangeAction
See Also:
Constant Field Values

NSViaPanelFontAction

public static final int NSViaPanelFontAction
See Also:
Constant Field Values

NSAddTraitFontAction

public static final int NSAddTraitFontAction
See Also:
Constant Field Values

NSSizeUpFontAction

public static final int NSSizeUpFontAction
See Also:
Constant Field Values

NSSizeDownFontAction

public static final int NSSizeDownFontAction
See Also:
Constant Field Values

NSHeavierFontAction

public static final int NSHeavierFontAction
See Also:
Constant Field Values

NSLighterFontAction

public static final int NSLighterFontAction
See Also:
Constant Field Values

NSRemoveTraitFontAction

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

_NSFontActionEnumeration

public _NSFontActionEnumeration()

_NSFontActionEnumeration

public _NSFontActionEnumeration(long value)

_NSFontActionEnumeration

public _NSFontActionEnumeration(com.jniwrapper.IntegerParameter t)