|
||||||||||
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
public abstract class NSActionCell
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 |
NSActionCell._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 | |
---|---|
NSActionCell()
|
Method Summary | |
---|---|
abstract Selector |
action()
Original signature : -(SEL)action native declaration : NSActionCell.h:22 |
static NSActionCell |
alloc()
|
static NSActionCell._class_ |
getNSClass()
|
static NSActionCell |
new_()
|
abstract void |
setAction(Selector aSelector)
Original signature : -(void)setAction:(SEL) native declaration : NSActionCell.h:23 |
abstract void |
setTag(NSInteger anInt)
Original signature : -(void)setTag:(NSInteger) native declaration : NSActionCell.h:25 |
abstract void |
setTarget(ObjCObject anObject)
Original signature : -(void)setTarget:(id) native declaration : NSActionCell.h:21 |
abstract NSInteger |
tag()
Original signature : -(NSInteger)tag native declaration : NSActionCell.h:24 |
abstract NSObject |
target()
Original signature : -(id)target native declaration : NSActionCell.h:20 |
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 NSActionCell()
Method Detail |
---|
public abstract NSObject target()
-(id)target
target
in class NSCell
public abstract void setTarget(ObjCObject anObject)
-(void)setTarget:(id)
setTarget
in class NSCell
public abstract Selector action()
-(SEL)action
action
in class NSCell
public abstract void setAction(Selector aSelector)
-(void)setAction:(SEL)
setAction
in class NSCell
public abstract NSInteger tag()
-(NSInteger)tag
tag
in class NSCell
public abstract void setTag(NSInteger anInt)
-(void)setTag:(NSInteger)
setTag
in class NSCell
public static NSActionCell alloc()
public static NSActionCell new_()
public static NSActionCell._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |