com.jniwrapper.macosx.cocoa.nsfontpanel
Class NSFontPanelEnumeration

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

public class NSFontPanelEnumeration
extends com.jniwrapper.Int

This class represents NSFontPanelEnumeration enumeration.


Field Summary
static int NSFontPanelAllModesMask
           
static int NSFontPanelCollectionModeMask
           
static int NSFontPanelFaceModeMask
           
static int NSFontPanelSizeModeMask
           
static int NSFontPanelStandardModesMask
           
static int NSFPCurrentField
           
static int NSFPPreviewButton
           
static int NSFPPreviewField
           
static int NSFPRevertButton
           
static int NSFPSetButton
           
static int NSFPSizeField
           
static int NSFPSizeTitle
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSFontPanelEnumeration()
           
NSFontPanelEnumeration(com.jniwrapper.IntegerParameter t)
           
NSFontPanelEnumeration(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

NSFPPreviewButton

public static final int NSFPPreviewButton
See Also:
Constant Field Values

NSFPRevertButton

public static final int NSFPRevertButton
See Also:
Constant Field Values

NSFPSetButton

public static final int NSFPSetButton
See Also:
Constant Field Values

NSFPPreviewField

public static final int NSFPPreviewField
See Also:
Constant Field Values

NSFPSizeField

public static final int NSFPSizeField
See Also:
Constant Field Values

NSFPSizeTitle

public static final int NSFPSizeTitle
See Also:
Constant Field Values

NSFPCurrentField

public static final int NSFPCurrentField
See Also:
Constant Field Values

NSFontPanelFaceModeMask

public static final int NSFontPanelFaceModeMask
See Also:
Constant Field Values

NSFontPanelSizeModeMask

public static final int NSFontPanelSizeModeMask
See Also:
Constant Field Values

NSFontPanelCollectionModeMask

public static final int NSFontPanelCollectionModeMask
See Also:
Constant Field Values

NSFontPanelStandardModesMask

public static final int NSFontPanelStandardModesMask
See Also:
Constant Field Values

NSFontPanelAllModesMask

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

NSFontPanelEnumeration

public NSFontPanelEnumeration()

NSFontPanelEnumeration

public NSFontPanelEnumeration(long value)

NSFontPanelEnumeration

public NSFontPanelEnumeration(com.jniwrapper.IntegerParameter t)