All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.TextAttachmentCell

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Cell
                   |
                   +----com.apple.alpha.app.TextAttachmentCell

public class TextAttachmentCell
extends Cell
implements CellForTextAttachment
This class wraps the Objective-C class NSTextAttachmentCell.


Constructor Index

 o TextAttachmentCell()
This default constructor is equivalent to Objective-C's [[NSTextAttachmentCell alloc] init].
 o TextAttachmentCell(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o TextAttachmentCell(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

Method Index

 o attachment()
A wrapper for the - attachment Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).
 o cellBaselineOffset()
A wrapper for the - cellBaselineOffset Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).
 o cellSize()
A wrapper for the - cellSize Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).
 o drawWithFrame(Rect, View)
A wrapper for the - drawWithFrame:inView: Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).
 o highlightWithFrameInView(boolean, Rect, View)
A wrapper for the - highlight:withFrame:inView: Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).
 o setAttachment(TextAttachment)
A wrapper for the - setAttachment: Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).
 o trackMouse(Event, Rect, View, boolean)
A wrapper for the - trackMouse:inRect:ofView:untilMouseUp: Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).
 o wantsToTrackMouse()
A wrapper for the - wantsToTrackMouse Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).

Constructors

 o TextAttachmentCell
 protected TextAttachmentCell(boolean shouldAllocate,
                              int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o TextAttachmentCell
 public TextAttachmentCell()
This default constructor is equivalent to Objective-C's [[NSTextAttachmentCell alloc] init].

 o TextAttachmentCell
 public TextAttachmentCell(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

Methods

 o drawWithFrame
 public native void drawWithFrame(Rect cellFrame,
                                  View controlView)
A wrapper for the - drawWithFrame:inView: Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).

Overrides:
drawWithFrame in class Cell
 o wantsToTrackMouse
 public native boolean wantsToTrackMouse()
A wrapper for the - wantsToTrackMouse Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).

 o highlightWithFrameInView
 public native void highlightWithFrameInView(boolean flag,
                                             Rect cellFrame,
                                             View controlView)
A wrapper for the - highlight:withFrame:inView: Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).

Overrides:
highlightWithFrameInView in class Cell
 o trackMouse
 public native boolean trackMouse(Event theEvent,
                                  Rect cellFrame,
                                  View controlView,
                                  boolean flag)
A wrapper for the - trackMouse:inRect:ofView:untilMouseUp: Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).

Overrides:
trackMouse in class Cell
 o cellSize
 public native Size cellSize()
A wrapper for the - cellSize Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).

Overrides:
cellSize in class Cell
 o cellBaselineOffset
 public native Point cellBaselineOffset()
A wrapper for the - cellBaselineOffset Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).

 o setAttachment
 public native void setAttachment(TextAttachment anObject)
A wrapper for the - setAttachment: Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).

 o attachment
 public native TextAttachment attachment()
A wrapper for the - attachment Objective-C instance method defined by the CellForTextAttachment interface (known as the NSTextAttachmentCell Objective-C protocol).


All Packages  Class Hierarchy  This Package  Previous  Next  Index