org.rococoa.cocoa.appkit.categories
Interface NSTextViewSupport

All Superinterfaces:
ObjCObject

public interface NSTextViewSupport
extends ObjCObject

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 interface NSTextViewSupport._static_
           
 
Method Summary
 void drawBackgroundForGlyphRange_atPoint(NSRange.ByValue glyphsToShow, NSPoint.ByValue origin)
          Original signature : -(void)drawBackgroundForGlyphRange:(NSRange) atPoint:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:555
 void drawGlyphsForGlyphRange_atPoint(NSRange.ByValue glyphsToShow, NSPoint.ByValue origin)
          Original signature : -(void)drawGlyphsForGlyphRange:(NSRange) atPoint:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:556
 void drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange, NSInteger strikethroughVal, org.rococoa.cocoa.CGFloat baselineOffset, NSRect.ByValue lineRect, NSRange.ByValue lineGlyphRange, NSPoint.ByValue containerOrigin)
          Original signature : -(void)drawStrikethroughForGlyphRange:(NSRange) strikethroughType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:575
 void drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange, NSInteger underlineVal, org.rococoa.cocoa.CGFloat baselineOffset, NSRect.ByValue lineRect, NSRange.ByValue lineGlyphRange, NSPoint.ByValue containerOrigin)
          Original signature : -(void)drawUnderlineForGlyphRange:(NSRange) underlineType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:570
 NSTextView firstTextView()
          Original signature : -(NSTextView*)firstTextView
from NSTextViewSupport native declaration : NSLayoutManager.h:548
 boolean layoutManagerOwnsFirstResponderInWindow(NSWindow window)
          Original signature : -(BOOL)layoutManagerOwnsFirstResponderInWindow:(NSWindow*)
from NSTextViewSupport native declaration : NSLayoutManager.h:545
 NSView rulerAccessoryViewForTextView_paragraphStyle_ruler_enabled(NSTextView view, NSParagraphStyle style, NSRulerView ruler, boolean isEnabled)
          Original signature : -(NSView*)rulerAccessoryViewForTextView:(NSTextView*) paragraphStyle:(NSParagraphStyle*) ruler:(NSRulerView*) enabled:(BOOL)
from NSTextViewSupport native declaration : NSLayoutManager.h:540
 NSArray rulerMarkersForTextView_paragraphStyle_ruler(NSTextView view, NSParagraphStyle style, NSRulerView ruler)
          Original signature : -(NSArray*)rulerMarkersForTextView:(NSTextView*) paragraphStyle:(NSParagraphStyle*) ruler:(NSRulerView*)
from NSTextViewSupport native declaration : NSLayoutManager.h:539
 void showAttachmentCell_inRect_characterIndex(NSCell cell, NSRect.ByValue rect, NSUInteger attachmentIndex)
          Original signature : -(void)showAttachmentCell:(NSCell*) inRect:(NSRect) characterIndex:(NSUInteger)
from NSTextViewSupport native declaration : NSLayoutManager.h:562
 void strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange, NSInteger strikethroughVal, NSRect.ByValue lineRect, NSRange.ByValue lineGlyphRange, NSPoint.ByValue containerOrigin)
          Original signature : -(void)strikethroughGlyphRange:(NSRange) strikethroughType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:576
 NSTextView textViewForBeginningOfSelection()
          Original signature : -(NSTextView*)textViewForBeginningOfSelection
from NSTextViewSupport native declaration : NSLayoutManager.h:550
 void underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange, NSInteger underlineVal, NSRect.ByValue lineRect, NSRange.ByValue lineGlyphRange, NSPoint.ByValue containerOrigin)
          Original signature : -(void)underlineGlyphRange:(NSRange) underlineType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:571
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

rulerMarkersForTextView_paragraphStyle_ruler

NSArray rulerMarkersForTextView_paragraphStyle_ruler(NSTextView view,
                                                     NSParagraphStyle style,
                                                     NSRulerView ruler)
Original signature : -(NSArray*)rulerMarkersForTextView:(NSTextView*) paragraphStyle:(NSParagraphStyle*) ruler:(NSRulerView*)
from NSTextViewSupport native declaration : NSLayoutManager.h:539


rulerAccessoryViewForTextView_paragraphStyle_ruler_enabled

NSView rulerAccessoryViewForTextView_paragraphStyle_ruler_enabled(NSTextView view,
                                                                  NSParagraphStyle style,
                                                                  NSRulerView ruler,
                                                                  boolean isEnabled)
Original signature : -(NSView*)rulerAccessoryViewForTextView:(NSTextView*) paragraphStyle:(NSParagraphStyle*) ruler:(NSRulerView*) enabled:(BOOL)
from NSTextViewSupport native declaration : NSLayoutManager.h:540


layoutManagerOwnsFirstResponderInWindow

boolean layoutManagerOwnsFirstResponderInWindow(NSWindow window)
Original signature : -(BOOL)layoutManagerOwnsFirstResponderInWindow:(NSWindow*)
from NSTextViewSupport native declaration : NSLayoutManager.h:545


firstTextView

NSTextView firstTextView()
Original signature : -(NSTextView*)firstTextView
from NSTextViewSupport native declaration : NSLayoutManager.h:548


textViewForBeginningOfSelection

NSTextView textViewForBeginningOfSelection()
Original signature : -(NSTextView*)textViewForBeginningOfSelection
from NSTextViewSupport native declaration : NSLayoutManager.h:550


drawBackgroundForGlyphRange_atPoint

void drawBackgroundForGlyphRange_atPoint(NSRange.ByValue glyphsToShow,
                                         NSPoint.ByValue origin)
Original signature : -(void)drawBackgroundForGlyphRange:(NSRange) atPoint:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:555


drawGlyphsForGlyphRange_atPoint

void drawGlyphsForGlyphRange_atPoint(NSRange.ByValue glyphsToShow,
                                     NSPoint.ByValue origin)
Original signature : -(void)drawGlyphsForGlyphRange:(NSRange) atPoint:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:556


showAttachmentCell_inRect_characterIndex

void showAttachmentCell_inRect_characterIndex(NSCell cell,
                                              NSRect.ByValue rect,
                                              NSUInteger attachmentIndex)
Original signature : -(void)showAttachmentCell:(NSCell*) inRect:(NSRect) characterIndex:(NSUInteger)
from NSTextViewSupport native declaration : NSLayoutManager.h:562


drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin

void drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
                                                                                                                     NSInteger underlineVal,
                                                                                                                     org.rococoa.cocoa.CGFloat baselineOffset,
                                                                                                                     NSRect.ByValue lineRect,
                                                                                                                     NSRange.ByValue lineGlyphRange,
                                                                                                                     NSPoint.ByValue containerOrigin)
Original signature : -(void)drawUnderlineForGlyphRange:(NSRange) underlineType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:570


underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin

void underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
                                                                                               NSInteger underlineVal,
                                                                                               NSRect.ByValue lineRect,
                                                                                               NSRange.ByValue lineGlyphRange,
                                                                                               NSPoint.ByValue containerOrigin)
Original signature : -(void)underlineGlyphRange:(NSRange) underlineType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:571


drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin

void drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
                                                                                                                             NSInteger strikethroughVal,
                                                                                                                             org.rococoa.cocoa.CGFloat baselineOffset,
                                                                                                                             NSRect.ByValue lineRect,
                                                                                                                             NSRange.ByValue lineGlyphRange,
                                                                                                                             NSPoint.ByValue containerOrigin)
Original signature : -(void)drawStrikethroughForGlyphRange:(NSRange) strikethroughType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:575


strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin

void strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
                                                                                                       NSInteger strikethroughVal,
                                                                                                       NSRect.ByValue lineRect,
                                                                                                       NSRange.ByValue lineGlyphRange,
                                                                                                       NSPoint.ByValue containerOrigin)
Original signature : -(void)strikethroughGlyphRange:(NSRange) strikethroughType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
from NSTextViewSupport native declaration : NSLayoutManager.h:576



Copyright © 2009. All Rights Reserved.