org.rococoa.cocoa.appkit.protocols
Interface NSTextAttachmentCell

All Superinterfaces:
NSObject, ObjCObject
All Known Implementing Classes:
NSTextAttachmentCell

public interface NSTextAttachmentCell
extends ObjCObject, NSObject

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

_NSCLASS_

static final NSTextAttachmentCell._class_ _NSCLASS_
Method Detail

wantsToTrackMouse

boolean wantsToTrackMouse()
Original signature : -(BOOL)wantsToTrackMouse
native declaration : NSTextAttachment.h:33


cellSize

NSObject cellSize()
Original signature : -(id)cellSize
native declaration : NSTextAttachment.h:36


cellBaselineOffset

NSObject cellBaselineOffset()
Original signature : -(id)cellBaselineOffset
native declaration : NSTextAttachment.h:37


setAttachment

void setAttachment(NSTextAttachment anObject)
Original signature : -(void)setAttachment:(NSTextAttachment*)
native declaration : NSTextAttachment.h:38


attachment

NSTextAttachment attachment()
Original signature : -(NSTextAttachment*)attachment
native declaration : NSTextAttachment.h:39



Copyright © 2009. All Rights Reserved.