com.jniwrapper.macosx.cocoa.nsworkspace
Class NSWorkspaceEnumeration

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

public class NSWorkspaceEnumeration
extends com.jniwrapper.Int

This class represents NSWorkspaceEnumeration enumeration.


Field Summary
static int NSWorkspaceLaunchAllowingClassicStartup
           
static int NSWorkspaceLaunchAndHide
           
static int NSWorkspaceLaunchAndHideOthers
           
static int NSWorkspaceLaunchAndPrint
           
static int NSWorkspaceLaunchAsync
           
static int NSWorkspaceLaunchDefault
           
static int NSWorkspaceLaunchInhibitingBackgroundOnly
           
static int NSWorkspaceLaunchNewInstance
           
static int NSWorkspaceLaunchPreferringClassic
           
static int NSWorkspaceLaunchWithoutActivation
           
static int NSWorkspaceLaunchWithoutAddingToRecents
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSWorkspaceEnumeration()
           
NSWorkspaceEnumeration(com.jniwrapper.IntegerParameter t)
           
NSWorkspaceEnumeration(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

NSWorkspaceLaunchAndPrint

public static final int NSWorkspaceLaunchAndPrint
See Also:
Constant Field Values

NSWorkspaceLaunchInhibitingBackgroundOnly

public static final int NSWorkspaceLaunchInhibitingBackgroundOnly
See Also:
Constant Field Values

NSWorkspaceLaunchWithoutAddingToRecents

public static final int NSWorkspaceLaunchWithoutAddingToRecents
See Also:
Constant Field Values

NSWorkspaceLaunchWithoutActivation

public static final int NSWorkspaceLaunchWithoutActivation
See Also:
Constant Field Values

NSWorkspaceLaunchAsync

public static final int NSWorkspaceLaunchAsync
See Also:
Constant Field Values

NSWorkspaceLaunchAllowingClassicStartup

public static final int NSWorkspaceLaunchAllowingClassicStartup
See Also:
Constant Field Values

NSWorkspaceLaunchPreferringClassic

public static final int NSWorkspaceLaunchPreferringClassic
See Also:
Constant Field Values

NSWorkspaceLaunchNewInstance

public static final int NSWorkspaceLaunchNewInstance
See Also:
Constant Field Values

NSWorkspaceLaunchAndHide

public static final int NSWorkspaceLaunchAndHide
See Also:
Constant Field Values

NSWorkspaceLaunchAndHideOthers

public static final int NSWorkspaceLaunchAndHideOthers
See Also:
Constant Field Values

NSWorkspaceLaunchDefault

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

NSWorkspaceEnumeration

public NSWorkspaceEnumeration()

NSWorkspaceEnumeration

public NSWorkspaceEnumeration(long value)

NSWorkspaceEnumeration

public NSWorkspaceEnumeration(com.jniwrapper.IntegerParameter t)