org.rococoa.cocoa.appkit.categories
Interface NSBundleHelpExtension

All Superinterfaces:
ObjCObject

public interface NSBundleHelpExtension
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSBundleHelpExtension._static_
           
 
Method Summary
 NSAttributedString contextHelpForKey(NSString key)
          return nil if not found
Original signature : -(NSAttributedString*)contextHelpForKey:(NSString*)
from NSBundleHelpExtension native declaration : NSHelpManager.h:62
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

contextHelpForKey

NSAttributedString contextHelpForKey(NSString key)
return nil if not found
Original signature : -(NSAttributedString*)contextHelpForKey:(NSString*)
from NSBundleHelpExtension native declaration : NSHelpManager.h:62



Copyright © 2009. All Rights Reserved.