org.rococoa.cocoa.appkit.categories
Interface NSViewEnclosingMenuItem

All Superinterfaces:
ObjCObject

public interface NSViewEnclosingMenuItem
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 NSViewEnclosingMenuItem._static_
           
 
Method Summary
 NSMenuItem enclosingMenuItem()
          Returns the menu item containing the receiver or any of its superviews in the view hierarchy, or nil if the receiver's view hierarchy is not in a menu item.
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

enclosingMenuItem

NSMenuItem enclosingMenuItem()
Returns the menu item containing the receiver or any of its superviews in the view hierarchy, or nil if the receiver's view hierarchy is not in a menu item.
Original signature : -(NSMenuItem*)enclosingMenuItem
from NSViewEnclosingMenuItem native declaration : NSMenuItem.h:158



Copyright © 2009. All Rights Reserved.