Uses of Interface
org.rococoa.cocoa.appkit.protocols.NSComboBoxCellDataSource

Packages that use NSComboBoxCellDataSource
org.rococoa.cocoa.appkit   
 

Uses of NSComboBoxCellDataSource in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSComboBoxCellDataSource
abstract  NSComboBoxCellDataSource NSComboBoxCell.dataSource()
          These two methods can only be used when usesDataSource is YES
Original signature : -(id)dataSource
native declaration : NSComboBoxCell.h:71
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSComboBoxCellDataSource
abstract  void NSComboBoxCell.setDataSource(NSComboBoxCellDataSource aSource)
          Original signature : -(void)setDataSource:(id)
native declaration : NSComboBoxCell.h:72
 



Copyright © 2009. All Rights Reserved.