Uses of Class
com.jniwrapper.macosx.cocoa.nscombobox.NSComboBox

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

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSComboBox
 Id NSObject.comboBox_objectValueForItemAtIndex(NSComboBox aComboBox, com.jniwrapper.Int index)
          This method represents the comboBox() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.comboBox_completedString(NSComboBox aComboBox, java.lang.String string)
          This method represents the comboBox() method of the NSObject Objective-C class.
 com.jniwrapper.Int NSObject.numberOfItemsInComboBox(NSComboBox aComboBox)
           
 com.jniwrapper.UInt NSObject.comboBox_indexOfItemWithStringValue(NSComboBox aComboBox, java.lang.String string)
          This method represents the comboBox() method of the NSObject Objective-C class.