Package org.eclipse.swt.internal.cocoa
Class NSWorkspace
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSWorkspace
-
public class NSWorkspace extends NSObject
-
-
Constructor Summary
Constructors Constructor Description NSWorkspace()
NSWorkspace(long id)
NSWorkspace(id id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NSString
fullPathForApplication(NSString appName)
NSImage
iconForFile(NSString fullPath)
boolean
isFilePackageAtPath(NSString fullPath)
boolean
openURL(NSURL url)
boolean
openURLs(NSArray urls, NSString bundleIdentifier, long options, NSAppleEventDescriptor descriptor, long identifiers)
static NSWorkspace
sharedWorkspace()
boolean
type(NSString firstTypeName, NSString secondTypeName)
NSString
typeOfFile(NSString absoluteFilePath, long outError)
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSWorkspace
public NSWorkspace()
-
NSWorkspace
public NSWorkspace(long id)
-
NSWorkspace
public NSWorkspace(id id)
-
-
Method Detail
-
isFilePackageAtPath
public boolean isFilePackageAtPath(NSString fullPath)
-
openURL
public boolean openURL(NSURL url)
-
openURLs
public boolean openURLs(NSArray urls, NSString bundleIdentifier, long options, NSAppleEventDescriptor descriptor, long identifiers)
-
sharedWorkspace
public static NSWorkspace sharedWorkspace()
-
-