org.rococoa.cocoa.appkit.categories
Interface NSApplicationHelpExtension

All Superinterfaces:
ObjCObject

public interface NSApplicationHelpExtension
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 NSApplicationHelpExtension._static_
           
 
Method Summary
 void activateContextHelpMode(ObjCObject sender)
          Original signature : -(void)activateContextHelpMode:(id)
from NSApplicationHelpExtension native declaration : NSHelpManager.h:70
 void showHelp(ObjCObject sender)
          Target method cover for [NSHelpManager setContextHelpModeActive:YES];
Original signature : -(void)showHelp:(id)
from NSApplicationHelpExtension native declaration : NSHelpManager.h:72
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

activateContextHelpMode

void activateContextHelpMode(ObjCObject sender)
Original signature : -(void)activateContextHelpMode:(id)
from NSApplicationHelpExtension native declaration : NSHelpManager.h:70


showHelp

void showHelp(ObjCObject sender)
Target method cover for [NSHelpManager setContextHelpModeActive:YES];
Original signature : -(void)showHelp:(id)
from NSApplicationHelpExtension native declaration : NSHelpManager.h:72



Copyright © 2009. All Rights Reserved.