Uses of Class
org.rococoa.cocoa.appkit.NSTextBlock

Packages that use NSTextBlock
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.appkit.categories   
 

Uses of NSTextBlock in org.rococoa.cocoa.appkit
 

Subclasses of NSTextBlock in org.rococoa.cocoa.appkit
 class NSTextTable
          NSTextTable represents a table as a whole.
 class NSTextTableBlock
          NSTextTableBlock is a subclass of NSTextBlock used for a block that appears as a cell in a text table.
 

Methods in org.rococoa.cocoa.appkit that return NSTextBlock
static NSTextBlock NSTextBlock.alloc()
          native declaration : NSTextTable.h:109
Conversion Error : /**
* This method will be called during drawing to draw any colors and other decorations before the text is drawn.
abstract  NSTextBlock NSTextBlock._class_.alloc()
           
static NSTextBlock NSTextBlock.create()
          Factory method
abstract  NSTextBlock NSTextBlock.init()
          Designated initializer
Original signature : -(id)init
native declaration : NSTextTable.h:75
static NSTextBlock NSTextBlock.new_()
           
abstract  NSTextBlock NSTextBlock._class_.new_()
           
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSTextBlock
abstract  NSRect.ByValue NSLayoutManager.boundsRectForTextBlock_glyphRange(NSTextBlock block, NSRange.ByValue glyphRange)
          Original signature : -(NSRect)boundsRectForTextBlock:(NSTextBlock*) glyphRange:(NSRange)
native declaration : NSLayoutManager.h:450
abstract  NSRect.ByValue NSLayoutManager.layoutRectForTextBlock_glyphRange(NSTextBlock block, NSRange.ByValue glyphRange)
          Original signature : -(NSRect)layoutRectForTextBlock:(NSTextBlock*) glyphRange:(NSRange)
native declaration : NSLayoutManager.h:449
abstract  void NSLayoutManager.setBoundsRect_forTextBlock_glyphRange(NSRect.ByValue rect, NSTextBlock block, NSRange.ByValue glyphRange)
          Original signature : -(void)setBoundsRect:(NSRect) forTextBlock:(NSTextBlock*) glyphRange:(NSRange)
native declaration : NSLayoutManager.h:448
abstract  void NSLayoutManager.setLayoutRect_forTextBlock_glyphRange(NSRect.ByValue rect, NSTextBlock block, NSRange.ByValue glyphRange)
          Original signature : -(void)setLayoutRect:(NSRect) forTextBlock:(NSTextBlock*) glyphRange:(NSRange)
native declaration : NSLayoutManager.h:447
 

Uses of NSTextBlock in org.rococoa.cocoa.appkit.categories
 

Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSTextBlock
 NSObject NSAttributedStringKitAdditions.rangeOfTextBlock_atIndex(NSTextBlock block, NSUInteger location)
          Convenience methods for calculating the range of an individual text block, range of an entire table, range of a list, and the index within a list.
 



Copyright © 2009. All Rights Reserved.