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

Packages that use NSTextTableBlock
org.rococoa.cocoa.appkit   
 

Uses of NSTextTableBlock in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSTextTableBlock
static NSTextTableBlock NSTextTableBlock.alloc()
           
abstract  NSTextTableBlock NSTextTableBlock._class_.alloc()
           
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
static NSTextTableBlock NSTextTableBlock.new_()
           
abstract  NSTextTableBlock NSTextTableBlock._class_.new_()
           
 



Copyright © 2009. All Rights Reserved.