org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSWorkspaceLaunchOptions
- Enclosing interface:
- AppKitLibrary
public static interface AppKitLibrary.NSWorkspaceLaunchOptions
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h
enum values
NSWorkspaceLaunchAndPrint
static final int NSWorkspaceLaunchAndPrint
- See Also:
- Constant Field Values
NSWorkspaceLaunchInhibitingBackgroundOnly
static final int NSWorkspaceLaunchInhibitingBackgroundOnly
- See Also:
- Constant Field Values
NSWorkspaceLaunchWithoutAddingToRecents
static final int NSWorkspaceLaunchWithoutAddingToRecents
- See Also:
- Constant Field Values
NSWorkspaceLaunchWithoutActivation
static final int NSWorkspaceLaunchWithoutActivation
- See Also:
- Constant Field Values
NSWorkspaceLaunchAsync
static final int NSWorkspaceLaunchAsync
- See Also:
- Constant Field Values
NSWorkspaceLaunchAllowingClassicStartup
static final int NSWorkspaceLaunchAllowingClassicStartup
- See Also:
- Constant Field Values
NSWorkspaceLaunchPreferringClassic
static final int NSWorkspaceLaunchPreferringClassic
- See Also:
- Constant Field Values
NSWorkspaceLaunchNewInstance
static final int NSWorkspaceLaunchNewInstance
- See Also:
- Constant Field Values
NSWorkspaceLaunchAndHide
static final int NSWorkspaceLaunchAndHide
- See Also:
- Constant Field Values
NSWorkspaceLaunchAndHideOthers
static final int NSWorkspaceLaunchAndHideOthers
- See Also:
- Constant Field Values
NSWorkspaceLaunchDefault
static final int NSWorkspaceLaunchDefault
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.