Uses of Class
com.jniwrapper.macosx.cocoa.nsbrowser.NSBrowser

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

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSBrowser
 com.jniwrapper.SingleFloat NSObject.browser_shouldSizeColumn_forUserResize_toWidth(NSBrowser browser, com.jniwrapper.Int columnIndex, boolean forUserResize, com.jniwrapper.SingleFloat suggestedWidth)
          This method represents the browser() method of the NSObject Objective-C class.
 void NSObject.browser_willDisplayCell_atRow_column(NSBrowser sender, Id cell, com.jniwrapper.Int row, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.browser_selectRow_inColumn(NSBrowser sender, com.jniwrapper.Int row, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 void NSObject.browser_createRowsForColumn_inMatrix(NSBrowser sender, com.jniwrapper.Int column, NSMatrix matrix)
          This method represents the browser() method of the NSObject Objective-C class.
 void NSObject.browserWillScroll(NSBrowser sender)
           
 com.jniwrapper.Bool NSObject.browser_selectCellWithString_inColumn(NSBrowser sender, java.lang.String title, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 void NSObject.browserDidScroll(NSBrowser sender)
           
 com.jniwrapper.Pointer.Void NSObject.browser_titleOfColumn(NSBrowser sender, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.SingleFloat NSObject.browser_sizeToFitWidthOfColumn(NSBrowser browser, com.jniwrapper.Int columnIndex)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.browser_isColumnValid(NSBrowser sender, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.
 com.jniwrapper.Int NSObject.browser_numberOfRowsInColumn(NSBrowser sender, com.jniwrapper.Int column)
          This method represents the browser() method of the NSObject Objective-C class.