public interface NSTextAttachmentCellProtocol extends NSObjectProtocol
NSTextAttachmentCellProtocol protocol.
See the protocol documentation at the Apple's site: NSTextAttachmentCellProtocol| Modifier and Type | Method and Description |
|---|---|
com.jniwrapper.Pointer.Void |
attachment() |
NSPoint |
cellBaselineOffset() |
NSRect |
cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex(NSTextContainer textContainer,
NSRect lineFrag,
NSPoint position,
com.jniwrapper.UInt16 charIndex)
This method represents the
cellFrameForTextContainer() method of the NSTextAttachmentCellProtocol Objective-C protocol. |
NSSize |
cellSize() |
void |
drawWithFrame_inView_characterIndex_layoutManager(NSRect cellFrame,
NSView controlView,
com.jniwrapper.UInt16 charIndex,
NSLayoutManager layoutManager)
This method represents the
drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol. |
void |
drawWithFrame_inView_characterIndex(NSRect cellFrame,
NSView controlView,
com.jniwrapper.UInt16 charIndex)
This method represents the
drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol. |
void |
drawWithFrame_inView(NSRect cellFrame,
NSView controlView)
This method represents the
drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol. |
void |
highlight_withFrame_inView(boolean flag,
NSRect cellFrame,
NSView controlView)
This method represents the
highlight() method of the NSTextAttachmentCellProtocol Objective-C protocol. |
void |
setAttachment(NSTextAttachment anObject) |
com.jniwrapper.Bool |
trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(NSEvent theEvent,
NSRect cellFrame,
NSView controlView,
com.jniwrapper.UInt16 charIndex,
boolean flag)
This method represents the
trackMouse() method of the NSTextAttachmentCellProtocol Objective-C protocol. |
com.jniwrapper.Bool |
trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent,
NSRect cellFrame,
NSView controlView,
boolean flag)
This method represents the
trackMouse() method of the NSTextAttachmentCellProtocol Objective-C protocol. |
com.jniwrapper.Bool |
wantsToTrackMouse() |
com.jniwrapper.Bool |
wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(NSEvent theEvent,
NSRect cellFrame,
NSView controlView,
com.jniwrapper.UInt16 charIndex)
This method represents the
wantsToTrackMouseForEvent() method of the NSTextAttachmentCellProtocol Objective-C protocol. |
_class, autorelease, conformsToProtocol, description, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, release, respondsToSelector, retain, retainCount, self, superclass, zonecom.jniwrapper.Pointer.Void attachment()
void drawWithFrame_inView_characterIndex_layoutManager(NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, NSLayoutManager layoutManager)
drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol.cellFrame - controlView - charIndex - layoutManager - NSRect cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex(NSTextContainer textContainer, NSRect lineFrag, NSPoint position, com.jniwrapper.UInt16 charIndex)
cellFrameForTextContainer() method of the NSTextAttachmentCellProtocol Objective-C protocol.textContainer - lineFrag - position - charIndex - void drawWithFrame_inView_characterIndex(NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol.cellFrame - controlView - charIndex - NSPoint cellBaselineOffset()
void highlight_withFrame_inView(boolean flag,
NSRect cellFrame,
NSView controlView)
highlight() method of the NSTextAttachmentCellProtocol Objective-C protocol.flag - cellFrame - controlView - void drawWithFrame_inView(NSRect cellFrame, NSView controlView)
drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol.cellFrame - controlView - NSSize cellSize()
com.jniwrapper.Bool trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
trackMouse() method of the NSTextAttachmentCellProtocol Objective-C protocol.theEvent - cellFrame - controlView - flag - com.jniwrapper.Bool trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, boolean flag)
trackMouse() method of the NSTextAttachmentCellProtocol Objective-C protocol.theEvent - cellFrame - controlView - charIndex - flag - com.jniwrapper.Bool wantsToTrackMouse()
void setAttachment(NSTextAttachment anObject)
com.jniwrapper.Bool wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
wantsToTrackMouseForEvent() method of the NSTextAttachmentCellProtocol Objective-C protocol.theEvent - cellFrame - controlView - charIndex -