Uses of Class
com.jniwrapper.macosx.cocoa.nsworkspace.NSWorkspaceLaunchOptions

Packages that use NSWorkspaceLaunchOptions
com.jniwrapper.macosx.cocoa.nsworkspace   
 

Uses of NSWorkspaceLaunchOptions in com.jniwrapper.macosx.cocoa.nsworkspace
 

Methods in com.jniwrapper.macosx.cocoa.nsworkspace with parameters of type NSWorkspaceLaunchOptions
 com.jniwrapper.Bool NSWorkspace.openURLs_withAppBundleIdentifier_options_additionalEventParamDescriptor_launchIdentifiers(NSArray urls, java.lang.String bundleIdentifier, NSWorkspaceLaunchOptions options, NSAppleEventDescriptor descriptor, NSArray identifiers)
          This method represents the openURLs() method of the NSWorkspace Objective-C class.
 com.jniwrapper.Bool NSWorkspace.launchAppWithBundleIdentifier_options_additionalEventParamDescriptor_launchIdentifier(java.lang.String bundleIdentifier, NSWorkspaceLaunchOptions options, NSAppleEventDescriptor descriptor, NSNumber identifier)
          This method represents the launchAppWithBundleIdentifier() method of the NSWorkspace Objective-C class.