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

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

Uses of NSCell in org.rococoa.cocoa.appkit
 

Subclasses of NSCell in org.rococoa.cocoa.appkit
 class NSActionCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSBrowserCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSButtonCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSComboBoxCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSDatePickerCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSFormCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSImageCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSLevelIndicatorCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSMenuItemCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSPathCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSPathComponentCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSPopUpButtonCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSSearchFieldCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSSecureTextFieldCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSSegmentedCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSSliderCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSStepperCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSTableHeaderCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSTextAttachmentCell
          Simple class to provide basic attachment cell functionality.
 class NSTextFieldCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSTokenFieldCell
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

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
 



Copyright © 2009. All Rights Reserved.