com.jniwrapper.macosx.cocoa.nstoolbar
Class NSToolbarEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nstoolbar.NSToolbarEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSToolbarDisplayMode, NSToolbarSizeMode

public class NSToolbarEnumeration
extends com.jniwrapper.Int

This class represents NSToolbarEnumeration enumeration.


Field Summary
static int NSToolbarDisplayModeDefault
           
static int NSToolbarDisplayModeIconAndLabel
           
static int NSToolbarDisplayModeIconOnly
           
static int NSToolbarDisplayModeLabelOnly
           
static int NSToolbarSizeModeDefault
           
static int NSToolbarSizeModeRegular
           
static int NSToolbarSizeModeSmall
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSToolbarEnumeration()
           
NSToolbarEnumeration(com.jniwrapper.IntegerParameter t)
           
NSToolbarEnumeration(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

NSToolbarDisplayModeDefault

public static final int NSToolbarDisplayModeDefault
See Also:
Constant Field Values

NSToolbarDisplayModeIconAndLabel

public static final int NSToolbarDisplayModeIconAndLabel
See Also:
Constant Field Values

NSToolbarDisplayModeIconOnly

public static final int NSToolbarDisplayModeIconOnly
See Also:
Constant Field Values

NSToolbarDisplayModeLabelOnly

public static final int NSToolbarDisplayModeLabelOnly
See Also:
Constant Field Values

NSToolbarSizeModeDefault

public static final int NSToolbarSizeModeDefault
See Also:
Constant Field Values

NSToolbarSizeModeRegular

public static final int NSToolbarSizeModeRegular
See Also:
Constant Field Values

NSToolbarSizeModeSmall

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

NSToolbarEnumeration

public NSToolbarEnumeration()

NSToolbarEnumeration

public NSToolbarEnumeration(long value)

NSToolbarEnumeration

public NSToolbarEnumeration(com.jniwrapper.IntegerParameter t)