Package org.eclipse.swt.internal.cocoa
Class NSBundle
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSBundle
-
public class NSBundle extends NSObject
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NSString
bundleIdentifier()
NSString
bundlePath()
static NSBundle
bundleWithIdentifier(NSString identifier)
static NSBundle
bundleWithPath(NSString path)
NSDictionary
infoDictionary()
static boolean
loadNibFile(NSString fileName, NSDictionary context, long zone)
static NSBundle
mainBundle()
id
objectForInfoDictionaryKey(NSString key)
NSString
pathForResource(NSString name, NSString ext)
NSString
pathForResource(NSString name, NSString ext, NSString subpath, NSString localizationName)
-
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
-
NSBundle
public NSBundle()
-
NSBundle
public NSBundle(long id)
-
NSBundle
public NSBundle(id id)
-
-
Method Detail
-
loadNibFile
public static boolean loadNibFile(NSString fileName, NSDictionary context, long zone)
-
bundleIdentifier
public NSString bundleIdentifier()
-
bundlePath
public NSString bundlePath()
-
infoDictionary
public NSDictionary infoDictionary()
-
mainBundle
public static NSBundle mainBundle()
-
-