Uses of Class
com.jniwrapper.macosx.cocoa.nsmatrix.NSMatrix

Packages that use NSMatrix
com.jniwrapper.macosx.cocoa.nsbrowser   
com.jniwrapper.macosx.cocoa.nsform   
com.jniwrapper.macosx.cocoa.nsobject   
 

Uses of NSMatrix in com.jniwrapper.macosx.cocoa.nsbrowser
 

Methods in com.jniwrapper.macosx.cocoa.nsbrowser with parameters of type NSMatrix
 com.jniwrapper.Int NSBrowser.columnOfMatrix(NSMatrix matrix)
           
 

Uses of NSMatrix in com.jniwrapper.macosx.cocoa.nsform
 

Subclasses of NSMatrix in com.jniwrapper.macosx.cocoa.nsform
 class NSForm
          This class represents NSForm class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSMatrix
 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.