com.jniwrapper.macosx.cocoa.nsprintpanel
Class NSPrintPanelEnumeration

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

public class NSPrintPanelEnumeration
extends com.jniwrapper.Int

This class represents NSPrintPanelEnumeration enumeration.


Field Summary
static int NSFaxButton
           
static int NSPPCopiesField
           
static int NSPPImageButton
           
static int NSPPLayoutButton
           
static int NSPPNameField
           
static int NSPPNameTitle
           
static int NSPPNoteField
           
static int NSPPNoteTitle
           
static int NSPPOptionsButton
           
static int NSPPPageChoiceMatrix
           
static int NSPPPageRangeFrom
           
static int NSPPPageRangeTo
           
static int NSPPPaperFeedButton
           
static int NSPPPreviewButton
           
static int NSPPSaveButton
           
static int NSPPScaleField
           
static int NSPPStatusField
           
static int NSPPStatusTitle
           
static int NSPPTitleField
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSPrintPanelEnumeration()
           
NSPrintPanelEnumeration(com.jniwrapper.IntegerParameter t)
           
NSPrintPanelEnumeration(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

NSPPSaveButton

public static final int NSPPSaveButton
See Also:
Constant Field Values

NSPPPreviewButton

public static final int NSPPPreviewButton
See Also:
Constant Field Values

NSFaxButton

public static final int NSFaxButton
See Also:
Constant Field Values

NSPPTitleField

public static final int NSPPTitleField
See Also:
Constant Field Values

NSPPImageButton

public static final int NSPPImageButton
See Also:
Constant Field Values

NSPPNameTitle

public static final int NSPPNameTitle
See Also:
Constant Field Values

NSPPNameField

public static final int NSPPNameField
See Also:
Constant Field Values

NSPPNoteTitle

public static final int NSPPNoteTitle
See Also:
Constant Field Values

NSPPNoteField

public static final int NSPPNoteField
See Also:
Constant Field Values

NSPPStatusTitle

public static final int NSPPStatusTitle
See Also:
Constant Field Values

NSPPStatusField

public static final int NSPPStatusField
See Also:
Constant Field Values

NSPPCopiesField

public static final int NSPPCopiesField
See Also:
Constant Field Values

NSPPPageChoiceMatrix

public static final int NSPPPageChoiceMatrix
See Also:
Constant Field Values

NSPPPageRangeFrom

public static final int NSPPPageRangeFrom
See Also:
Constant Field Values

NSPPPageRangeTo

public static final int NSPPPageRangeTo
See Also:
Constant Field Values

NSPPScaleField

public static final int NSPPScaleField
See Also:
Constant Field Values

NSPPOptionsButton

public static final int NSPPOptionsButton
See Also:
Constant Field Values

NSPPPaperFeedButton

public static final int NSPPPaperFeedButton
See Also:
Constant Field Values

NSPPLayoutButton

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

NSPrintPanelEnumeration

public NSPrintPanelEnumeration()

NSPrintPanelEnumeration

public NSPrintPanelEnumeration(long value)

NSPrintPanelEnumeration

public NSPrintPanelEnumeration(com.jniwrapper.IntegerParameter t)