com.jniwrapper.macosx.cocoa.nssavepanel
Class NSSavePanelEnumeration

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

public class NSSavePanelEnumeration
extends com.jniwrapper.Int

This class represents NSSavePanelEnumeration enumeration.


Field Summary
static int NSFileHandlingPanelCancelButton
           
static int NSFileHandlingPanelOKButton
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSSavePanelEnumeration()
           
NSSavePanelEnumeration(com.jniwrapper.IntegerParameter t)
           
NSSavePanelEnumeration(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

NSFileHandlingPanelCancelButton

public static final int NSFileHandlingPanelCancelButton
See Also:
Constant Field Values

NSFileHandlingPanelOKButton

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

NSSavePanelEnumeration

public NSSavePanelEnumeration()

NSSavePanelEnumeration

public NSSavePanelEnumeration(long value)

NSSavePanelEnumeration

public NSSavePanelEnumeration(com.jniwrapper.IntegerParameter t)