|
||||||||||
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.appkit.NSCell
org.rococoa.cocoa.appkit.NSActionCell
org.rococoa.cocoa.appkit.NSButtonCell
org.rococoa.cocoa.appkit.NSMenuItemCell
public abstract class NSMenuItemCell
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 class |
NSMenuItemCell.__micFlags
|
static class |
NSMenuItemCell._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSMenuItemCell()
|
Method Summary | |
---|---|
static NSMenuItemCell |
alloc()
|
abstract void |
calcSize()
Original signature : -(void)calcSize native declaration : NSMenuItemCell.h:46 |
static NSMenuItemCell._class_ |
getNSClass()
|
abstract org.rococoa.cocoa.CGFloat |
imageWidth()
Original signature : -(CGFloat)imageWidth native declaration : NSMenuItemCell.h:52 |
abstract org.rococoa.cocoa.CGFloat |
keyEquivalentWidth()
Original signature : -(CGFloat)keyEquivalentWidth native declaration : NSMenuItemCell.h:54 |
abstract NSMenuItem |
menuItem()
Original signature : -(NSMenuItem*)menuItem native declaration : NSMenuItemCell.h:37 |
abstract NSMenuView |
menuView()
Original signature : -(NSMenuView*)menuView native declaration : NSMenuItemCell.h:41 |
abstract boolean |
needsDisplay()
Original signature : -(BOOL)needsDisplay native declaration : NSMenuItemCell.h:49 |
abstract boolean |
needsSizing()
Original signature : -(BOOL)needsSizing native declaration : NSMenuItemCell.h:45 |
static NSMenuItemCell |
new_()
|
abstract void |
setMenuItem(NSMenuItem item)
Original signature : -(void)setMenuItem:(NSMenuItem*) native declaration : NSMenuItemCell.h:36 |
abstract void |
setMenuView(NSMenuView menuView)
Original signature : -(void)setMenuView:(NSMenuView*) native declaration : NSMenuItemCell.h:40 |
abstract void |
setNeedsDisplay(boolean flag)
Original signature : -(void)setNeedsDisplay:(BOOL) native declaration : NSMenuItemCell.h:48 |
abstract void |
setNeedsSizing(boolean flag)
Original signature : -(void)setNeedsSizing:(BOOL) native declaration : NSMenuItemCell.h:44 |
abstract org.rococoa.cocoa.CGFloat |
stateImageWidth()
Original signature : -(CGFloat)stateImageWidth native declaration : NSMenuItemCell.h:51 |
abstract NSInteger |
tag()
Original signature : -(NSInteger)tag native declaration : NSMenuItemCell.h:67 |
abstract org.rococoa.cocoa.CGFloat |
titleWidth()
Original signature : -(CGFloat)titleWidth native declaration : NSMenuItemCell.h:53 |
Methods inherited from class org.rococoa.cocoa.appkit.NSActionCell |
---|
action, setAction, setTag, setTarget, target |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSMenuItemCell()
Method Detail |
---|
public abstract void setMenuItem(NSMenuItem item)
-(void)setMenuItem:(NSMenuItem*)
public abstract NSMenuItem menuItem()
-(NSMenuItem*)menuItem
public abstract void setMenuView(NSMenuView menuView)
-(void)setMenuView:(NSMenuView*)
public abstract NSMenuView menuView()
-(NSMenuView*)menuView
public abstract void setNeedsSizing(boolean flag)
-(void)setNeedsSizing:(BOOL)
public abstract boolean needsSizing()
-(BOOL)needsSizing
public abstract void calcSize()
-(void)calcSize
public abstract void setNeedsDisplay(boolean flag)
-(void)setNeedsDisplay:(BOOL)
public abstract boolean needsDisplay()
-(BOOL)needsDisplay
public abstract org.rococoa.cocoa.CGFloat stateImageWidth()
-(CGFloat)stateImageWidth
public abstract org.rococoa.cocoa.CGFloat imageWidth()
-(CGFloat)imageWidth
public abstract org.rococoa.cocoa.CGFloat titleWidth()
-(CGFloat)titleWidth
public abstract org.rococoa.cocoa.CGFloat keyEquivalentWidth()
-(CGFloat)keyEquivalentWidth
public abstract NSInteger tag()
-(NSInteger)tag
tag
in class NSActionCell
public static NSMenuItemCell alloc()
public static NSMenuItemCell new_()
public static NSMenuItemCell._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |