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 NSStringbundleIdentifier()NSStringbundlePath()static NSBundlebundleWithIdentifier(NSString identifier)static NSBundlebundleWithPath(NSString path)NSDictionaryinfoDictionary()static booleanloadNibFile(NSString fileName, NSDictionary context, long zone)static NSBundlemainBundle()idobjectForInfoDictionaryKey(NSString key)NSStringpathForResource(NSString name, NSString ext)NSStringpathForResource(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()
-
-