|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSTextAttachmentCell
These are the only methods required of cells in text attachments... The default NSCell class implements most of these; the NSTextAttachmentCell class is a subclass which implements all and provides some additional functionality.
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 |
NSTextAttachmentCell._class_
|
static interface |
NSTextAttachmentCell._static_
native declaration : NSTextAttachment.h:46 Conversion Error : /// Original signature : -(id)cellFrameForTextContainer:(NSTextContainer*) proposedLineFragment:() glyphPosition:() characterIndex:(NSUInteger) - cellFrameForTextContainer:(NSTextContainer*)textContainer proposedLineFragment:(null)lineFrag glyphPosition:(null)position characterIndex:(NSUInteger)charIndex; (Argument lineFrag cannot be converted) |
Field Summary | |
---|---|
static NSTextAttachmentCell._class_ |
_NSCLASS_
|
Method Summary | |
---|---|
NSTextAttachment |
attachment()
Original signature : -(NSTextAttachment*)attachment native declaration : NSTextAttachment.h:39 |
NSObject |
cellBaselineOffset()
Original signature : -(id)cellBaselineOffset native declaration : NSTextAttachment.h:37 |
NSObject |
cellSize()
Original signature : -(id)cellSize native declaration : NSTextAttachment.h:36 |
void |
setAttachment(NSTextAttachment anObject)
Original signature : -(void)setAttachment:(NSTextAttachment*) native declaration : NSTextAttachment.h:38 |
boolean |
wantsToTrackMouse()
Original signature : -(BOOL)wantsToTrackMouse native declaration : NSTextAttachment.h:33 |
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 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Field Detail |
---|
static final NSTextAttachmentCell._class_ _NSCLASS_
Method Detail |
---|
boolean wantsToTrackMouse()
-(BOOL)wantsToTrackMouse
NSObject cellSize()
-(id)cellSize
NSObject cellBaselineOffset()
-(id)cellBaselineOffset
void setAttachment(NSTextAttachment anObject)
-(void)setAttachment:(NSTextAttachment*)
NSTextAttachment attachment()
-(NSTextAttachment*)attachment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |