|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Pointer.Void
com.jniwrapper.macosx.cocoa.Id
com.jniwrapper.macosx.cocoa.CObject
com.jniwrapper.macosx.cocoa.nsobject.NSObject
com.jniwrapper.macosx.cocoa.nscell.NSCell
com.jniwrapper.macosx.cocoa.nstextattachment.NSTextAttachmentCell
This class represents NSTextAttachmentCell class.
See the class documentation at the Apple's site: NSTextAttachmentCell
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSTextAttachmentCell()
|
|
NSTextAttachmentCell(boolean autorelease)
Contructs the NSTextAttachmentCell class with the autorelease option on. |
|
NSTextAttachmentCell(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSTextAttachmentCell class from pointer. |
|
NSTextAttachmentCell(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSTextAttachmentCell class with static constructor. |
|
| Method Summary | |
CClass |
_class()
This method represents the class() method of the NSTextAttachmentCell Objective-C class. |
com.jniwrapper.Pointer.Void |
attachment()
|
Id |
autorelease()
|
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 NSTextAttachmentCell Objective-C class. |
NSSize |
cellSize()
|
com.jniwrapper.Bool |
conformsToProtocol(Protocol aProtocol)
|
com.jniwrapper.Pointer.Void |
description()
|
void |
drawWithFrame_inView_characterIndex_layoutManager(NSRect cellFrame,
NSView controlView,
com.jniwrapper.UInt16 charIndex,
NSLayoutManager layoutManager)
This method represents the drawWithFrame() method of the NSTextAttachmentCell Objective-C class. |
void |
drawWithFrame_inView_characterIndex(NSRect cellFrame,
NSView controlView,
com.jniwrapper.UInt16 charIndex)
This method represents the drawWithFrame() method of the NSTextAttachmentCell Objective-C class. |
void |
drawWithFrame_inView(NSRect cellFrame,
NSView controlView)
This method represents the drawWithFrame() method of the NSTextAttachmentCell Objective-C class. |
com.jniwrapper.UInt16 |
hash()
|
void |
highlight_withFrame_inView(boolean flag,
NSRect cellFrame,
NSView controlView)
This method represents the highlight() method of the NSTextAttachmentCell Objective-C class. |
protected void |
init(com.jniwrapper.Parameter[] fields)
|
com.jniwrapper.Bool |
isEqual(Id object)
|
com.jniwrapper.Bool |
isKindOfClass(CClass aClass)
|
com.jniwrapper.Bool |
isMemberOfClass(CClass aClass)
|
com.jniwrapper.Bool |
isProxy()
|
Id |
performSelector_withObject_withObject(Sel aSelector,
Id object1,
Id object2)
This method represents the performSelector() method of the NSTextAttachmentCell Objective-C class. |
Id |
performSelector_withObject(Sel aSelector,
Id object)
This method represents the performSelector() method of the NSTextAttachmentCell Objective-C class. |
Id |
performSelector(Sel aSelector)
|
void |
release()
|
com.jniwrapper.Bool |
respondsToSelector(Sel aSelector)
|
Id |
retain()
|
com.jniwrapper.UInt16 |
retainCount()
|
Id |
self()
|
void |
setAttachment(NSTextAttachment anObject)
|
CClass |
superclass()
|
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 NSTextAttachmentCell Objective-C class. |
com.jniwrapper.Bool |
trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent,
NSRect cellFrame,
NSView controlView,
boolean flag)
This method represents the trackMouse() method of the NSTextAttachmentCell Objective-C class. |
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 NSTextAttachmentCell Objective-C class. |
com.jniwrapper.Pointer.Void |
zone()
|
| Methods inherited from class com.jniwrapper.macosx.cocoa.CObject |
getClassName |
| Methods inherited from class com.jniwrapper.macosx.cocoa.Id |
clone |
| Methods inherited from class com.jniwrapper.Pointer.Void |
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSTextAttachmentCell()
public NSTextAttachmentCell(boolean autorelease)
NSTextAttachmentCell class with the autorelease option on.
autorelease - public NSTextAttachmentCell(com.jniwrapper.Pointer.Void instancePtr)
NSTextAttachmentCell class from pointer.
instancePtr -
public NSTextAttachmentCell(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSTextAttachmentCell class with static constructor.
methodName - parameters - | Method Detail |
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSCellpublic Id autorelease()
autorelease in interface NSObjectProtocolautorelease in class NSObjectpublic Id performSelector(Sel aSelector)
performSelector in interface NSObjectProtocolperformSelector in class NSObject
public void drawWithFrame_inView_characterIndex_layoutManager(NSRect cellFrame,
NSView controlView,
com.jniwrapper.UInt16 charIndex,
NSLayoutManager layoutManager)
drawWithFrame() method of the NSTextAttachmentCell Objective-C class.
drawWithFrame_inView_characterIndex_layoutManager in interface NSTextAttachmentCellProtocolcellFrame - controlView - charIndex - layoutManager - public com.jniwrapper.Pointer.Void attachment()
attachment in interface NSTextAttachmentCellProtocol
public void drawWithFrame_inView_characterIndex(NSRect cellFrame,
NSView controlView,
com.jniwrapper.UInt16 charIndex)
drawWithFrame() method of the NSTextAttachmentCell Objective-C class.
drawWithFrame_inView_characterIndex in interface NSTextAttachmentCellProtocolcellFrame - controlView - charIndex - public CClass superclass()
superclass in interface NSObjectProtocolsuperclass in class NSObjectpublic NSPoint cellBaselineOffset()
cellBaselineOffset in interface NSTextAttachmentCellProtocol
public void highlight_withFrame_inView(boolean flag,
NSRect cellFrame,
NSView controlView)
highlight() method of the NSTextAttachmentCell Objective-C class.
highlight_withFrame_inView in interface NSTextAttachmentCellProtocolhighlight_withFrame_inView in class NSCellflag - cellFrame - controlView - public Id retain()
retain in interface NSObjectProtocolretain in class NSObjectpublic Id self()
self in interface NSObjectProtocolself in class NSObjectpublic com.jniwrapper.Bool respondsToSelector(Sel aSelector)
respondsToSelector in interface NSObjectProtocolrespondsToSelector in class NSObject
public Id performSelector_withObject_withObject(Sel aSelector,
Id object1,
Id object2)
performSelector() method of the NSTextAttachmentCell Objective-C class.
performSelector_withObject_withObject in interface NSObjectProtocolperformSelector_withObject_withObject in class NSObjectaSelector - object1 - object2 -
public com.jniwrapper.Bool wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(NSEvent theEvent,
NSRect cellFrame,
NSView controlView,
com.jniwrapper.UInt16 charIndex)
wantsToTrackMouseForEvent() method of the NSTextAttachmentCell Objective-C class.
wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex in interface NSTextAttachmentCellProtocoltheEvent - cellFrame - controlView - charIndex -
public com.jniwrapper.Bool isKindOfClass(CClass aClass)
isKindOfClass in interface NSObjectProtocolisKindOfClass in class NSObjectpublic com.jniwrapper.Pointer.Void zone()
zone in interface NSObjectProtocolzone in class NSObjectpublic com.jniwrapper.Bool isMemberOfClass(CClass aClass)
isMemberOfClass in interface NSObjectProtocolisMemberOfClass in class NSObjectpublic void release()
release in interface NSObjectProtocolrelease in class NSObjectpublic CClass _class()
class() method of the NSTextAttachmentCell Objective-C class.
_class in interface NSObjectProtocol_class in class NSObject
public NSRect cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex(NSTextContainer textContainer,
NSRect lineFrag,
NSPoint position,
com.jniwrapper.UInt16 charIndex)
cellFrameForTextContainer() method of the NSTextAttachmentCell Objective-C class.
cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex in interface NSTextAttachmentCellProtocoltextContainer - lineFrag - position - charIndex -
public com.jniwrapper.UInt16 hash()
hash in interface NSObjectProtocolhash in class NSObjectpublic com.jniwrapper.Bool isEqual(Id object)
isEqual in interface NSObjectProtocolisEqual in class NSObjectpublic com.jniwrapper.Bool isProxy()
isProxy in interface NSObjectProtocolisProxy in class NSObjectpublic NSSize cellSize()
cellSize in interface NSTextAttachmentCellProtocolcellSize in class NSCell
public void drawWithFrame_inView(NSRect cellFrame,
NSView controlView)
drawWithFrame() method of the NSTextAttachmentCell Objective-C class.
drawWithFrame_inView in interface NSTextAttachmentCellProtocoldrawWithFrame_inView in class NSCellcellFrame - controlView -
public com.jniwrapper.Bool trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(NSEvent theEvent,
NSRect cellFrame,
NSView controlView,
com.jniwrapper.UInt16 charIndex,
boolean flag)
trackMouse() method of the NSTextAttachmentCell Objective-C class.
trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp in interface NSTextAttachmentCellProtocoltheEvent - cellFrame - controlView - charIndex - flag -
public com.jniwrapper.Bool trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent,
NSRect cellFrame,
NSView controlView,
boolean flag)
trackMouse() method of the NSTextAttachmentCell Objective-C class.
trackMouse_inRect_ofView_untilMouseUp in interface NSTextAttachmentCellProtocoltrackMouse_inRect_ofView_untilMouseUp in class NSCelltheEvent - cellFrame - controlView - flag -
public com.jniwrapper.Pointer.Void description()
description in interface NSObjectProtocoldescription in class NSObjectpublic com.jniwrapper.Bool wantsToTrackMouse()
wantsToTrackMouse in interface NSTextAttachmentCellProtocolpublic com.jniwrapper.Bool conformsToProtocol(Protocol aProtocol)
conformsToProtocol in interface NSObjectProtocolconformsToProtocol in class NSObjectpublic void setAttachment(NSTextAttachment anObject)
setAttachment in interface NSTextAttachmentCellProtocol
public Id performSelector_withObject(Sel aSelector,
Id object)
performSelector() method of the NSTextAttachmentCell Objective-C class.
performSelector_withObject in interface NSObjectProtocolperformSelector_withObject in class NSObjectaSelector - object -
public com.jniwrapper.UInt16 retainCount()
retainCount in interface NSObjectProtocolretainCount in class NSObject
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||