|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSCell | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.appkit.categories |
Uses of NSCell in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSCell | |
---|---|
static NSCell |
NSCell.alloc()
|
abstract NSCell |
NSCell._class_.alloc()
|
static NSCell |
NSCell.createImageCell(NSImage image)
Factory method |
static NSCell |
NSCell.createTextCell(NSString aString)
Factory method |
abstract NSCell |
NSCell.initImageCell(NSImage image)
Original signature : -(id)initImageCell:(NSImage*) native declaration : NSCell.h:182 |
abstract NSCell |
NSCell.initTextCell(NSString aString)
Original signature : -(id)initTextCell:(NSString*) native declaration : NSCell.h:181 |
abstract NSCell |
NSMatrix.makeCellAtRow_column(NSInteger row,
NSInteger col)
Original signature : -(NSCell*)makeCellAtRow:(NSInteger) column:(NSInteger) native declaration : NSMatrix.h:123 |
static NSCell |
NSCell.new_()
|
abstract NSCell |
NSCell._class_.new_()
|
Methods in org.rococoa.cocoa.appkit with parameters of type NSCell | |
---|---|
abstract void |
NSControl.drawCell(NSCell aCell)
Original signature : -(void)drawCell:(NSCell*) native declaration : NSControl.h:73 |
abstract void |
NSControl.drawCellInside(NSCell aCell)
Original signature : -(void)drawCellInside:(NSCell*) native declaration : NSControl.h:72 |
abstract boolean |
NSMatrix.getRow_column_ofCell(NativeSizeByReference row,
NativeSizeByReference col,
NSCell aCell)
Original signature : -(BOOL)getRow:(NSInteger*) column:(NSInteger*) ofCell:(NSCell*) native declaration : NSMatrix.h:163 |
abstract void |
NSMatrix.putCell_atRow_column(NSCell newCell,
NSInteger row,
NSInteger col)
Original signature : -(void)putCell:(NSCell*) atRow:(NSInteger) column:(NSInteger) native declaration : NSMatrix.h:166 |
abstract void |
NSControl.selectCell(NSCell aCell)
Original signature : -(void)selectCell:(NSCell*) native declaration : NSControl.h:74 |
abstract void |
NSControl.setCell(NSCell aCell)
Original signature : -(void)setCell:(NSCell*) native declaration : NSControl.h:37 |
abstract void |
NSBrowser.setCellPrototype(NSCell aCell)
Original signature : -(void)setCellPrototype:(NSCell*) native declaration : NSBrowser.h:145 |
abstract void |
NSTableColumn.setDataCell(NSCell cell)
Gets and sets the default cell used to draw the actual values in this NSTableColumn. |
abstract void |
NSTableColumn.setHeaderCell(NSCell cell)
Gets and sets the headerCell associated with this NSTableColumn. |
abstract void |
NSMatrix.setPrototype(NSCell aCell)
Original signature : -(void)setPrototype:(NSCell*) native declaration : NSMatrix.h:122 |
abstract void |
NSSliderCell.setTitleCell(NSCell aCell)
Original signature : -(void)setTitleCell:(NSCell*) native declaration : NSSliderCell.h:67 |
abstract void |
NSSlider.setTitleCell(NSCell aCell)
Original signature : -(void)setTitleCell:(NSCell*) native declaration : NSSlider.h:20 |
abstract void |
NSMatrix.setToolTip_forCell(NSString toolTipString,
NSCell cell)
Original signature : -(void)setToolTip:(NSString*) forCell:(NSCell*) native declaration : NSMatrix.h:206 |
abstract NSString |
NSMatrix.toolTipForCell(NSCell cell)
Original signature : -(NSString*)toolTipForCell:(NSCell*) native declaration : NSMatrix.h:207 |
abstract void |
NSControl.updateCell(NSCell aCell)
Original signature : -(void)updateCell:(NSCell*) native declaration : NSControl.h:70 |
abstract void |
NSControl.updateCellInside(NSCell aCell)
Original signature : -(void)updateCellInside:(NSCell*) native declaration : NSControl.h:71 |
Uses of NSCell in org.rococoa.cocoa.appkit.categories |
---|
Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSCell | |
---|---|
void |
NSTextViewSupport.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |