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

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

Uses of NSTextTable in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSTextTable
static NSTextTable NSTextTable.alloc()
          native declaration : NSTextTable.h:157
Conversion Error : /// Original signature : -(void)drawBackgroundForBlock:(NSTextTableBlock*) withFrame:() inView:(NSView*) characterRange:() layoutManager:(NSLayoutManager*)
- (void)drawBackgroundForBlock:(NSTextTableBlock*)block withFrame:(null)frameRect inView:(NSView*)controlView characterRange:(null)charRange layoutManager:(NSLayoutManager*)layoutManager; (Argument frameRect cannot be converted)
abstract  NSTextTable NSTextTable._class_.alloc()
           
static NSTextTable NSTextTable.new_()
           
abstract  NSTextTable NSTextTable._class_.new_()
           
abstract  NSTextTable NSTextTableBlock.table()
          These methods determine the block's role in its enclosing table.
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSTextTable
static NSTextTableBlock NSTextTableBlock.createWithTable_startingRow_rowSpan_startingColumn_columnSpan(NSTextTable table, NSInteger row, NSInteger rowSpan, NSInteger col, NSInteger colSpan)
          Factory method
abstract  NSTextTableBlock NSTextTableBlock.initWithTable_startingRow_rowSpan_startingColumn_columnSpan(NSTextTable table, NSInteger row, NSInteger rowSpan, NSInteger col, NSInteger colSpan)
          Designated initializer
Original signature : -(id)initWithTable:(NSTextTable*) startingRow:(NSInteger) rowSpan:(NSInteger) startingColumn:(NSInteger) columnSpan:(NSInteger)
native declaration : NSTextTable.h:124
 

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

Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSTextTable
 NSObject NSAttributedStringKitAdditions.rangeOfTextTable_atIndex(NSTextTable table, NSUInteger location)
          Original signature : -(id)rangeOfTextTable:(NSTextTable*) atIndex:(NSUInteger)
from NSAttributedStringKitAdditions native declaration : NSAttributedString.h:201
 



Copyright © 2009. All Rights Reserved.