Uses of Class
com.jniwrapper.macosx.cocoa.nscomboboxcell.NSComboBoxCell

Packages that use NSComboBoxCell
com.jniwrapper.macosx.cocoa.nsobject   
 

Uses of NSComboBoxCell in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSComboBoxCell
 Id NSObject.comboBoxCell_objectValueForItemAtIndex(NSComboBoxCell aComboBoxCell, com.jniwrapper.Int index)
          This method represents the comboBoxCell() method of the NSObject Objective-C class.
 com.jniwrapper.Int NSObject.numberOfItemsInComboBoxCell(NSComboBoxCell comboBoxCell)
           
 com.jniwrapper.Pointer.Void NSObject.comboBoxCell_completedString(NSComboBoxCell aComboBoxCell, java.lang.String uncompletedString)
          This method represents the comboBoxCell() method of the NSObject Objective-C class.
 com.jniwrapper.UInt NSObject.comboBoxCell_indexOfItemWithStringValue(NSComboBoxCell aComboBoxCell, java.lang.String string)
          This method represents the comboBoxCell() method of the NSObject Objective-C class.