|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSClass
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.appkit.NSMenu._class_
public abstract static class NSMenu._class_
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass |
---|
ObjCClass._Class |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Field Summary |
---|
Fields inherited from interface org.rococoa.ObjCClass |
---|
CLASS |
Constructor Summary | |
---|---|
NSMenu._class_()
|
Method Summary | |
---|---|
abstract NSMenu |
alloc()
Original signature : +(id)alloc native declaration : NSObject.h:77 |
NSSubmenuAction._static_ |
asStatic_NSMenu_NSSubmenuAction()
|
abstract boolean |
menuBarVisible()
Original signature : +(BOOL)menuBarVisible native declaration : NSMenu.h:70 |
abstract Pointer |
menuZone()
Returns the zone used to allocate NSMenu objects. |
abstract NSMenu |
new_()
Original signature : +(id)new native declaration : NSObject.h:75 |
abstract void |
popUpContextMenu_withEvent_forView_withFont(NSMenu menu,
NSEvent event,
NSView view,
NSFont font)
Original signature : +(void)popUpContextMenu:(NSMenu*) withEvent:(NSEvent*) forView:(NSView*) withFont:(NSFont*) native declaration : NSMenu.h:62 |
abstract void |
popUpContextMenu_withEvent_forView(NSMenu menu,
NSEvent event,
NSView view)
Original signature : +(void)popUpContextMenu:(NSMenu*) withEvent:(NSEvent*) forView:(NSView*) native declaration : NSMenu.h:61 |
abstract void |
setMenuBarVisible(boolean visible)
Determines whether the menu bar is visible for this application. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, zone |
Constructor Detail |
---|
public NSMenu._class_()
Method Detail |
---|
public NSSubmenuAction._static_ asStatic_NSMenu_NSSubmenuAction()
public abstract void popUpContextMenu_withEvent_forView(NSMenu menu, NSEvent event, NSView view)
+(void)popUpContextMenu:(NSMenu*) withEvent:(NSEvent*) forView:(NSView*)
public abstract void popUpContextMenu_withEvent_forView_withFont(NSMenu menu, NSEvent event, NSView view, NSFont font)
+(void)popUpContextMenu:(NSMenu*) withEvent:(NSEvent*) forView:(NSView*) withFont:(NSFont*)
public abstract void setMenuBarVisible(boolean visible)
+(void)setMenuBarVisible:(BOOL)
public abstract boolean menuBarVisible()
+(BOOL)menuBarVisible
public abstract Pointer menuZone()
+(NSZone*)menuZone
public abstract NSMenu alloc()
NSObject._class_
+(id)alloc
alloc
in class NSObject._class_
public abstract NSMenu new_()
NSObject._class_
+(id)new
new_
in class NSObject._class_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |